Searched refs:v_expand (Results 1 – 2 of 2) sorted by relevance
59 UINT8 v_expand[MAX_COMPONENTS]; member199 int h_expand, v_expand; in int_upsample() local203 v_expand = upsample->v_expand[compptr->component_index]; in int_upsample()218 if (v_expand > 1) { in int_upsample()220 v_expand-1, cinfo->output_width); in int_upsample()223 outrow += v_expand; in int_upsample()349 upsample->v_expand[ci] = (UINT8) (v_out_group / v_in_group); in jinit_upsampler()
73 UINT8 v_expand[MAX_COMPONENTS]; member154 int inrow, outrow, h_expand, v_expand, numpix, numpix2, h, v; in int_downsample() local161 v_expand = downsample->v_expand[compptr->component_index]; in int_downsample()162 numpix = h_expand * v_expand; in int_downsample()178 for (v = 0; v < v_expand; v++) { in int_downsample()186 inrow += v_expand; in int_downsample()536 downsample->v_expand[ci] = (UINT8) (v_in_group / v_out_group); in jinit_downsampler()