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

1 2 3

  /external/libjpeg-turbo/
jconfig.h 17 * Define BITS_IN_JSAMPLE as either
25 #define BITS_IN_JSAMPLE 8 /* use 8 or 12 */
jchuff.h 21 #if BITS_IN_JSAMPLE == 8
rdcolmap.c 110 R << (BITS_IN_JSAMPLE-8),
111 G << (BITS_IN_JSAMPLE-8),
112 B << (BITS_IN_JSAMPLE-8));
jmorecfg.h 43 #if BITS_IN_JSAMPLE == 8
67 #endif /* BITS_IN_JSAMPLE == 8 */
70 #if BITS_IN_JSAMPLE == 12
81 #endif /* BITS_IN_JSAMPLE == 12 */
wrppm.c 37 #if BITS_IN_JSAMPLE == 8
43 #define PUTPPMSAMPLE(ptr,v) *ptr++ = (char) ((v) >> (BITS_IN_JSAMPLE-8))
54 #define PPM_MAXVAL ((1<<BITS_IN_JSAMPLE)-1)
223 if (cinfo->quantize_colors || BITS_IN_JSAMPLE != 8 ||
jdct.h 32 #if BITS_IN_JSAMPLE == 8
66 #if 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 70 * require BITS_IN_JSAMPLE + PASS1_BITS + 3 bits; this fits in a 16-bit word
75 * have BITS_IN_JSAMPLE + CONST_BITS + PASS1_BITS <= 26. Error analysis
79 #if BITS_IN_JSAMPLE == 8
130 #if BITS_IN_JSAMPLE == 8
jcdctmgr.c 75 #if BITS_IN_JSAMPLE == 8
262 #if BITS_IN_JSAMPLE == 8
302 #if BITS_IN_JSAMPLE == 8
409 #if BITS_IN_JSAMPLE == 8
jidctred.c 44 #if BITS_IN_JSAMPLE == 8
99 #if BITS_IN_JSAMPLE == 8
  /external/libjpeg-turbo/win/
jconfig.h.in 11 * Define BITS_IN_JSAMPLE as either
19 #define BITS_IN_JSAMPLE @BITS_IN_JSAMPLE@ /* use 8 or 12 */
  /external/pdfium/third_party/libjpeg/
jchuff.h 19 #if BITS_IN_JSAMPLE == 8
jmorecfg.h 18 * Define BITS_IN_JSAMPLE as either
26 #define BITS_IN_JSAMPLE 8 /* use 8 or 12 */
55 #if BITS_IN_JSAMPLE == 8
79 #endif /* BITS_IN_JSAMPLE == 8 */
82 #if BITS_IN_JSAMPLE == 12
93 #endif /* BITS_IN_JSAMPLE == 12 */
jdct.h 29 #if BITS_IN_JSAMPLE == 8
57 #if BITS_IN_JSAMPLE == 8
fpdfapi_jidctfst.c 76 #if BITS_IN_JSAMPLE == 8
128 #if BITS_IN_JSAMPLE == 8
142 #if BITS_IN_JSAMPLE == 8
fpdfapi_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
fpdfapi_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
fpdfapi_jidctred.c 42 #if BITS_IN_JSAMPLE == 8
97 #if BITS_IN_JSAMPLE == 8
  /external/libjpeg-turbo/simd/
jsimd_x86_64.c 36 if (BITS_IN_JSAMPLE != 8)
53 if (BITS_IN_JSAMPLE != 8)
70 if (BITS_IN_JSAMPLE != 8)
214 if (BITS_IN_JSAMPLE != 8)
226 if (BITS_IN_JSAMPLE != 8)
256 if (BITS_IN_JSAMPLE != 8)
268 if (BITS_IN_JSAMPLE != 8)
300 if (BITS_IN_JSAMPLE != 8)
315 if (BITS_IN_JSAMPLE != 8)
352 if (BITS_IN_JSAMPLE != 8
    [all...]
jsimd_mips.c 113 if (BITS_IN_JSAMPLE != 8)
132 if (BITS_IN_JSAMPLE != 8)
151 if (BITS_IN_JSAMPLE != 8)
176 if (BITS_IN_JSAMPLE != 8)
332 if (BITS_IN_JSAMPLE != 8)
349 if (BITS_IN_JSAMPLE != 8)
368 if (BITS_IN_JSAMPLE != 8)
422 if (BITS_IN_JSAMPLE != 8)
439 if (BITS_IN_JSAMPLE != 8)
456 if (BITS_IN_JSAMPLE != 8
    [all...]
jsimd_i386.c 73 if (BITS_IN_JSAMPLE != 8)
95 if (BITS_IN_JSAMPLE != 8)
117 if (BITS_IN_JSAMPLE != 8)
302 if (BITS_IN_JSAMPLE != 8)
321 if (BITS_IN_JSAMPLE != 8)
370 if (BITS_IN_JSAMPLE != 8)
389 if (BITS_IN_JSAMPLE != 8)
436 if (BITS_IN_JSAMPLE != 8)
456 if (BITS_IN_JSAMPLE != 8)
510 if (BITS_IN_JSAMPLE != 8
    [all...]
jsimd_arm.c 138 if (BITS_IN_JSAMPLE != 8)
165 if (BITS_IN_JSAMPLE != 8)
184 if (BITS_IN_JSAMPLE != 8)
364 if (BITS_IN_JSAMPLE != 8)
435 if (BITS_IN_JSAMPLE != 8)
571 if (BITS_IN_JSAMPLE != 8)
594 if (BITS_IN_JSAMPLE != 8)
637 if (BITS_IN_JSAMPLE != 8)
660 if (BITS_IN_JSAMPLE != 8)
jsimd_arm64.c 85 if (BITS_IN_JSAMPLE != 8)
104 if (BITS_IN_JSAMPLE != 8)
407 if (BITS_IN_JSAMPLE != 8)
430 if (BITS_IN_JSAMPLE != 8)
473 if (BITS_IN_JSAMPLE != 8)
496 if (BITS_IN_JSAMPLE != 8)
  /external/opencv3/3rdparty/libjpeg/
jmorecfg.h 16 * Define BITS_IN_JSAMPLE as either
24 #define BITS_IN_JSAMPLE 8 /* use 8 or 12 */
53 #if BITS_IN_JSAMPLE == 8
77 #endif /* BITS_IN_JSAMPLE == 8 */
80 #if BITS_IN_JSAMPLE == 12
91 #endif /* BITS_IN_JSAMPLE == 12 */
jidctfst.c 76 #if BITS_IN_JSAMPLE == 8
128 #if BITS_IN_JSAMPLE == 8
142 #if BITS_IN_JSAMPLE == 8

Completed in 238 milliseconds

1 2 3