Home
last modified time | relevance | path

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

123

/external/libjpeg-turbo/simd/
Djsimd_x86_64.c36 if (BITS_IN_JSAMPLE != 8) in jsimd_can_rgb_ycc()
53 if (BITS_IN_JSAMPLE != 8) in jsimd_can_rgb_gray()
70 if (BITS_IN_JSAMPLE != 8) in jsimd_can_ycc_rgb()
214 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_downsample()
226 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()
300 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_fancy_upsample()
315 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_fancy_upsample()
352 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_merged_upsample()
[all …]
Djsimd_mips.c113 if (BITS_IN_JSAMPLE != 8) in jsimd_can_rgb_ycc()
132 if (BITS_IN_JSAMPLE != 8) in jsimd_can_rgb_gray()
151 if (BITS_IN_JSAMPLE != 8) in jsimd_can_ycc_rgb()
176 if (BITS_IN_JSAMPLE != 8) in jsimd_c_can_null_convert()
332 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_downsample()
349 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_smooth_downsample()
368 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_downsample()
422 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_upsample()
439 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_upsample()
456 if (BITS_IN_JSAMPLE != 8) in jsimd_can_int_upsample()
[all …]
Djsimd_i386.c73 if (BITS_IN_JSAMPLE != 8) in jsimd_can_rgb_ycc()
95 if (BITS_IN_JSAMPLE != 8) in jsimd_can_rgb_gray()
117 if (BITS_IN_JSAMPLE != 8) in jsimd_can_ycc_rgb()
302 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_downsample()
321 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_downsample()
370 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_upsample()
389 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_upsample()
436 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_fancy_upsample()
456 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_fancy_upsample()
510 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_merged_upsample()
[all …]
Djsimd_arm.c138 if (BITS_IN_JSAMPLE != 8) in jsimd_can_rgb_ycc()
165 if (BITS_IN_JSAMPLE != 8) in jsimd_can_ycc_rgb()
184 if (BITS_IN_JSAMPLE != 8) in jsimd_can_ycc_rgb565()
364 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_fancy_upsample()
435 if (BITS_IN_JSAMPLE != 8) in jsimd_can_convsamp()
571 if (BITS_IN_JSAMPLE != 8) in jsimd_can_idct_2x2()
594 if (BITS_IN_JSAMPLE != 8) in jsimd_can_idct_4x4()
637 if (BITS_IN_JSAMPLE != 8) in jsimd_can_idct_islow()
660 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/pdfium/third_party/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
Dfpdfapi_jidctfst.c76 #if BITS_IN_JSAMPLE == 8
128 #if BITS_IN_JSAMPLE == 8
142 #if BITS_IN_JSAMPLE == 8
Djchuff.h19 #if BITS_IN_JSAMPLE == 8
Dfpdfapi_jfdctint.c77 #if BITS_IN_JSAMPLE == 8
128 #if BITS_IN_JSAMPLE == 8
Dfpdfapi_jidctint.c77 #if BITS_IN_JSAMPLE == 8
128 #if BITS_IN_JSAMPLE == 8
Dfpdfapi_jidctred.c42 #if BITS_IN_JSAMPLE == 8
97 #if BITS_IN_JSAMPLE == 8
/external/opencv3/3rdparty/libjpeg/
Djmorecfg.h24 #define BITS_IN_JSAMPLE 8 /* use 8 or 12 */ macro
53 #if BITS_IN_JSAMPLE == 8
80 #if BITS_IN_JSAMPLE == 12
Djidctfst.c76 #if BITS_IN_JSAMPLE == 8
128 #if BITS_IN_JSAMPLE == 8
142 #if BITS_IN_JSAMPLE == 8
/external/libjpeg-turbo/win/
Djconfig.h.in11 * Define BITS_IN_JSAMPLE as either
19 #define BITS_IN_JSAMPLE @BITS_IN_JSAMPLE@ /* use 8 or 12 */ macro
/external/libjpeg-turbo/
Dwrppm.c37 #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 || 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()
Djmorecfg.h43 #if BITS_IN_JSAMPLE == 8
70 #if BITS_IN_JSAMPLE == 12
Djidctfst.c76 #if BITS_IN_JSAMPLE == 8
128 #if BITS_IN_JSAMPLE == 8
142 #if BITS_IN_JSAMPLE == 8
Djdct.h32 #if BITS_IN_JSAMPLE == 8
66 #if BITS_IN_JSAMPLE == 8
Djconfig.h25 #define BITS_IN_JSAMPLE 8 /* use 8 or 12 */ macro
Djchuff.h21 #if BITS_IN_JSAMPLE == 8
Djcdctmgr.c75 #if BITS_IN_JSAMPLE == 8
262 #if BITS_IN_JSAMPLE == 8 in start_pass_fdctmgr()
302 #if BITS_IN_JSAMPLE == 8 in start_pass_fdctmgr()
409 #if BITS_IN_JSAMPLE == 8 in quantize()
Djfdctint.c79 #if BITS_IN_JSAMPLE == 8
130 #if BITS_IN_JSAMPLE == 8
Djidctred.c44 #if BITS_IN_JSAMPLE == 8
99 #if BITS_IN_JSAMPLE == 8

123