Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/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))) : \
/third_party/skia/third_party/externals/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))) : \
/third_party/libjpeg/
Djdct.h398 #define DCTELEMBITS 16 /* DCTELEM may be 16 or 32 bits */ macro
400 #define DCTELEMBITS 32 /* DCTELEM must be 32 bits */ macro
404 (ishift_temp >> (shft)) | ((~((DCTELEM) 0)) << (DCTELEMBITS-(shft))) : \