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

/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djdsample.c58 UINT8 h_expand[MAX_COMPONENTS]; member in struct:__anon13089
199 int h_expand, v_expand; local
202 h_expand = upsample->h_expand[compptr->component_index];
213 for (h = h_expand; h > 0; h--) {
349 upsample->h_expand[ci] = (UINT8) (h_out_group / h_in_group);
H A Djcsample.c72 UINT8 h_expand[MAX_COMPONENTS]; member in struct:__anon13067
154 int inrow, outrow, h_expand, v_expand, numpix, numpix2, h, v; local
155 JDIMENSION outcol, outcol_h; /* outcol_h == outcol*h_expand */
160 h_expand = downsample->h_expand[compptr->component_index];
162 numpix = h_expand * v_expand;
170 cinfo->image_width, output_cols * h_expand);
176 outcol++, outcol_h += h_expand) {
180 for (h = 0; h < h_expand; h++) {
535 downsample->h_expand[c
[all...]

Completed in 169 milliseconds