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

1 2

  /external/libjpeg-turbo/
jconfig.h 20 * Define BITS_IN_JSAMPLE as either
28 #define BITS_IN_JSAMPLE 8 /* use 8 or 12 */
jchuff.h 22 #if BITS_IN_JSAMPLE == 8
jconfig.h.in 19 * Define BITS_IN_JSAMPLE as either
27 #define BITS_IN_JSAMPLE 8 /* use 8 or 12 */
rdcolmap.c 111 R << (BITS_IN_JSAMPLE-8),
112 G << (BITS_IN_JSAMPLE-8),
113 B << (BITS_IN_JSAMPLE-8));
jmorecfg.h 44 #if BITS_IN_JSAMPLE == 8
68 #endif /* BITS_IN_JSAMPLE == 8 */
71 #if BITS_IN_JSAMPLE == 12
82 #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)
252 if (cinfo->quantize_colors || BITS_IN_JSAMPLE != 8 ||
jdct.h 33 #if BITS_IN_JSAMPLE == 8
67 #if BITS_IN_JSAMPLE == 8
jidctfst.c 79 #if BITS_IN_JSAMPLE == 8
131 #if BITS_IN_JSAMPLE == 8
145 #if BITS_IN_JSAMPLE == 8
jfdctint.c 71 * require BITS_IN_JSAMPLE + PASS1_BITS + 3 bits; this fits in a 16-bit word
76 * have BITS_IN_JSAMPLE + CONST_BITS + PASS1_BITS <= 26. Error analysis
80 #if BITS_IN_JSAMPLE == 8
131 #if BITS_IN_JSAMPLE == 8
jcdctmgr.c 76 #if BITS_IN_JSAMPLE == 8
267 #if BITS_IN_JSAMPLE == 8
307 #if BITS_IN_JSAMPLE == 8
414 #if BITS_IN_JSAMPLE == 8
jidctred.c 45 #if BITS_IN_JSAMPLE == 8
100 #if BITS_IN_JSAMPLE == 8
jdsample.c 319 #if BITS_IN_JSAMPLE == 8
362 #if BITS_IN_JSAMPLE == 8
jquant2.c 124 #define C0_SHIFT (BITS_IN_JSAMPLE-HIST_C0_BITS)
125 #define C1_SHIFT (BITS_IN_JSAMPLE-HIST_C1_BITS)
126 #define C2_SHIFT (BITS_IN_JSAMPLE-HIST_C2_BITS)
159 #if BITS_IN_JSAMPLE == 8
    [all...]
wrrle.c 35 #if BITS_IN_JSAMPLE != 8
wrtarga.c 30 #if BITS_IN_JSAMPLE != 8
jcmaster.c 114 if (cinfo->data_precision != BITS_IN_JSAMPLE)
242 #if BITS_IN_JSAMPLE == 8
  /external/skia/third_party/libjpeg-turbo/
jconfig.h 22 * Define BITS_IN_JSAMPLE as either
30 #define BITS_IN_JSAMPLE 8 /* use 8 or 12 */
  /external/skqp/third_party/libjpeg-turbo/
jconfig.h 22 * Define BITS_IN_JSAMPLE as either
30 #define BITS_IN_JSAMPLE 8 /* use 8 or 12 */
  /external/libjpeg-turbo/win/
jconfig.h.in 12 * Define BITS_IN_JSAMPLE as either
20 #define BITS_IN_JSAMPLE @BITS_IN_JSAMPLE@ /* use 8 or 12 */
  /external/libjpeg-turbo/simd/
jsimd_x86_64.c 66 if (BITS_IN_JSAMPLE != 8)
86 if (BITS_IN_JSAMPLE != 8)
106 if (BITS_IN_JSAMPLE != 8)
253 if (BITS_IN_JSAMPLE != 8)
270 if (BITS_IN_JSAMPLE != 8)
305 if (BITS_IN_JSAMPLE != 8)
322 if (BITS_IN_JSAMPLE != 8)
359 if (BITS_IN_JSAMPLE != 8)
377 if (BITS_IN_JSAMPLE != 8)
417 if (BITS_IN_JSAMPLE != 8
    [all...]
jsimd_mips.c 124 if (BITS_IN_JSAMPLE != 8)
143 if (BITS_IN_JSAMPLE != 8)
162 if (BITS_IN_JSAMPLE != 8)
187 if (BITS_IN_JSAMPLE != 8)
343 if (BITS_IN_JSAMPLE != 8)
360 if (BITS_IN_JSAMPLE != 8)
379 if (BITS_IN_JSAMPLE != 8)
433 if (BITS_IN_JSAMPLE != 8)
450 if (BITS_IN_JSAMPLE != 8)
467 if (BITS_IN_JSAMPLE != 8
    [all...]
jsimd_i386.c 78 if (BITS_IN_JSAMPLE != 8)
100 if (BITS_IN_JSAMPLE != 8)
122 if (BITS_IN_JSAMPLE != 8)
307 if (BITS_IN_JSAMPLE != 8)
326 if (BITS_IN_JSAMPLE != 8)
375 if (BITS_IN_JSAMPLE != 8)
394 if (BITS_IN_JSAMPLE != 8)
441 if (BITS_IN_JSAMPLE != 8)
461 if (BITS_IN_JSAMPLE != 8)
515 if (BITS_IN_JSAMPLE != 8
    [all...]
jsimd_arm.c 144 if (BITS_IN_JSAMPLE != 8)
171 if (BITS_IN_JSAMPLE != 8)
190 if (BITS_IN_JSAMPLE != 8)
367 if (BITS_IN_JSAMPLE != 8)
437 if (BITS_IN_JSAMPLE != 8)
570 if (BITS_IN_JSAMPLE != 8)
593 if (BITS_IN_JSAMPLE != 8)
634 if (BITS_IN_JSAMPLE != 8)
657 if (BITS_IN_JSAMPLE != 8)
jsimd_powerpc.c 160 if (BITS_IN_JSAMPLE != 8)
179 if (BITS_IN_JSAMPLE != 8)
198 if (BITS_IN_JSAMPLE != 8)
344 if (BITS_IN_JSAMPLE != 8)
361 if (BITS_IN_JSAMPLE != 8)
398 if (BITS_IN_JSAMPLE != 8)
415 if (BITS_IN_JSAMPLE != 8)
452 if (BITS_IN_JSAMPLE != 8)
469 if (BITS_IN_JSAMPLE != 8)
508 if (BITS_IN_JSAMPLE != 8
    [all...]
jsimd_arm64.c 171 if (BITS_IN_JSAMPLE != 8)
198 if (BITS_IN_JSAMPLE != 8)
217 if (BITS_IN_JSAMPLE != 8)
344 if (BITS_IN_JSAMPLE != 8)
363 if (BITS_IN_JSAMPLE != 8)
498 if (BITS_IN_JSAMPLE != 8)
641 if (BITS_IN_JSAMPLE != 8)
664 if (BITS_IN_JSAMPLE != 8)
705 if (BITS_IN_JSAMPLE != 8)
728 if (BITS_IN_JSAMPLE != 8
    [all...]

Completed in 387 milliseconds

1 2