Home
last modified time | relevance | path

Searched refs:v_expand (Results 1 – 5 of 5) sorted by relevance

/external/libjpeg-turbo/
Djdsample.c166 int h_expand, v_expand; in int_upsample() local
170 v_expand = upsample->v_expand[compptr->component_index]; in int_upsample()
185 if (v_expand > 1) { in int_upsample()
187 v_expand - 1, cinfo->output_width); in int_upsample()
190 outrow += v_expand; in int_upsample()
503 upsample->v_expand[ci] = (UINT8)(v_out_group / v_in_group); in jinit_upsampler()
Djcsample.c150 int inrow, outrow, h_expand, v_expand, numpix, numpix2, h, v; in int_downsample() local
157 v_expand = cinfo->max_v_samp_factor / compptr->v_samp_factor; in int_downsample()
158 numpix = h_expand * v_expand; in int_downsample()
174 for (v = 0; v < v_expand; v++) { in int_downsample()
182 inrow += v_expand; in int_downsample()
Djdsample.h47 UINT8 v_expand[MAX_COMPONENTS]; member
/external/libjpeg-turbo/simd/mips/
Djsimd.c117 UINT8 v_expand[MAX_COMPONENTS]; member
490 upsample->v_expand[compptr->component_index], in jsimd_int_upsample()
/external/libjpeg-turbo/simd/
Djsimd.h573 (UINT8 h_expand, UINT8 v_expand, JSAMPARRAY input_data,