Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djmorecfg.h33 #define BITS_IN_JSAMPLE 8 /* use 8, 9, 10, 11, or 12 */ macro
62 #if BITS_IN_JSAMPLE == 8
89 #if BITS_IN_JSAMPLE == 9
103 #if BITS_IN_JSAMPLE == 10
117 #if BITS_IN_JSAMPLE == 11
131 #if BITS_IN_JSAMPLE == 12
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 || in jinit_write_ppm()
A 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()
A Djcinit.c37 if (cinfo->data_precision != BITS_IN_JSAMPLE) in jinit_compress_master()
A Djidctfst.c77 #if BITS_IN_JSAMPLE == 8
129 #if BITS_IN_JSAMPLE == 8
A Djdct.h35 #if BITS_IN_JSAMPLE == 8
67 #if BITS_IN_JSAMPLE == 8
405 #if BITS_IN_JSAMPLE == 8
A Dwrtarga.c28 #if BITS_IN_JSAMPLE != 8
A Djquant2.c143 #define C0_SHIFT (BITS_IN_JSAMPLE-HIST_C0_BITS)
144 #define C1_SHIFT (BITS_IN_JSAMPLE-HIST_C1_BITS)
145 #define C2_SHIFT (BITS_IN_JSAMPLE-HIST_C2_BITS)
181 #if BITS_IN_JSAMPLE == 8
A Dwrrle.c32 #if BITS_IN_JSAMPLE != 8
A Drdrle.c35 #if BITS_IN_JSAMPLE != 8
A Drdppm.c329 cinfo->data_precision = BITS_IN_JSAMPLE; /* we always rescale data to this */ in start_input_ppm()
A Dwrbmp.c30 #if BITS_IN_JSAMPLE != 8
A Djcparam.c306 cinfo->data_precision = BITS_IN_JSAMPLE; in jpeg_set_defaults()
A Djdmaster.c276 if (cinfo->data_precision != BITS_IN_JSAMPLE) in master_selection()
A Djquant1.c128 #if BITS_IN_JSAMPLE == 8
A Djcmaster.c417 #if BITS_IN_JSAMPLE == 8 in validate_script()
A Djchuff.c34 #if BITS_IN_JSAMPLE == 8
A Dchange.log35 (BITS_IN_JSAMPLE configuration option in jmorecfg.h).
A Dinstall.txt429 1. In jmorecfg.h, define BITS_IN_JSAMPLE as 9, 10, 11, or 12 rather than 8.
452 read files of any maxval regardless of the BITS_IN_JSAMPLE setting; incoming
457 format, maxval=MAXJSAMPLE, when compiled with BITS_IN_JSAMPLE>8. Since this
A Djfdctint.c95 #if BITS_IN_JSAMPLE == 8
146 #if BITS_IN_JSAMPLE == 8
A Djidctint.c100 #if BITS_IN_JSAMPLE == 8
151 #if BITS_IN_JSAMPLE == 8
A Dlibjpeg.txt225 BITS_IN_JSAMPLE (normally 8 bits). For instance, if you choose to compress
228 that has more than 8 bits/channel, compile with BITS_IN_JSAMPLE = 9 to 12.
2963 defining BITS_IN_JSAMPLE as 8, 9, 10, 11, or 12.
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Djmorecfg.h33 #define BITS_IN_JSAMPLE 8 /* use 8, 9, 10, 11, or 12 */ macro
62 #if BITS_IN_JSAMPLE == 8
89 #if BITS_IN_JSAMPLE == 9
103 #if BITS_IN_JSAMPLE == 10
117 #if BITS_IN_JSAMPLE == 11
131 #if BITS_IN_JSAMPLE == 12
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_jpeg.c101 #elif BITS_IN_JSAMPLE == 12
1837 if (td->td_bitspersample != BITS_IN_JSAMPLE ) in JPEGSetupEncode()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog1649 * libtiff/tif_jpeg.c: Fix compilation in BITS_IN_JSAMPLE == 12

Completed in 54 milliseconds