Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libjpeg/
H A Djdsample.c58 UINT8 h_expand[MAX_COMPONENTS]; member
199 int h_expand, v_expand; in int_upsample() local
202 h_expand = upsample->h_expand[compptr->component_index]; in int_upsample()
213 for (h = h_expand; h > 0; h--) { in int_upsample()
348 upsample->h_expand[ci] = (UINT8) (h_out_group / h_in_group); in jinit_upsampler()
H A Djcsample.c72 UINT8 h_expand[MAX_COMPONENTS]; member
154 int inrow, outrow, h_expand, v_expand, numpix, numpix2, h, v; in int_downsample() local
160 h_expand = downsample->h_expand[compptr->component_index]; in int_downsample()
162 numpix = h_expand * v_expand; in int_downsample()
170 cinfo->image_width, output_cols * h_expand); in int_downsample()
176 outcol++, outcol_h += h_expand) { in int_downsample()
180 for (h = 0; h < h_expand; h++) { in int_downsample()
535 downsample->h_expand[ci] = (UINT8) (h_in_group / h_out_group); in jinit_downsampler()