Home
last modified time | relevance | path

Searched refs:tmp11 (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/
H A Djidctfst.c268 DCTELEM tmp10, tmp11, tmp12, tmp13; in jpeg_idct_ifast() local
328 tmp11 = tmp0 - tmp2; in jpeg_idct_ifast()
335 tmp1 = tmp11 + tmp12; in jpeg_idct_ifast()
336 tmp2 = tmp11 - tmp12; in jpeg_idct_ifast()
351 tmp11 = MULTIPLY( z11 - z13, FIX_1_414213562 ); /* 2*c4 */ in jpeg_idct_ifast()
358 tmp5 = tmp11 - tmp6; in jpeg_idct_ifast()
417 tmp11 = ( ( DCTELEM )wsptr[0] - ( DCTELEM )wsptr[4] ); in jpeg_idct_ifast()
424 tmp1 = tmp11 + tmp12; in jpeg_idct_ifast()
425 tmp2 = tmp11 - tmp12; in jpeg_idct_ifast()
435 tmp11 = MULTIPLY( z11 - z13, FIX_1_414213562 ); /* 2*c4 */ in jpeg_idct_ifast()
[all …]
H A Didct.c148 S32 tmp10, tmp11, tmp12, tmp13; in idct() local
191 tmp11 = tmp1 + tmp2; in idct()
224 wsptr[1] = ( S16 )DESCALE( tmp11 + tmp2, CONST_BITS - PASS1_BITS ); in idct()
225 wsptr[6] = ( S16 )DESCALE( tmp11 - tmp2, CONST_BITS - PASS1_BITS ); in idct()
277 tmp11 = tmp1 + tmp2; in idct()
316 i = ( S16 )DESCALE( tmp11 + tmp2, CONST_BITS + PASS1_BITS + 3 ) + 128; in idct()
320 i = ( S16 )DESCALE( tmp11 - tmp2, CONST_BITS + PASS1_BITS + 3 ) + 128; in idct()
H A Djidctint.c248 INT32 tmp10, tmp11, tmp12, tmp13; variable
317 tmp11 = tmp1 + tmp2;
356 wsptr[DCTSIZE * 1] = ( int )DESCALE( tmp11 + tmp2, CONST_BITS - PASS1_BITS );
357 wsptr[DCTSIZE * 6] = ( int )DESCALE( tmp11 - tmp2, CONST_BITS - PASS1_BITS );
420 tmp11 = tmp1 + tmp2;
463 …i = ( int )DESCALE( tmp11 + tmp2, CONST_BITS + PASS1_BITS + 3 ) + 128; ///range_limit[(int) DESCAL…
466 …i = ( int )DESCALE( tmp11 - tmp2, 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 Djidctfst.c268 DCTELEM tmp10, tmp11, tmp12, tmp13; in jpeg_idct_ifast() local
328 tmp11 = tmp0 - tmp2; in jpeg_idct_ifast()
335 tmp1 = tmp11 + tmp12; in jpeg_idct_ifast()
336 tmp2 = tmp11 - tmp12; in jpeg_idct_ifast()
351 tmp11 = MULTIPLY( z11 - z13, FIX_1_414213562 ); /* 2*c4 */ in jpeg_idct_ifast()
358 tmp5 = tmp11 - tmp6; in jpeg_idct_ifast()
417 tmp11 = ( ( DCTELEM )wsptr[0] - ( DCTELEM )wsptr[4] ); in jpeg_idct_ifast()
424 tmp1 = tmp11 + tmp12; in jpeg_idct_ifast()
425 tmp2 = tmp11 - tmp12; in jpeg_idct_ifast()
435 tmp11 = MULTIPLY( z11 - z13, FIX_1_414213562 ); /* 2*c4 */ in jpeg_idct_ifast()
[all …]
H A Didct.c148 S32 tmp10, tmp11, tmp12, tmp13; in idct() local
191 tmp11 = tmp1 + tmp2; in idct()
224 wsptr[1] = ( S16 )DESCALE( tmp11 + tmp2, CONST_BITS - PASS1_BITS ); in idct()
225 wsptr[6] = ( S16 )DESCALE( tmp11 - tmp2, CONST_BITS - PASS1_BITS ); in idct()
277 tmp11 = tmp1 + tmp2; in idct()
316 i = ( S16 )DESCALE( tmp11 + tmp2, CONST_BITS + PASS1_BITS + 3 ) + 128; in idct()
320 i = ( S16 )DESCALE( tmp11 - tmp2, CONST_BITS + PASS1_BITS + 3 ) + 128; in idct()
H A Djidctint.c248 INT32 tmp10, tmp11, tmp12, tmp13; variable
317 tmp11 = tmp1 + tmp2;
356 wsptr[DCTSIZE * 1] = ( int )DESCALE( tmp11 + tmp2, CONST_BITS - PASS1_BITS );
357 wsptr[DCTSIZE * 6] = ( int )DESCALE( tmp11 - tmp2, CONST_BITS - PASS1_BITS );
420 tmp11 = tmp1 + tmp2;
463 …i = ( int )DESCALE( tmp11 + tmp2, CONST_BITS + PASS1_BITS + 3 ) + 128; ///range_limit[(int) DESCAL…
466 …i = ( int )DESCALE( tmp11 - tmp2, CONST_BITS + PASS1_BITS + 3 ) + 128; ///range_limit[(int) DESCAL…