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

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djmorecfg.h16 * Define BITS_IN_JSAMPLE as either
24 #define BITS_IN_JSAMPLE 8 /* use 8 or 12 */ macro
53 #if BITS_IN_JSAMPLE == 8
77 #endif /* BITS_IN_JSAMPLE == 8 */
80 #if BITS_IN_JSAMPLE == 12
91 #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 Dwrppm.c34 #if BITS_IN_JSAMPLE == 8
40 #define PUTPPMSAMPLE(ptr,v) *ptr++ = (char) ((v) >> (BITS_IN_JSAMPLE-8))
51 #define PPM_MAXVAL ((1<<BITS_IN_JSAMPLE)-1)
240 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 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 Djdct.h34 #if BITS_IN_JSAMPLE == 8
66 #if BITS_IN_JSAMPLE == 8
H A Drdrle.c35 #if BITS_IN_JSAMPLE != 8
H A Drdppm.c329 cinfo->data_precision = BITS_IN_JSAMPLE; /* we always rescale data to this */
H A Dwrbmp.c30 #if BITS_IN_JSAMPLE != 8
H A Djcmaster.c249 if (cinfo->data_precision != BITS_IN_JSAMPLE)
403 #if BITS_IN_JSAMPLE == 8
H A Djcparam.c306 cinfo->data_precision = BITS_IN_JSAMPLE;
H A Djdinput.c220 if (cinfo->data_precision != BITS_IN_JSAMPLE)
H A Djquant1.c127 #if BITS_IN_JSAMPLE == 8
H A Djchuff.c34 #if BITS_IN_JSAMPLE == 8
H A Djfdctint.c86 * require BITS_IN_JSAMPLE + PASS1_BITS + 3 bits; this fits in a 16-bit word
91 * have BITS_IN_JSAMPLE + CONST_BITS + PASS1_BITS <= 26. Error analysis
95 #if BITS_IN_JSAMPLE == 8
146 #if BITS_IN_JSAMPLE == 8
H A Djidctint.c91 * require BITS_IN_JSAMPLE + PASS1_BITS + 3 bits; this fits in a 16-bit word
96 * have BITS_IN_JSAMPLE + CONST_BITS + PASS1_BITS <= 26. Error analysis
100 #if BITS_IN_JSAMPLE == 8
151 #if BITS_IN_JSAMPLE == 8
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/jpeg/
H A Djpeg.c199 if ((cinfo->data_precision != BITS_IN_JSAMPLE) ||
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/tiff/
H A DtiffJpeg.c1111 if (td->td_bitspersample != BITS_IN_JSAMPLE) {
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_jpeg.c1233 /* BITS_IN_JSAMPLE now permits 8 and 12 --- dgilbert */
1236 if (td->td_bitspersample != BITS_IN_JSAMPLE )

Completed in 277 milliseconds