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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djchuff.h19 #if BITS_IN_JSAMPLE == 8
H A Djmorecfg.h15 * Define BITS_IN_JSAMPLE as either
23 #define BITS_IN_JSAMPLE 8 /* use 8 or 12 */ macro
52 #if BITS_IN_JSAMPLE == 8
76 #endif /* BITS_IN_JSAMPLE == 8 */
79 #if BITS_IN_JSAMPLE == 12
90 #endif /* BITS_IN_JSAMPLE == 12 */
H A Djdct.h29 #if BITS_IN_JSAMPLE == 8
57 #if 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 Djcmaster.c71 if (cinfo->data_precision != BITS_IN_JSAMPLE)
195 #if BITS_IN_JSAMPLE == 8
H A Djdinput.c50 if (cinfo->data_precision != BITS_IN_JSAMPLE)
H A Djdsample.c350 #if BITS_IN_JSAMPLE == 8
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
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 Djdinput.c52 if (cinfo->data_precision != BITS_IN_JSAMPLE)
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 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Djfdctint_template.c68 #define BITS_IN_JSAMPLE BIT_DEPTH macro
114 * require BITS_IN_JSAMPLE + PASS1_BITS + 3 bits; this fits in a 16-bit word
119 * have BITS_IN_JSAMPLE + CONST_BITS + PASS1_BITS <= 26. Error analysis
127 #if BITS_IN_JSAMPLE == 8
180 #if BITS_IN_JSAMPLE == 8 && CONST_BITS<=13 && PASS1_BITS<=2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Djfdctint_template.c68 #define BITS_IN_JSAMPLE BIT_DEPTH macro
114 * require BITS_IN_JSAMPLE + PASS1_BITS + 3 bits; this fits in a 16-bit word
119 * have BITS_IN_JSAMPLE + CONST_BITS + PASS1_BITS <= 26. Error analysis
127 #if BITS_IN_JSAMPLE == 8
180 #if BITS_IN_JSAMPLE == 8 && CONST_BITS<=13 && PASS1_BITS<=2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dquantize.cpp69 #define BITS_IN_JSAMPLE 8 macro
249 #define C0_SHIFT (BITS_IN_JSAMPLE-HIST_C0_BITS)
250 #define C1_SHIFT (BITS_IN_JSAMPLE-HIST_C1_BITS)
251 #define C2_SHIFT (BITS_IN_JSAMPLE-HIST_C2_BITS)
287 #if BITS_IN_JSAMPLE == 8

Completed in 270 milliseconds

12