Home
last modified time | relevance | path

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

/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))) : \