Home
last modified time | relevance | path

Searched refs:h_expand (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/third_party/libjpeg/
Dfpdfapi_jdsample.c57 UINT8 h_expand[MAX_COMPONENTS]; member
198 int h_expand, v_expand; in int_upsample() local
201 h_expand = upsample->h_expand[compptr->component_index]; in int_upsample()
212 for (h = h_expand; h > 0; h--) { in int_upsample()
466 upsample->h_expand[ci] = (UINT8) (h_out_group / h_in_group); in jinit_upsampler()
Dfpdfapi_jcsample.c143 int inrow, outrow, h_expand, v_expand, numpix, numpix2, h, v; in int_downsample() local
149 h_expand = cinfo->max_h_samp_factor / compptr->h_samp_factor; in int_downsample()
151 numpix = h_expand * v_expand; in int_downsample()
159 cinfo->image_width, output_cols * h_expand); in int_downsample()
165 outcol++, outcol_h += h_expand) { in int_downsample()
169 for (h = 0; h < h_expand; h++) { in int_downsample()
/external/libjpeg-turbo/
Djcsample.c150 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 cinfo->image_width, 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()
Djdsample.c168 int h_expand, v_expand; in int_upsample() local
171 h_expand = upsample->h_expand[compptr->component_index]; in int_upsample()
182 for (h = h_expand; h > 0; h--) { in int_upsample()
505 upsample->h_expand[ci] = (UINT8) (h_out_group / h_in_group); in jinit_upsampler()
Djdsample.h46 UINT8 h_expand[MAX_COMPONENTS]; member
/external/libjpeg-turbo/simd/
Djsimd_mips.c110 UINT8 h_expand[MAX_COMPONENTS]; member
506 jsimd_int_upsample_mips_dspr2(upsample->h_expand[compptr->component_index], in jsimd_int_upsample()
Djsimd.h449 (UINT8 h_expand, UINT8 v_expand, JSAMPARRAY input_data,