Home
last modified time | relevance | path

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

/external/pdfium/third_party/libjpeg/
Dfpdfapi_jidctfst.c143 #define DCTELEMBITS 16 /* DCTELEM may be 16 or 32 bits */ macro
145 #define DCTELEMBITS 32 /* DCTELEM must be 32 bits */
149 (ishift_temp >> (shft)) | ((~((DCTELEM) 0)) << (DCTELEMBITS-(shft))) : \
/external/libjpeg-turbo/
Djidctfst.c146 #define DCTELEMBITS 16 /* DCTELEM may be 16 or 32 bits */ macro
148 #define DCTELEMBITS 32 /* DCTELEM must be 32 bits */
152 (ishift_temp >> (shft)) | ((~((DCTELEM) 0)) << (DCTELEMBITS-(shft))) : \