Searched refs:BITS_IN_JSAMPLE (Results 1 - 25 of 36) sorted by relevance

12

/external/jpeg/
H A Djchuff.h19 #if BITS_IN_JSAMPLE == 8
H A Dmips_jidctfst.c78 #if BITS_IN_JSAMPLE == 8
130 #if BITS_IN_JSAMPLE == 8
144 #if BITS_IN_JSAMPLE == 8
H A Djsimd_neon.c117 (BITS_IN_JSAMPLE != 8) ||
131 (BITS_IN_JSAMPLE != 8) ||
145 (BITS_IN_JSAMPLE != 8) ||
159 if( (BITS_IN_JSAMPLE != 8) ||
H A Djmorecfg.h42 * Define BITS_IN_JSAMPLE as either
50 #define BITS_IN_JSAMPLE 8 /* use 8 or 12 */ macro
79 #if BITS_IN_JSAMPLE == 8
103 #endif /* BITS_IN_JSAMPLE == 8 */
106 #if BITS_IN_JSAMPLE == 12
117 #endif /* BITS_IN_JSAMPLE == 12 */
H A Drdcolmap.c110 R << (BITS_IN_JSAMPLE-8),
111 G << (BITS_IN_JSAMPLE-8),
112 B << (BITS_IN_JSAMPLE-8));
H A Djdct.h29 #if BITS_IN_JSAMPLE == 8
61 #if BITS_IN_JSAMPLE == 8
H A Dwrppm.c33 #if BITS_IN_JSAMPLE == 8
39 #define PUTPPMSAMPLE(ptr,v) *ptr++ = (char) ((v) >> (BITS_IN_JSAMPLE-8))
50 #define PPM_MAXVAL ((1<<BITS_IN_JSAMPLE)-1)
239 if (cinfo->quantize_colors || BITS_IN_JSAMPLE != 8 ||
H A Djidctfst.c76 #if BITS_IN_JSAMPLE == 8
128 #if BITS_IN_JSAMPLE == 8
142 #if BITS_IN_JSAMPLE == 8
H A Djfdctint.c68 * require BITS_IN_JSAMPLE + PASS1_BITS + 3 bits; this fits in a 16-bit word
73 * have BITS_IN_JSAMPLE + CONST_BITS + PASS1_BITS <= 26. Error analysis
77 #if BITS_IN_JSAMPLE == 8
128 #if BITS_IN_JSAMPLE == 8
H A Djidctint.c68 * require BITS_IN_JSAMPLE + PASS1_BITS + 3 bits; this fits in a 16-bit word
73 * have BITS_IN_JSAMPLE + CONST_BITS + PASS1_BITS <= 26. Error analysis
77 #if BITS_IN_JSAMPLE == 8
128 #if BITS_IN_JSAMPLE == 8
H A Djidctred.c42 #if BITS_IN_JSAMPLE == 8
97 #if BITS_IN_JSAMPLE == 8
H A Djquant2.c142 #define C0_SHIFT (BITS_IN_JSAMPLE-HIST_C0_BITS)
143 #define C1_SHIFT (BITS_IN_JSAMPLE-HIST_C1_BITS)
144 #define C2_SHIFT (BITS_IN_JSAMPLE-HIST_C2_BITS)
180 #if BITS_IN_JSAMPLE == 8
H A Dwrrle.c32 #if BITS_IN_JSAMPLE != 8
H A Dwrtarga.c27 #if BITS_IN_JSAMPLE != 8
H A Djcmaster.c71 if (cinfo->data_precision != BITS_IN_JSAMPLE)
195 #if BITS_IN_JSAMPLE == 8
H A Djdinput.c53 if (cinfo->data_precision != BITS_IN_JSAMPLE)
/external/pdfium/core/src/fxcodec/libjpeg/
H A Djchuff.h19 #if BITS_IN_JSAMPLE == 8
H A Djmorecfg.h18 * Define BITS_IN_JSAMPLE as either
26 #define BITS_IN_JSAMPLE 8 /* use 8 or 12 */ macro
55 #if BITS_IN_JSAMPLE == 8
79 #endif /* BITS_IN_JSAMPLE == 8 */
82 #if BITS_IN_JSAMPLE == 12
93 #endif /* BITS_IN_JSAMPLE == 12 */
H A Djdct.h29 #if BITS_IN_JSAMPLE == 8
57 #if BITS_IN_JSAMPLE == 8
H A Dfpdfapi_jidctfst.c77 #if BITS_IN_JSAMPLE == 8
129 #if BITS_IN_JSAMPLE == 8
143 #if BITS_IN_JSAMPLE == 8
H A Dfpdfapi_jfdctint.c69 * require BITS_IN_JSAMPLE + PASS1_BITS + 3 bits; this fits in a 16-bit word
74 * have BITS_IN_JSAMPLE + CONST_BITS + PASS1_BITS <= 26. Error analysis
78 #if BITS_IN_JSAMPLE == 8
129 #if BITS_IN_JSAMPLE == 8
H A Dfpdfapi_jidctint.c69 * require BITS_IN_JSAMPLE + PASS1_BITS + 3 bits; this fits in a 16-bit word
74 * have BITS_IN_JSAMPLE + CONST_BITS + PASS1_BITS <= 26. Error analysis
78 #if BITS_IN_JSAMPLE == 8
129 #if BITS_IN_JSAMPLE == 8
H A Dfpdfapi_jidctred.c43 #if BITS_IN_JSAMPLE == 8
98 #if BITS_IN_JSAMPLE == 8
H A Dfpdfapi_jcmaster.c72 if (cinfo->data_precision != BITS_IN_JSAMPLE)
196 #if BITS_IN_JSAMPLE == 8
/external/pdfium/core/include/thirdparties/libjpeg/
H A Djmorecfg.h18 * Define BITS_IN_JSAMPLE as either
26 #define BITS_IN_JSAMPLE 8 /* use 8 or 12 */ macro
55 #if BITS_IN_JSAMPLE == 8
79 #endif /* BITS_IN_JSAMPLE == 8 */
82 #if BITS_IN_JSAMPLE == 12
93 #endif /* BITS_IN_JSAMPLE == 12 */

Completed in 194 milliseconds

12