HomeSort by relevance Sort by last modified time
    Searched refs:BITS_IN_JSAMPLE (Results 1 - 25 of 26) sorted by null

1 2

  /external/jpeg/
jchuff.h 19 #if BITS_IN_JSAMPLE == 8
jmorecfg.h 37 * Define BITS_IN_JSAMPLE as either
45 #define BITS_IN_JSAMPLE 8 /* use 8 or 12 */
74 #if BITS_IN_JSAMPLE == 8
98 #endif /* BITS_IN_JSAMPLE == 8 */
101 #if BITS_IN_JSAMPLE == 12
112 #endif /* BITS_IN_JSAMPLE == 12 */
rdcolmap.c 110 R << (BITS_IN_JSAMPLE-8),
111 G << (BITS_IN_JSAMPLE-8),
112 B << (BITS_IN_JSAMPLE-8));
jdct.h 29 #if BITS_IN_JSAMPLE == 8
57 #if BITS_IN_JSAMPLE == 8
wrppm.c 33 #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 ||
jidctfst.c 76 #if BITS_IN_JSAMPLE == 8
128 #if BITS_IN_JSAMPLE == 8
142 #if BITS_IN_JSAMPLE == 8
jfdctint.c 68 * 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
jidctint.c 68 * 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
jidctred.c 42 #if BITS_IN_JSAMPLE == 8
97 #if BITS_IN_JSAMPLE == 8
jquant2.c 142 #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
    [all...]
wrrle.c 32 #if BITS_IN_JSAMPLE != 8
wrtarga.c 27 #if BITS_IN_JSAMPLE != 8
jcmaster.c 71 if (cinfo->data_precision != BITS_IN_JSAMPLE)
195 #if BITS_IN_JSAMPLE == 8
jdinput.c 51 if (cinfo->data_precision != BITS_IN_JSAMPLE)
rdrle.c 35 #if BITS_IN_JSAMPLE != 8
jdsample.c 350 #if BITS_IN_JSAMPLE == 8
rdppm.c 328 cinfo->data_precision = BITS_IN_JSAMPLE; /* we always rescale data to this */
wrbmp.c 30 #if BITS_IN_JSAMPLE != 8
jcparam.c 287 cinfo->data_precision = BITS_IN_JSAMPLE;
jquant1.c 127 #if BITS_IN_JSAMPLE == 8
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 

Completed in 360 milliseconds

1 2