Searched defs:max_v_samp_factor (Results 1 – 3 of 3) sorted by relevance
/external/libjpeg-turbo/simd/arm/ |
D | jdsample-neon.c | 59 void jsimd_h2v1_fancy_upsample_neon(int max_v_samp_factor, in jsimd_h2v1_fancy_upsample_neon() 204 void jsimd_h2v2_fancy_upsample_neon(int max_v_samp_factor, in jsimd_h2v2_fancy_upsample_neon() 410 void jsimd_h1v2_fancy_upsample_neon(int max_v_samp_factor, in jsimd_h1v2_fancy_upsample_neon() 486 void jsimd_h2v1_upsample_neon(int max_v_samp_factor, JDIMENSION output_width, in jsimd_h2v1_upsample_neon() 539 void jsimd_h2v2_upsample_neon(int max_v_samp_factor, JDIMENSION output_width, in jsimd_h2v2_upsample_neon()
|
D | jcsample-neon.c | 76 void jsimd_h2v1_downsample_neon(JDIMENSION image_width, int max_v_samp_factor, in jsimd_h2v1_downsample_neon() 130 void jsimd_h2v2_downsample_neon(JDIMENSION image_width, int max_v_samp_factor, in jsimd_h2v2_downsample_neon()
|
/external/libjpeg-turbo/ |
D | jpeglib.h | 421 int max_v_samp_factor; /* largest v_samp_factor */ member 646 int max_v_samp_factor; /* largest v_samp_factor */ member
|