Searched refs:h_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
148 JDIMENSION outcol, outcol_h; /* outcol_h == outcol*h_expand */
153 h_expand = cinfo->max_h_samp_factor / compptr->h_samp_factor;
155 numpix = h_expand * v_expand;
163 cinfo->image_width, output_cols * h_expand);
169 outcol++, outcol_h += h_expand) {
173 for (h = 0; h < h_expand; h++) {
H A Djdsample.c61 UINT8 h_expand[MAX_COMPONENTS]; member in struct:__anon720
202 int h_expand, v_expand; local
205 h_expand = upsample->h_expand[compptr->component_index];
216 for (h = h_expand; h > 0; h--) {
470 upsample->h_expand[ci] = (UINT8) (h_out_group / h_in_group);

Completed in 69 milliseconds