Home
last modified time | relevance | path

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

/external/jpeg/
Djmorecfg.h45 #define BITS_IN_JSAMPLE 8 /* use 8 or 12 */ macro
74 #if BITS_IN_JSAMPLE == 8
101 #if BITS_IN_JSAMPLE == 12
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 || in jinit_write_ppm()
Drdcolmap.c110 R << (BITS_IN_JSAMPLE-8), in read_gif_map()
111 G << (BITS_IN_JSAMPLE-8), in read_gif_map()
112 B << (BITS_IN_JSAMPLE-8)); in read_gif_map()
Djdct.h29 #if BITS_IN_JSAMPLE == 8
57 #if BITS_IN_JSAMPLE == 8
Djidctfst.c76 #if BITS_IN_JSAMPLE == 8
128 #if BITS_IN_JSAMPLE == 8
142 #if BITS_IN_JSAMPLE == 8
Djchuff.h19 #if BITS_IN_JSAMPLE == 8
Djfdctint.c77 #if BITS_IN_JSAMPLE == 8
128 #if BITS_IN_JSAMPLE == 8
Djidctint.c77 #if BITS_IN_JSAMPLE == 8
128 #if BITS_IN_JSAMPLE == 8
Djidctred.c42 #if BITS_IN_JSAMPLE == 8
97 #if BITS_IN_JSAMPLE == 8
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
Djcmaster.c71 if (cinfo->data_precision != BITS_IN_JSAMPLE) in initial_setup()
195 #if BITS_IN_JSAMPLE == 8 in validate_script()
Dwrtarga.c27 #if BITS_IN_JSAMPLE != 8
Dwrrle.c32 #if BITS_IN_JSAMPLE != 8
Drdrle.c35 #if BITS_IN_JSAMPLE != 8
Djdinput.c53 if (cinfo->data_precision != BITS_IN_JSAMPLE) in initial_setup()
Djdsample.c350 #if BITS_IN_JSAMPLE == 8 in h2v2_fancy_upsample()
Djcparam.c287 cinfo->data_precision = BITS_IN_JSAMPLE; in jpeg_set_defaults()
Dwrbmp.c30 #if BITS_IN_JSAMPLE != 8
Drdppm.c328 cinfo->data_precision = BITS_IN_JSAMPLE; /* we always rescale data to this */ in start_input_ppm()
Djquant1.c127 #if BITS_IN_JSAMPLE == 8
Dinstall.doc431 1. In jmorecfg.h, define BITS_IN_JSAMPLE as 12 rather than 8.
454 read files of any maxval regardless of the BITS_IN_JSAMPLE setting; incoming
459 format, maxval 4095, when compiled with BITS_IN_JSAMPLE=12. Since this
Dlibjpeg.doc226 BITS_IN_JSAMPLE (normally 8 bits). For instance, if you choose to compress
229 that has more than 8 bits/channel, compile with BITS_IN_JSAMPLE = 12.
2866 BITS_IN_JSAMPLE as 12 rather than 8. Note that this causes JSAMPLE to be