Home
last modified time | relevance | path

Searched refs:tmp13 (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
330 tmp13 = tmp1 + tmp3; /* phases 5-3 */ in jpeg_idct_ifast()
331 tmp12 = MULTIPLY( tmp1 - tmp3, FIX_1_414213562 ) - tmp13; /* 2*c4 */ in jpeg_idct_ifast()
333 tmp0 = tmp10 + tmp13; /* phase 2 */ in jpeg_idct_ifast()
334 tmp3 = tmp10 - tmp13; in jpeg_idct_ifast()
419 tmp13 = ( ( DCTELEM )wsptr[2] + ( DCTELEM )wsptr[6] ); in jpeg_idct_ifast()
420 tmp12 = MULTIPLY( ( DCTELEM )wsptr[2] - ( DCTELEM )wsptr[6], FIX_1_414213562 ) - tmp13; in jpeg_idct_ifast()
422 tmp0 = tmp10 + tmp13; in jpeg_idct_ifast()
423 tmp3 = tmp10 - tmp13; in jpeg_idct_ifast()
H A Didct.c148 S32 tmp10, tmp11, tmp12, tmp13; in idct() local
190 tmp13 = tmp0 - tmp3; in idct()
228 wsptr[3] = ( S16 )DESCALE( tmp13 + tmp0, CONST_BITS - PASS1_BITS ); in idct()
229 wsptr[4] = ( S16 )DESCALE( tmp13 - tmp0, CONST_BITS - PASS1_BITS ); in idct()
276 tmp13 = tmp0 - tmp3; in idct()
332 i = ( S16 )DESCALE( tmp13 + tmp0, CONST_BITS + PASS1_BITS + 3 ) + 128; in idct()
336 i = ( S16 )DESCALE( tmp13 - tmp0, CONST_BITS + PASS1_BITS + 3 ) + 128; in idct()
H A Djidctint.c248 INT32 tmp10, tmp11, tmp12, tmp13; variable
316 tmp13 = tmp0 - tmp3;
360 wsptr[DCTSIZE * 3] = ( int )DESCALE( tmp13 + tmp0, CONST_BITS - PASS1_BITS );
361 wsptr[DCTSIZE * 4] = ( int )DESCALE( tmp13 - tmp0, CONST_BITS - PASS1_BITS );
419 tmp13 = tmp0 - tmp3;
475 …i = ( int )DESCALE( tmp13 + tmp0, CONST_BITS + PASS1_BITS + 3 ) + 128; ///range_limit[(int) DESCAL…
478 …i = ( int )DESCALE( tmp13 - tmp0, 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
330 tmp13 = tmp1 + tmp3; /* phases 5-3 */ in jpeg_idct_ifast()
331 tmp12 = MULTIPLY( tmp1 - tmp3, FIX_1_414213562 ) - tmp13; /* 2*c4 */ in jpeg_idct_ifast()
333 tmp0 = tmp10 + tmp13; /* phase 2 */ in jpeg_idct_ifast()
334 tmp3 = tmp10 - tmp13; in jpeg_idct_ifast()
419 tmp13 = ( ( DCTELEM )wsptr[2] + ( DCTELEM )wsptr[6] ); in jpeg_idct_ifast()
420 tmp12 = MULTIPLY( ( DCTELEM )wsptr[2] - ( DCTELEM )wsptr[6], FIX_1_414213562 ) - tmp13; in jpeg_idct_ifast()
422 tmp0 = tmp10 + tmp13; in jpeg_idct_ifast()
423 tmp3 = tmp10 - tmp13; in jpeg_idct_ifast()
H A Didct.c148 S32 tmp10, tmp11, tmp12, tmp13; in idct() local
190 tmp13 = tmp0 - tmp3; in idct()
228 wsptr[3] = ( S16 )DESCALE( tmp13 + tmp0, CONST_BITS - PASS1_BITS ); in idct()
229 wsptr[4] = ( S16 )DESCALE( tmp13 - tmp0, CONST_BITS - PASS1_BITS ); in idct()
276 tmp13 = tmp0 - tmp3; in idct()
332 i = ( S16 )DESCALE( tmp13 + tmp0, CONST_BITS + PASS1_BITS + 3 ) + 128; in idct()
336 i = ( S16 )DESCALE( tmp13 - tmp0, CONST_BITS + PASS1_BITS + 3 ) + 128; in idct()
H A Djidctint.c248 INT32 tmp10, tmp11, tmp12, tmp13; variable
316 tmp13 = tmp0 - tmp3;
360 wsptr[DCTSIZE * 3] = ( int )DESCALE( tmp13 + tmp0, CONST_BITS - PASS1_BITS );
361 wsptr[DCTSIZE * 4] = ( int )DESCALE( tmp13 - tmp0, CONST_BITS - PASS1_BITS );
419 tmp13 = tmp0 - tmp3;
475 …i = ( int )DESCALE( tmp13 + tmp0, CONST_BITS + PASS1_BITS + 3 ) + 128; ///range_limit[(int) DESCAL…
478 …i = ( int )DESCALE( tmp13 - tmp0, CONST_BITS + PASS1_BITS + 3 ) + 128; ///range_limit[(int) DESCAL…