Searched defs:v_expand (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djcsample.c147 int inrow, outrow, h_expand, v_expand, numpix, numpix2, h, v; local
154 v_expand = cinfo->max_v_samp_factor / compptr->v_samp_factor;
155 numpix = h_expand * v_expand;
171 for (v = 0; v < v_expand; v++) {
179 inrow += v_expand;
H A Djdsample.c62 UINT8 v_expand[MAX_COMPONENTS]; member in struct:__anon720
202 int h_expand, v_expand; local
206 v_expand = upsample->v_expand[compptr->component_index];
221 if (v_expand > 1) {
223 v_expand-1, cinfo->output_width);
226 outrow += v_expand;
471 upsample->v_expand[ci] = (UINT8) (v_out_group / v_in_group);

Completed in 24 milliseconds