Home
last modified time | relevance | path

Searched refs:u32B (Results 1 – 25 of 32) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/graphic/drv/gopsc/
H A Ddrv_gop_sc.c125 static MS_U32 _GCD(MS_U32 u32A,MS_U32 u32B) in _GCD() argument
130 while((u32R=do_div(u32A,u32B))!=0) in _GCD()
132 while((u32R=u32A%u32B)!=0) in _GCD()
135 u32A=u32B; in _GCD()
136 u32B=u32R; in _GCD()
139 return u32B; in _GCD()
/utopia/UTPA2-700.0.x/modules/ve/drv/ve/
H A DdrvTVEncoder.c282 static MS_U32 _GCD(MS_U32 u32A,MS_U32 u32B) in _GCD() argument
286 u32R = u32A % u32B; in _GCD()
288 u32A = u32B; in _GCD()
289 u32B = u32R; in _GCD()
290 u32R = u32A % u32B; in _GCD()
293 return u32B; in _GCD()
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiDMS_Type.h432 MS_U32 u32B; member
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/include/
H A Dmdrv_frc.h306 MS_U32 u32B; member
/utopia/UTPA2-700.0.x/modules/vdec_v1/drv/mvd/
H A DdrvMVD.c2536 static MS_U32 MVD_GCD(MS_U32 u32A, MS_U32 u32B) in MVD_GCD() argument
2541 if (u32A > u32B) in MVD_GCD()
2543 x[0] = u32A; x[1] = u32B; in MVD_GCD()
2547 x[0] = u32B; x[1] = u32A; in MVD_GCD()
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/mustang/mvd_ex/
H A DhalMVD_EX.c3781 static MS_U32 MVD_GCD(MS_U32 u32A, MS_U32 u32B) in MVD_GCD() argument
3786 if (u32A > u32B) in MVD_GCD()
3788 x[0] = u32A; x[1] = u32B; in MVD_GCD()
3792 x[0] = u32B; x[1] = u32A; in MVD_GCD()
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/maserati/mvd_ex/
H A DhalMVD_EX.c3672 static MS_U32 MVD_GCD(MS_U32 u32A, MS_U32 u32B) in MVD_GCD() argument
3677 if (u32A > u32B) in MVD_GCD()
3679 x[0] = u32A; x[1] = u32B; in MVD_GCD()
3683 x[0] = u32B; x[1] = u32A; in MVD_GCD()
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/maldives/mvd_ex/
H A DhalMVD_EX.c3781 static MS_U32 MVD_GCD(MS_U32 u32A, MS_U32 u32B) in MVD_GCD() argument
3786 if (u32A > u32B) in MVD_GCD()
3788 x[0] = u32A; x[1] = u32B; in MVD_GCD()
3792 x[0] = u32B; x[1] = u32A; in MVD_GCD()
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/M7821/mvd_ex/
H A DhalMVD_EX.c3672 static MS_U32 MVD_GCD(MS_U32 u32A, MS_U32 u32B) in MVD_GCD() argument
3677 if (u32A > u32B) in MVD_GCD()
3679 x[0] = u32A; x[1] = u32B; in MVD_GCD()
3683 x[0] = u32B; x[1] = u32A; in MVD_GCD()
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/manhattan/mvd_ex/
H A DhalMVD_EX.c3672 static MS_U32 MVD_GCD(MS_U32 u32A, MS_U32 u32B) in MVD_GCD() argument
3677 if (u32A > u32B) in MVD_GCD()
3679 x[0] = u32A; x[1] = u32B; in MVD_GCD()
3683 x[0] = u32B; x[1] = u32A; in MVD_GCD()
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/M7621/mvd_ex/
H A DhalMVD_EX.c3672 static MS_U32 MVD_GCD(MS_U32 u32A, MS_U32 u32B) in MVD_GCD() argument
3677 if (u32A > u32B) in MVD_GCD()
3679 x[0] = u32A; x[1] = u32B; in MVD_GCD()
3683 x[0] = u32B; x[1] = u32A; in MVD_GCD()
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/mainz/mvd_ex/
H A DhalMVD_EX.c3672 static MS_U32 MVD_GCD(MS_U32 u32A, MS_U32 u32B) in MVD_GCD() argument
3677 if (u32A > u32B) in MVD_GCD()
3679 x[0] = u32A; x[1] = u32B; in MVD_GCD()
3683 x[0] = u32B; x[1] = u32A; in MVD_GCD()
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/maxim/mvd_ex/
H A DhalMVD_EX.c3672 static MS_U32 MVD_GCD(MS_U32 u32A, MS_U32 u32B) in MVD_GCD() argument
3677 if (u32A > u32B) in MVD_GCD()
3679 x[0] = u32A; x[1] = u32B; in MVD_GCD()
3683 x[0] = u32B; x[1] = u32A; in MVD_GCD()
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/messi/mvd_ex/
H A DhalMVD_EX.c3672 static MS_U32 MVD_GCD(MS_U32 u32A, MS_U32 u32B) in MVD_GCD() argument
3677 if (u32A > u32B) in MVD_GCD()
3679 x[0] = u32A; x[1] = u32B; in MVD_GCD()
3683 x[0] = u32B; x[1] = u32A; in MVD_GCD()
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/macan/mvd_ex/
H A DhalMVD_EX.c3672 static MS_U32 MVD_GCD(MS_U32 u32A, MS_U32 u32B) in MVD_GCD() argument
3677 if (u32A > u32B) in MVD_GCD()
3679 x[0] = u32A; x[1] = u32B; in MVD_GCD()
3683 x[0] = u32B; x[1] = u32A; in MVD_GCD()
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/mainz/mvd_v3/
H A DhalMVD_EX.c4113 static MS_U32 MVD_GCD(MS_U32 u32A, MS_U32 u32B) in MVD_GCD() argument
4118 if (u32A > u32B) in MVD_GCD()
4120 x[0] = u32A; x[1] = u32B; in MVD_GCD()
4124 x[0] = u32B; x[1] = u32A; in MVD_GCD()
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/messi/mvd_v3/
H A DhalMVD_EX.c4113 static MS_U32 MVD_GCD(MS_U32 u32A, MS_U32 u32B) in MVD_GCD() argument
4118 if (u32A > u32B) in MVD_GCD()
4120 x[0] = u32A; x[1] = u32B; in MVD_GCD()
4124 x[0] = u32B; x[1] = u32A; in MVD_GCD()
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/k6/mvd_v3/
H A DhalMVD_EX.c4315 static MS_U32 MVD_GCD(MS_U32 u32A, MS_U32 u32B) in MVD_GCD() argument
4320 if (u32A > u32B) in MVD_GCD()
4322 x[0] = u32A; x[1] = u32B; in MVD_GCD()
4326 x[0] = u32B; x[1] = u32A; in MVD_GCD()
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/maxim/mvd_v3/
H A DhalMVD_EX.c4236 static MS_U32 MVD_GCD(MS_U32 u32A, MS_U32 u32B) in MVD_GCD() argument
4241 if (u32A > u32B) in MVD_GCD()
4243 x[0] = u32A; x[1] = u32B; in MVD_GCD()
4247 x[0] = u32B; x[1] = u32A; in MVD_GCD()
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/k6lite/mvd_v3/
H A DhalMVD_EX.c4311 static MS_U32 MVD_GCD(MS_U32 u32A, MS_U32 u32B) in MVD_GCD() argument
4316 if (u32A > u32B) in MVD_GCD()
4318 x[0] = u32A; x[1] = u32B; in MVD_GCD()
4322 x[0] = u32B; x[1] = u32A; in MVD_GCD()
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/M7621/mvd_v3/
H A DhalMVD_EX.c4233 static MS_U32 MVD_GCD(MS_U32 u32A, MS_U32 u32B) in MVD_GCD() argument
4238 if (u32A > u32B) in MVD_GCD()
4240 x[0] = u32A; x[1] = u32B; in MVD_GCD()
4244 x[0] = u32B; x[1] = u32A; in MVD_GCD()
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/curry/mvd_v3/
H A DhalMVD_EX.c4314 static MS_U32 MVD_GCD(MS_U32 u32A, MS_U32 u32B) in MVD_GCD() argument
4319 if (u32A > u32B) in MVD_GCD()
4321 x[0] = u32A; x[1] = u32B; in MVD_GCD()
4325 x[0] = u32B; x[1] = u32A; in MVD_GCD()
/utopia/UTPA2-700.0.x/modules/vdec_lite/hal/kano/mvd_lite/
H A DhalMVD_EX.c4204 static MS_U32 MVD_GCD(MS_U32 u32A, MS_U32 u32B) in MVD_GCD() argument
4209 if (u32A > u32B) in MVD_GCD()
4211 x[0] = u32A; x[1] = u32B; in MVD_GCD()
4215 x[0] = u32B; x[1] = u32A; in MVD_GCD()
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/M7821/mvd_v3/
H A DhalMVD_EX.c4237 static MS_U32 MVD_GCD(MS_U32 u32A, MS_U32 u32B) in MVD_GCD() argument
4242 if (u32A > u32B) in MVD_GCD()
4244 x[0] = u32A; x[1] = u32B; in MVD_GCD()
4248 x[0] = u32B; x[1] = u32A; in MVD_GCD()
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/maldives/mvd_v3/
H A DhalMVD_EX.c4166 static MS_U32 MVD_GCD(MS_U32 u32A, MS_U32 u32B) in MVD_GCD() argument
4171 if (u32A > u32B) in MVD_GCD()
4173 x[0] = u32A; x[1] = u32B; in MVD_GCD()
4177 x[0] = u32B; x[1] = u32A; in MVD_GCD()

12