Searched refs:tmp10 (Results 1 – 6 of 6) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/ |
| H A D | jidctfst.c | 268 DCTELEM tmp10, tmp11, tmp12, tmp13; in jpeg_idct_ifast() local 327 tmp10 = tmp0 + tmp2; /* phase 3 */ in jpeg_idct_ifast() 333 tmp0 = tmp10 + tmp13; /* phase 2 */ in jpeg_idct_ifast() 334 tmp3 = tmp10 - tmp13; in jpeg_idct_ifast() 354 tmp10 = MULTIPLY( z12, FIX_1_082392200 ) - z5; /* 2*(c2-c6) */ in jpeg_idct_ifast() 359 tmp4 = tmp10 + tmp5; in jpeg_idct_ifast() 416 tmp10 = ( ( DCTELEM )wsptr[0] + ( DCTELEM )wsptr[4] ); in jpeg_idct_ifast() 422 tmp0 = tmp10 + tmp13; in jpeg_idct_ifast() 423 tmp3 = tmp10 - tmp13; in jpeg_idct_ifast() 438 tmp10 = MULTIPLY( z12, FIX_1_082392200 ) - z5; /* 2*(c2-c6) */ in jpeg_idct_ifast() [all …]
|
| H A D | idct.c | 148 S32 tmp10, tmp11, tmp12, tmp13; in idct() local 189 tmp10 = tmp0 + tmp3; in idct() 222 wsptr[0] = ( S16 )DESCALE( tmp10 + tmp3, CONST_BITS - PASS1_BITS ); in idct() 223 wsptr[7] = ( S16 )DESCALE( tmp10 - tmp3, CONST_BITS - PASS1_BITS ); in idct() 275 tmp10 = tmp0 + tmp3; in idct() 308 i = ( S16 )DESCALE( tmp10 + tmp3, CONST_BITS + PASS1_BITS + 3 ) + 128; in idct() 312 i = ( S16 )DESCALE( tmp10 - tmp3, CONST_BITS + PASS1_BITS + 3 ) + 128; in idct()
|
| H A D | jidctint.c | 248 INT32 tmp10, tmp11, tmp12, tmp13; variable 315 tmp10 = tmp0 + tmp3; 354 wsptr[DCTSIZE * 0] = ( int )DESCALE( tmp10 + tmp3, CONST_BITS - PASS1_BITS ); 355 wsptr[DCTSIZE * 7] = ( int )DESCALE( tmp10 - tmp3, CONST_BITS - PASS1_BITS ); 418 tmp10 = tmp0 + tmp3; 456 …i = ( int )DESCALE( tmp10 + tmp3, CONST_BITS + PASS1_BITS + 3 ) + 128; ///range_limit[(int) DESCAL… 460 …i = ( int )DESCALE( tmp10 - tmp3, CONST_BITS + PASS1_BITS + 3 ) + 128; ///range_limit[(int) DESCAL…
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/ |
| H A D | jidctfst.c | 268 DCTELEM tmp10, tmp11, tmp12, tmp13; in jpeg_idct_ifast() local 327 tmp10 = tmp0 + tmp2; /* phase 3 */ in jpeg_idct_ifast() 333 tmp0 = tmp10 + tmp13; /* phase 2 */ in jpeg_idct_ifast() 334 tmp3 = tmp10 - tmp13; in jpeg_idct_ifast() 354 tmp10 = MULTIPLY( z12, FIX_1_082392200 ) - z5; /* 2*(c2-c6) */ in jpeg_idct_ifast() 359 tmp4 = tmp10 + tmp5; in jpeg_idct_ifast() 416 tmp10 = ( ( DCTELEM )wsptr[0] + ( DCTELEM )wsptr[4] ); in jpeg_idct_ifast() 422 tmp0 = tmp10 + tmp13; in jpeg_idct_ifast() 423 tmp3 = tmp10 - tmp13; in jpeg_idct_ifast() 438 tmp10 = MULTIPLY( z12, FIX_1_082392200 ) - z5; /* 2*(c2-c6) */ in jpeg_idct_ifast() [all …]
|
| H A D | idct.c | 148 S32 tmp10, tmp11, tmp12, tmp13; in idct() local 189 tmp10 = tmp0 + tmp3; in idct() 222 wsptr[0] = ( S16 )DESCALE( tmp10 + tmp3, CONST_BITS - PASS1_BITS ); in idct() 223 wsptr[7] = ( S16 )DESCALE( tmp10 - tmp3, CONST_BITS - PASS1_BITS ); in idct() 275 tmp10 = tmp0 + tmp3; in idct() 308 i = ( S16 )DESCALE( tmp10 + tmp3, CONST_BITS + PASS1_BITS + 3 ) + 128; in idct() 312 i = ( S16 )DESCALE( tmp10 - tmp3, CONST_BITS + PASS1_BITS + 3 ) + 128; in idct()
|
| H A D | jidctint.c | 248 INT32 tmp10, tmp11, tmp12, tmp13; variable 315 tmp10 = tmp0 + tmp3; 354 wsptr[DCTSIZE * 0] = ( int )DESCALE( tmp10 + tmp3, CONST_BITS - PASS1_BITS ); 355 wsptr[DCTSIZE * 7] = ( int )DESCALE( tmp10 - tmp3, CONST_BITS - PASS1_BITS ); 418 tmp10 = tmp0 + tmp3; 456 …i = ( int )DESCALE( tmp10 + tmp3, CONST_BITS + PASS1_BITS + 3 ) + 128; ///range_limit[(int) DESCAL… 460 …i = ( int )DESCALE( tmp10 - tmp3, CONST_BITS + PASS1_BITS + 3 ) + 128; ///range_limit[(int) DESCAL…
|