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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djchuff.h23 #if BITS_IN_JSAMPLE == 8
H A Djmorecfg.h19 * Define BITS_IN_JSAMPLE as either
27 #define BITS_IN_JSAMPLE 8 /* use 8 or 12 */ macro
56 #if BITS_IN_JSAMPLE == 8
80 #endif /* BITS_IN_JSAMPLE == 8 */
83 #if BITS_IN_JSAMPLE == 12
94 #endif /* BITS_IN_JSAMPLE == 12 */
H A Djdct.h33 #if BITS_IN_JSAMPLE == 8
61 #if BITS_IN_JSAMPLE == 8
H A Djidctfst.c80 #if BITS_IN_JSAMPLE == 8
132 #if BITS_IN_JSAMPLE == 8
146 #if BITS_IN_JSAMPLE == 8
H A Djfdctint.c72 * require BITS_IN_JSAMPLE + PASS1_BITS + 3 bits; this fits in a 16-bit word
77 * have BITS_IN_JSAMPLE + CONST_BITS + PASS1_BITS <= 26. Error analysis
81 #if BITS_IN_JSAMPLE == 8
132 #if BITS_IN_JSAMPLE == 8
H A Djidctint.c72 * require BITS_IN_JSAMPLE + PASS1_BITS + 3 bits; this fits in a 16-bit word
77 * have BITS_IN_JSAMPLE + CONST_BITS + PASS1_BITS <= 26. Error analysis
81 #if BITS_IN_JSAMPLE == 8
132 #if BITS_IN_JSAMPLE == 8
H A Djidctred.c46 #if BITS_IN_JSAMPLE == 8
101 #if BITS_IN_JSAMPLE == 8
H A Djquant2.c146 #define C0_SHIFT (BITS_IN_JSAMPLE-HIST_C0_BITS)
147 #define C1_SHIFT (BITS_IN_JSAMPLE-HIST_C1_BITS)
148 #define C2_SHIFT (BITS_IN_JSAMPLE-HIST_C2_BITS)
184 #if BITS_IN_JSAMPLE == 8
H A Djcmaster.c75 if (cinfo->data_precision != BITS_IN_JSAMPLE)
199 #if BITS_IN_JSAMPLE == 8
H A Djdinput.c55 if (cinfo->data_precision != BITS_IN_JSAMPLE)
H A Djdsample.c354 #if BITS_IN_JSAMPLE == 8
H A Djcparam.c291 cinfo->data_precision = BITS_IN_JSAMPLE;
H A Djquant1.c131 #if BITS_IN_JSAMPLE == 8

Completed in 55 milliseconds