Searched refs:h_expand (Results 1 – 5 of 5) sorted by relevance
/external/libjpeg-turbo/ |
D | jcsample.c | 150 int inrow, outrow, h_expand, v_expand, numpix, numpix2, h, v; in int_downsample() local 156 h_expand = cinfo->max_h_samp_factor / compptr->h_samp_factor; in int_downsample() 158 numpix = h_expand * v_expand; in int_downsample() 166 output_cols * h_expand); in int_downsample() 172 outcol++, outcol_h += h_expand) { in int_downsample() 176 for (h = 0; h < h_expand; h++) { in int_downsample()
|
D | jdsample.c | 166 int h_expand, v_expand; in int_upsample() local 169 h_expand = upsample->h_expand[compptr->component_index]; in int_upsample() 180 for (h = h_expand; h > 0; h--) { in int_upsample() 502 upsample->h_expand[ci] = (UINT8)(h_out_group / h_in_group); in jinit_upsampler()
|
D | jdsample.h | 46 UINT8 h_expand[MAX_COMPONENTS]; member
|
/external/libjpeg-turbo/simd/mips/ |
D | jsimd.c | 116 UINT8 h_expand[MAX_COMPONENTS]; member 489 jsimd_int_upsample_dspr2(upsample->h_expand[compptr->component_index], in jsimd_int_upsample()
|
/external/libjpeg-turbo/simd/ |
D | jsimd.h | 573 (UINT8 h_expand, UINT8 v_expand, JSAMPARRAY input_data,
|