Home
last modified time | relevance | path

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

12

/external/libjpeg-turbo/simd/arm/aarch32/
Djsimd.c152 if (BITS_IN_JSAMPLE != 8) in jsimd_can_rgb_ycc()
171 if (BITS_IN_JSAMPLE != 8) in jsimd_can_rgb_gray()
190 if (BITS_IN_JSAMPLE != 8) in jsimd_can_ycc_rgb()
209 if (BITS_IN_JSAMPLE != 8) in jsimd_can_ycc_rgb565()
349 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_downsample()
368 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_downsample()
405 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_upsample()
422 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_upsample()
454 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_fancy_upsample()
471 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_fancy_upsample()
[all …]
/external/libjpeg-turbo/simd/arm/aarch64/
Djsimd.c178 if (BITS_IN_JSAMPLE != 8) in jsimd_can_rgb_ycc()
197 if (BITS_IN_JSAMPLE != 8) in jsimd_can_rgb_gray()
216 if (BITS_IN_JSAMPLE != 8) in jsimd_can_ycc_rgb()
235 if (BITS_IN_JSAMPLE != 8) in jsimd_can_ycc_rgb565()
417 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_downsample()
436 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_downsample()
473 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_upsample()
490 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_upsample()
522 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_fancy_upsample()
539 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_fancy_upsample()
[all …]
/external/libjpeg-turbo/simd/x86_64/
Djsimd.c78 if (BITS_IN_JSAMPLE != 8) in jsimd_can_rgb_ycc()
101 if (BITS_IN_JSAMPLE != 8) in jsimd_can_rgb_gray()
124 if (BITS_IN_JSAMPLE != 8) in jsimd_can_ycc_rgb()
307 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_downsample()
326 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_downsample()
377 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_upsample()
396 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_upsample()
439 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_fancy_upsample()
460 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_fancy_upsample()
509 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_merged_upsample()
[all …]
/external/libjpeg-turbo/simd/i386/
Djsimd.c87 if (BITS_IN_JSAMPLE != 8) in jsimd_can_rgb_ycc()
112 if (BITS_IN_JSAMPLE != 8) in jsimd_can_rgb_gray()
137 if (BITS_IN_JSAMPLE != 8) in jsimd_can_ycc_rgb()
352 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_downsample()
373 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_downsample()
434 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_upsample()
455 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_upsample()
506 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_fancy_upsample()
529 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_fancy_upsample()
588 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_merged_upsample()
[all …]
/external/libjpeg-turbo/
Dwrppm.c38 #if BITS_IN_JSAMPLE == 8
44 #define PUTPPMSAMPLE(ptr, v) *ptr++ = (char)((v) >> (BITS_IN_JSAMPLE - 8))
55 #define PPM_MAXVAL ((1 << BITS_IN_JSAMPLE) - 1)
111 #if BITS_IN_JSAMPLE != 8 in copy_pixel_rows()
117 #if BITS_IN_JSAMPLE == 8 in copy_pixel_rows()
327 if (cinfo->quantize_colors || BITS_IN_JSAMPLE != 8 ||
Djconfig.h.in25 * Define BITS_IN_JSAMPLE as either
33 #define BITS_IN_JSAMPLE @BITS_IN_JSAMPLE@ /* use 8 or 12 */ macro
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()
Djmorecfg.h44 #if BITS_IN_JSAMPLE == 8
57 #if BITS_IN_JSAMPLE == 12
Djconfig.h33 #define BITS_IN_JSAMPLE 8 /* use 8 or 12 */ macro
Djchuff.h22 #if BITS_IN_JSAMPLE == 8
Djdct.h33 #if BITS_IN_JSAMPLE == 8
67 #if BITS_IN_JSAMPLE == 8
Djidctfst.c79 #if BITS_IN_JSAMPLE == 8
131 #if BITS_IN_JSAMPLE == 8
145 #if BITS_IN_JSAMPLE == 8
Djcdctmgr.c76 #if BITS_IN_JSAMPLE == 8
267 #if BITS_IN_JSAMPLE == 8 in start_pass_fdctmgr()
307 #if BITS_IN_JSAMPLE == 8 in start_pass_fdctmgr()
414 #if BITS_IN_JSAMPLE == 8 in quantize()
Djfdctint.c80 #if BITS_IN_JSAMPLE == 8
131 #if BITS_IN_JSAMPLE == 8
Drdgif.c351 #if BITS_IN_JSAMPLE == 8 in ReadColorMap()
354 #define UPSCALE(x) ((x) << (BITS_IN_JSAMPLE - 8)) in ReadColorMap()
535 cinfo->data_precision = BITS_IN_JSAMPLE; /* we always rescale data to this */ in start_input_gif()
Djidctred.c45 #if BITS_IN_JSAMPLE == 8
100 #if BITS_IN_JSAMPLE == 8
Djdsample.c318 #if BITS_IN_JSAMPLE == 8 in h1v2_fancy_upsample()
364 #if BITS_IN_JSAMPLE == 8 in h2v2_fancy_upsample()
Djquant2.c124 #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
Dwrtarga.c30 #if BITS_IN_JSAMPLE != 8
Djcmaster.c114 if (cinfo->data_precision != BITS_IN_JSAMPLE) in initial_setup()
244 #if BITS_IN_JSAMPLE == 8 in validate_script()
Djdinput.c56 if (cinfo->data_precision != BITS_IN_JSAMPLE) in initial_setup()
Djcparam.c205 cinfo->data_precision = BITS_IN_JSAMPLE; in jpeg_set_defaults()
Dwrbmp.c36 #if BITS_IN_JSAMPLE != 8
/external/skqp/third_party/libjpeg-turbo/
Djconfig.h30 #define BITS_IN_JSAMPLE 8 /* use 8 or 12 */ macro
/external/tensorflow/third_party/jpeg/
DBUILD.bazel507 "@BITS_IN_JSAMPLE@": "8",
522 "@BITS_IN_JSAMPLE@": "8",

12