Home
last modified time | relevance | path

Searched refs:DCTELEMBITS (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.c229 #define DCTELEMBITS 16 /* DCTELEM may be 16 or 32 bits */ macro
231 #define DCTELEMBITS 32 /* DCTELEM must be 32 bits */ macro
235 (ishift_temp >> (shft)) | ((~((DCTELEM) 0)) << (DCTELEMBITS-(shft))) : \
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/
H A Djidctfst.c229 #define DCTELEMBITS 16 /* DCTELEM may be 16 or 32 bits */ macro
231 #define DCTELEMBITS 32 /* DCTELEM must be 32 bits */ macro
235 (ishift_temp >> (shft)) | ((~((DCTELEM) 0)) << (DCTELEMBITS-(shft))) : \