Home
last modified time | relevance | path

Searched refs:DCTELEM (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/
H A Djidctfst.c203 typedef int DCTELEM; /* 16 or 32 bits is fine */ typedef
204 #define MULTIPLY(var,cnst) ((DCTELEM) DESCALE((var) * (cnst), CONST_BITS))
227 #define ISHIFT_TEMPS DCTELEM ishift_temp;
235 (ishift_temp >> (shft)) | ((~((DCTELEM) 0)) << (DCTELEMBITS-(shft))) : \
267 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in jpeg_idct_ifast()
268 DCTELEM tmp10, tmp11, tmp12, tmp13; in jpeg_idct_ifast()
269 DCTELEM z5, z10, z11, z12, z13; in jpeg_idct_ifast()
416 tmp10 = ( ( DCTELEM )wsptr[0] + ( DCTELEM )wsptr[4] ); in jpeg_idct_ifast()
417 tmp11 = ( ( DCTELEM )wsptr[0] - ( DCTELEM )wsptr[4] ); in jpeg_idct_ifast()
419 tmp13 = ( ( DCTELEM )wsptr[2] + ( DCTELEM )wsptr[6] ); in jpeg_idct_ifast()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/
H A Djidctfst.c203 typedef int DCTELEM; /* 16 or 32 bits is fine */ typedef
204 #define MULTIPLY(var,cnst) ((DCTELEM) DESCALE((var) * (cnst), CONST_BITS))
227 #define ISHIFT_TEMPS DCTELEM ishift_temp;
235 (ishift_temp >> (shft)) | ((~((DCTELEM) 0)) << (DCTELEMBITS-(shft))) : \
267 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in jpeg_idct_ifast()
268 DCTELEM tmp10, tmp11, tmp12, tmp13; in jpeg_idct_ifast()
269 DCTELEM z5, z10, z11, z12, z13; in jpeg_idct_ifast()
416 tmp10 = ( ( DCTELEM )wsptr[0] + ( DCTELEM )wsptr[4] ); in jpeg_idct_ifast()
417 tmp11 = ( ( DCTELEM )wsptr[0] - ( DCTELEM )wsptr[4] ); in jpeg_idct_ifast()
419 tmp13 = ( ( DCTELEM )wsptr[2] + ( DCTELEM )wsptr[6] ); in jpeg_idct_ifast()
[all …]