Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch32/
H A 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 ! in jsimd_can_h2v1_fancy_upsample()
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch64/
H A 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 ! in jsimd_can_h2v1_fancy_upsample()
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A 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 ! in jsimd_can_h2v2_merged_upsample()
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A 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 ! in jsimd_can_h2v2_merged_upsample()
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H A 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 ||
H A 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()
H A Djmorecfg.h44 #if BITS_IN_JSAMPLE == 8
54 #endif /* BITS_IN_JSAMPLE == 8 */
57 #if BITS_IN_JSAMPLE == 12
68 #endif /* BITS_IN_JSAMPLE == 12 */
H A Djidctfst.c79 #if BITS_IN_JSAMPLE == 8
131 #if BITS_IN_JSAMPLE == 8
145 #if BITS_IN_JSAMPLE == 8
H A Djdct.h33 #if BITS_IN_JSAMPLE == 8
67 #if BITS_IN_JSAMPLE == 8
H A Djconfig.h25 * Define BITS_IN_JSAMPLE as either
33 #define BITS_IN_JSAMPLE 8 /* use 8 or 12 */ macro
H A 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()
H A Djchuff.h22 #if BITS_IN_JSAMPLE == 8
H A Djfdctint.c71 * 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
H A Djidctred.c45 #if BITS_IN_JSAMPLE == 8
100 #if BITS_IN_JSAMPLE == 8
H A 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()
H A Djcmaster.c114 if (cinfo->data_precision != BITS_IN_JSAMPLE) in initial_setup()
244 #if BITS_IN_JSAMPLE == 8 in validate_script()
H A Djdsample.c318 #if BITS_IN_JSAMPLE == 8 in h1v2_fancy_upsample()
364 #if BITS_IN_JSAMPLE == 8 in h2v2_fancy_upsample()
H A 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
H A Dwrtarga.c30 #if BITS_IN_JSAMPLE != 8
H A Djcparam.c205 cinfo->data_precision = BITS_IN_JSAMPLE; in jpeg_set_defaults()
H A Djdinput.c56 if (cinfo->data_precision != BITS_IN_JSAMPLE) in initial_setup()
H A Dwrbmp.c36 #if BITS_IN_JSAMPLE != 8
/third_party/backends/sanei/
H A Dsanei_jpeg.c36 #if BITS_IN_JSAMPLE==8
42 #define PUTPPMSAMPLE(ptr,v) *ptr++=(char) ((v) >> (BITS_IN_JSAMPLE-8))
53 #define PPM_MAXVAL ((1<<BITS_IN_JSAMPLE)-1)
202 if (cinfo->quantize_colors || BITS_IN_JSAMPLE != 8 || in GLOBAL()
/third_party/libjpeg-turbo/
H A Djconfig.h43 * Define BITS_IN_JSAMPLE as either
51 #define BITS_IN_JSAMPLE 8 /* use 8 or 12 */ macro
/third_party/ffmpeg/libavcodec/
H A Djfdctint_template.c68 #define BITS_IN_JSAMPLE BIT_DEPTH macro
109 * require BITS_IN_JSAMPLE + PASS1_BITS + 3 bits; this fits in a 16-bit word
114 * have BITS_IN_JSAMPLE + CONST_BITS + PASS1_BITS <= 26. Error analysis
122 #if BITS_IN_JSAMPLE == 8
175 #if BITS_IN_JSAMPLE == 8 && CONST_BITS<=13 && PASS1_BITS<=2

Completed in 31 milliseconds

12