Searched refs:BITS_IN_JSAMPLE (Results 1 – 25 of 37) sorted by relevance
12
124 if (BITS_IN_JSAMPLE != 8) in jsimd_can_rgb_ycc()143 if (BITS_IN_JSAMPLE != 8) in jsimd_can_rgb_gray()162 if (BITS_IN_JSAMPLE != 8) in jsimd_can_ycc_rgb()187 if (BITS_IN_JSAMPLE != 8) in jsimd_c_can_null_convert()343 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_downsample()360 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_smooth_downsample()379 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_downsample()433 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_upsample()450 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_upsample()467 if (BITS_IN_JSAMPLE != 8) in jsimd_can_int_upsample()[all …]
66 if (BITS_IN_JSAMPLE != 8) in jsimd_can_rgb_ycc()86 if (BITS_IN_JSAMPLE != 8) in jsimd_can_rgb_gray()106 if (BITS_IN_JSAMPLE != 8) in jsimd_can_ycc_rgb()253 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_downsample()270 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_downsample()305 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_upsample()322 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_upsample()359 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_fancy_upsample()377 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_fancy_upsample()417 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_merged_upsample()[all …]
78 if (BITS_IN_JSAMPLE != 8) in jsimd_can_rgb_ycc()100 if (BITS_IN_JSAMPLE != 8) in jsimd_can_rgb_gray()122 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()375 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_upsample()394 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_upsample()441 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_fancy_upsample()461 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_fancy_upsample()515 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_merged_upsample()[all …]
160 if (BITS_IN_JSAMPLE != 8) in jsimd_can_rgb_ycc()179 if (BITS_IN_JSAMPLE != 8) in jsimd_can_rgb_gray()198 if (BITS_IN_JSAMPLE != 8) in jsimd_can_ycc_rgb()344 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_downsample()361 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_downsample()398 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_upsample()415 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_upsample()452 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_fancy_upsample()469 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_fancy_upsample()508 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_merged_upsample()[all …]
144 if (BITS_IN_JSAMPLE != 8) in jsimd_can_rgb_ycc()171 if (BITS_IN_JSAMPLE != 8) in jsimd_can_ycc_rgb()190 if (BITS_IN_JSAMPLE != 8) in jsimd_can_ycc_rgb565()367 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_fancy_upsample()437 if (BITS_IN_JSAMPLE != 8) in jsimd_can_convsamp()570 if (BITS_IN_JSAMPLE != 8) in jsimd_can_idct_2x2()593 if (BITS_IN_JSAMPLE != 8) in jsimd_can_idct_4x4()634 if (BITS_IN_JSAMPLE != 8) in jsimd_can_idct_islow()657 if (BITS_IN_JSAMPLE != 8) in jsimd_can_idct_ifast()
171 if (BITS_IN_JSAMPLE != 8) in jsimd_can_rgb_ycc()198 if (BITS_IN_JSAMPLE != 8) in jsimd_can_ycc_rgb()217 if (BITS_IN_JSAMPLE != 8) in jsimd_can_ycc_rgb565()344 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v2_downsample()363 if (BITS_IN_JSAMPLE != 8) in jsimd_can_h2v1_downsample()498 if (BITS_IN_JSAMPLE != 8) in jsimd_can_convsamp()641 if (BITS_IN_JSAMPLE != 8) in jsimd_can_idct_2x2()664 if (BITS_IN_JSAMPLE != 8) in jsimd_can_idct_4x4()705 if (BITS_IN_JSAMPLE != 8) in jsimd_can_idct_islow()728 if (BITS_IN_JSAMPLE != 8) in jsimd_can_idct_ifast()
12 * Define BITS_IN_JSAMPLE as either20 #define BITS_IN_JSAMPLE @BITS_IN_JSAMPLE@ /* use 8 or 12 */ macro
37 #if BITS_IN_JSAMPLE == 843 #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 || in jinit_write_ppm()
111 R << (BITS_IN_JSAMPLE-8), in read_gif_map()112 G << (BITS_IN_JSAMPLE-8), in read_gif_map()113 B << (BITS_IN_JSAMPLE-8)); in read_gif_map()
44 #if BITS_IN_JSAMPLE == 871 #if BITS_IN_JSAMPLE == 12
79 #if BITS_IN_JSAMPLE == 8131 #if BITS_IN_JSAMPLE == 8145 #if BITS_IN_JSAMPLE == 8
19 * Define BITS_IN_JSAMPLE as either27 #define BITS_IN_JSAMPLE 8 /* use 8 or 12 */ macro
33 #if BITS_IN_JSAMPLE == 867 #if BITS_IN_JSAMPLE == 8
28 #define BITS_IN_JSAMPLE 8 /* use 8 or 12 */ macro
76 #if BITS_IN_JSAMPLE == 8267 #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()
22 #if BITS_IN_JSAMPLE == 8
80 #if BITS_IN_JSAMPLE == 8131 #if BITS_IN_JSAMPLE == 8
45 #if BITS_IN_JSAMPLE == 8100 #if BITS_IN_JSAMPLE == 8
319 #if BITS_IN_JSAMPLE == 8 in h1v2_fancy_upsample()362 #if BITS_IN_JSAMPLE == 8 in h2v2_fancy_upsample()
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
114 if (cinfo->data_precision != BITS_IN_JSAMPLE) in initial_setup()242 #if BITS_IN_JSAMPLE == 8 in validate_script()
30 #if BITS_IN_JSAMPLE != 8
35 #if BITS_IN_JSAMPLE != 8
30 #define BITS_IN_JSAMPLE 8 /* use 8 or 12 */ macro