Searched refs:outcol_h (Results 1 - 2 of 2) sorted by last modified time

/external/qemu/distrib/jpeg-6b/
H A Djcsample.c144 JDIMENSION outcol, outcol_h; /* outcol_h == outcol*h_expand */ local
164 for (outcol = 0, outcol_h = 0; outcol < output_cols;
165 outcol++, outcol_h += h_expand) {
168 inptr = input_data[inrow+v] + outcol_h;
/external/jpeg/
H A Djcsample.c144 JDIMENSION outcol, outcol_h; /* outcol_h == outcol*h_expand */ local
164 for (outcol = 0, outcol_h = 0; outcol < output_cols;
165 outcol++, outcol_h += h_expand) {
168 inptr = input_data[inrow+v] + outcol_h;

Completed in 34 milliseconds