Searched refs:tmp12 (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 331 tmp12 = MULTIPLY( tmp1 - tmp3, FIX_1_414213562 ) - tmp13; /* 2*c4 */ in jpeg_idct_ifast() 335 tmp1 = tmp11 + tmp12; in jpeg_idct_ifast() 336 tmp2 = tmp11 - tmp12; in jpeg_idct_ifast() 355 tmp12 = MULTIPLY( z10, -FIX_2_613125930 ) + z5; /* -2*(c2+c6) */ in jpeg_idct_ifast() 357 tmp6 = tmp12 - tmp7; /* phase 2 */ in jpeg_idct_ifast() 420 tmp12 = MULTIPLY( ( DCTELEM )wsptr[2] - ( DCTELEM )wsptr[6], FIX_1_414213562 ) - tmp13; in jpeg_idct_ifast() 424 tmp1 = tmp11 + tmp12; in jpeg_idct_ifast() 425 tmp2 = tmp11 - tmp12; in jpeg_idct_ifast() 439 tmp12 = MULTIPLY( z10, -FIX_2_613125930 ) + z5; /* -2*(c2+c6) */ in jpeg_idct_ifast() [all …]
|
| H A D | idct.c | 148 S32 tmp10, tmp11, tmp12, tmp13; in idct() local 192 tmp12 = tmp1 - tmp2; in idct() 226 wsptr[2] = ( S16 )DESCALE( tmp12 + tmp1, CONST_BITS - PASS1_BITS ); in idct() 227 wsptr[5] = ( S16 )DESCALE( tmp12 - tmp1, CONST_BITS - PASS1_BITS ); in idct() 278 tmp12 = tmp1 - tmp2; in idct() 324 i = ( S16 )DESCALE( tmp12 + tmp1, CONST_BITS + PASS1_BITS + 3 ) + 128; in idct() 328 i = ( S16 )DESCALE( tmp12 - tmp1, CONST_BITS + PASS1_BITS + 3 ) + 128; in idct()
|
| H A D | jidctint.c | 248 INT32 tmp10, tmp11, tmp12, tmp13; variable 318 tmp12 = tmp1 - tmp2; 358 wsptr[DCTSIZE * 2] = ( int )DESCALE( tmp12 + tmp1, CONST_BITS - PASS1_BITS ); 359 wsptr[DCTSIZE * 5] = ( int )DESCALE( tmp12 - tmp1, CONST_BITS - PASS1_BITS ); 421 tmp12 = tmp1 - tmp2; 469 …i = ( int )DESCALE( tmp12 + tmp1, CONST_BITS + PASS1_BITS + 3 ) + 128; ///range_limit[(int) DESCAL… 472 …i = ( int )DESCALE( tmp12 - tmp1, 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 331 tmp12 = MULTIPLY( tmp1 - tmp3, FIX_1_414213562 ) - tmp13; /* 2*c4 */ in jpeg_idct_ifast() 335 tmp1 = tmp11 + tmp12; in jpeg_idct_ifast() 336 tmp2 = tmp11 - tmp12; in jpeg_idct_ifast() 355 tmp12 = MULTIPLY( z10, -FIX_2_613125930 ) + z5; /* -2*(c2+c6) */ in jpeg_idct_ifast() 357 tmp6 = tmp12 - tmp7; /* phase 2 */ in jpeg_idct_ifast() 420 tmp12 = MULTIPLY( ( DCTELEM )wsptr[2] - ( DCTELEM )wsptr[6], FIX_1_414213562 ) - tmp13; in jpeg_idct_ifast() 424 tmp1 = tmp11 + tmp12; in jpeg_idct_ifast() 425 tmp2 = tmp11 - tmp12; in jpeg_idct_ifast() 439 tmp12 = MULTIPLY( z10, -FIX_2_613125930 ) + z5; /* -2*(c2+c6) */ in jpeg_idct_ifast() [all …]
|
| H A D | idct.c | 148 S32 tmp10, tmp11, tmp12, tmp13; in idct() local 192 tmp12 = tmp1 - tmp2; in idct() 226 wsptr[2] = ( S16 )DESCALE( tmp12 + tmp1, CONST_BITS - PASS1_BITS ); in idct() 227 wsptr[5] = ( S16 )DESCALE( tmp12 - tmp1, CONST_BITS - PASS1_BITS ); in idct() 278 tmp12 = tmp1 - tmp2; in idct() 324 i = ( S16 )DESCALE( tmp12 + tmp1, CONST_BITS + PASS1_BITS + 3 ) + 128; in idct() 328 i = ( S16 )DESCALE( tmp12 - tmp1, CONST_BITS + PASS1_BITS + 3 ) + 128; in idct()
|
| H A D | jidctint.c | 248 INT32 tmp10, tmp11, tmp12, tmp13; variable 318 tmp12 = tmp1 - tmp2; 358 wsptr[DCTSIZE * 2] = ( int )DESCALE( tmp12 + tmp1, CONST_BITS - PASS1_BITS ); 359 wsptr[DCTSIZE * 5] = ( int )DESCALE( tmp12 - tmp1, CONST_BITS - PASS1_BITS ); 421 tmp12 = tmp1 - tmp2; 469 …i = ( int )DESCALE( tmp12 + tmp1, CONST_BITS + PASS1_BITS + 3 ) + 128; ///range_limit[(int) DESCAL… 472 …i = ( int )DESCALE( tmp12 - tmp1, CONST_BITS + PASS1_BITS + 3 ) + 128; ///range_limit[(int) DESCAL…
|