Home
last modified time | relevance | path

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

1234

/external/chromium_org/third_party/libjpeg_turbo/simd/
Djsimd_x86_64.c37 if (BITS_IN_JSAMPLE != 8) in jsimd_can_rgb_ycc()
55 if (BITS_IN_JSAMPLE != 8) in jsimd_can_rgb_gray()
72 if (BITS_IN_JSAMPLE != 8) in jsimd_can_ycc_rgb()
209 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_downsample()
221 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_downsample()
256 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_upsample()
268 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_upsample()
302 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_fancy_upsample()
317 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_fancy_upsample()
354 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_merged_upsample()
[all …]
Djsimd_i386.c71 if (BITS_IN_JSAMPLE != 8) in jsimd_can_rgb_ycc()
94 if (BITS_IN_JSAMPLE != 8) in jsimd_can_rgb_gray()
116 if (BITS_IN_JSAMPLE != 8) in jsimd_can_ycc_rgb()
300 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_downsample()
319 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_downsample()
367 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_upsample()
386 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_upsample()
433 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_fancy_upsample()
453 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_fancy_upsample()
503 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_merged_upsample()
[all …]
Djsimd_arm.c140 if (BITS_IN_JSAMPLE != 8) in jsimd_can_rgb_ycc()
167 if (BITS_IN_JSAMPLE != 8) in jsimd_can_ycc_rgb()
342 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_fancy_upsample()
412 if (BITS_IN_JSAMPLE != 8) in jsimd_can_convsamp()
548 if (BITS_IN_JSAMPLE != 8) in jsimd_can_idct_2x2()
571 if (BITS_IN_JSAMPLE != 8) in jsimd_can_idct_4x4()
612 if (BITS_IN_JSAMPLE != 8) in jsimd_can_idct_islow()
635 if (BITS_IN_JSAMPLE != 8) in jsimd_can_idct_ifast()
Djsimd_arm64.c85 if (BITS_IN_JSAMPLE != 8) in jsimd_can_ycc_rgb()
104 if (BITS_IN_JSAMPLE != 8) in jsimd_can_ycc_rgb565()
407 if (BITS_IN_JSAMPLE != 8) in jsimd_can_idct_2x2()
430 if (BITS_IN_JSAMPLE != 8) in jsimd_can_idct_4x4()
473 if (BITS_IN_JSAMPLE != 8) in jsimd_can_idct_islow()
496 if (BITS_IN_JSAMPLE != 8) in jsimd_can_idct_ifast()
/external/jpeg/
Djsimd_neon.c118 (BITS_IN_JSAMPLE != 8) || in cap_neon_idct_2x2()
132 (BITS_IN_JSAMPLE != 8) || in cap_neon_idct_4x4()
146 (BITS_IN_JSAMPLE != 8) || in cap_neon_idct_ifast()
160 if( (BITS_IN_JSAMPLE != 8) || in cap_neon_ycc_rgb()
Dmips_jidctfst.c78 #if BITS_IN_JSAMPLE == 8
130 #if BITS_IN_JSAMPLE == 8
144 #if BITS_IN_JSAMPLE == 8
Djmorecfg.h50 #define BITS_IN_JSAMPLE 8 /* use 8 or 12 */ macro
79 #if BITS_IN_JSAMPLE == 8
106 #if BITS_IN_JSAMPLE == 12
Dwrppm.c33 #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 || in jinit_write_ppm()
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()
Djdct.h29 #if BITS_IN_JSAMPLE == 8
61 #if BITS_IN_JSAMPLE == 8
Djchuff.h19 #if BITS_IN_JSAMPLE == 8
/external/pdfium/core/src/fxcodec/libjpeg/
Djmorecfg.h26 #define BITS_IN_JSAMPLE 8 /* use 8 or 12 */ macro
55 #if BITS_IN_JSAMPLE == 8
82 #if BITS_IN_JSAMPLE == 12
Djdct.h29 #if BITS_IN_JSAMPLE == 8
57 #if BITS_IN_JSAMPLE == 8
Djchuff.h19 #if BITS_IN_JSAMPLE == 8
/external/pdfium/core/include/thirdparties/libjpeg/
Djmorecfg.h26 #define BITS_IN_JSAMPLE 8 /* use 8 or 12 */ macro
55 #if BITS_IN_JSAMPLE == 8
82 #if BITS_IN_JSAMPLE == 12
/external/qemu/distrib/jpeg-6b/
Djmorecfg.h47 #define BITS_IN_JSAMPLE 8 /* use 8 or 12 */ macro
76 #if BITS_IN_JSAMPLE == 8
103 #if BITS_IN_JSAMPLE == 12
Dwrppm.c33 #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 || in jinit_write_ppm()
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()
Djdct.h29 #if BITS_IN_JSAMPLE == 8
57 #if BITS_IN_JSAMPLE == 8
Djchuff.h19 #if BITS_IN_JSAMPLE == 8
/external/chromium_org/third_party/libjpeg_turbo/
Djmorecfg.h25 #define BITS_IN_JSAMPLE 8 /* use 8 or 12 */ macro
54 #if BITS_IN_JSAMPLE == 8
81 #if BITS_IN_JSAMPLE == 12
Dwrppm.c34 #if BITS_IN_JSAMPLE == 8
40 #define PUTPPMSAMPLE(ptr,v) *ptr++ = (char) ((v) >> (BITS_IN_JSAMPLE-8))
51 #define PPM_MAXVAL ((1<<BITS_IN_JSAMPLE)-1)
240 if (cinfo->quantize_colors || BITS_IN_JSAMPLE != 8 || in jinit_write_ppm()
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()
Djchuff.h19 #if BITS_IN_JSAMPLE == 8
Djidctfst.c76 #if BITS_IN_JSAMPLE == 8
128 #if BITS_IN_JSAMPLE == 8
142 #if BITS_IN_JSAMPLE == 8

1234