Searched refs:h_expand (Results 1 – 4 of 4) 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 | 167 int h_expand, v_expand; in int_upsample() local 170 h_expand = upsample->h_expand[compptr->component_index]; in int_upsample() 181 for (h = h_expand; h > 0; h--) { in int_upsample() 512 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/ |
D | jsimd.h | 633 (UINT8 h_expand, UINT8 v_expand, JSAMPARRAY input_data,
|