Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/libjpeg/
Dfpdfapi_jcsample.c145 JDIMENSION outcol, outcol_h; /* outcol_h == outcol*h_expand */ in int_downsample() local
165 for (outcol = 0, outcol_h = 0; outcol < output_cols; in int_downsample()
166 outcol++, outcol_h += h_expand) { in int_downsample()
217 JDIMENSION outcol; in h2v1_downsample() local
233 for (outcol = 0; outcol < output_cols; outcol++) { in h2v1_downsample()
254 JDIMENSION outcol; in h2v2_downsample() local
272 for (outcol = 0; outcol < output_cols; outcol++) { in h2v2_downsample()
/external/jpeg/
Djcsample.c144 JDIMENSION outcol, outcol_h; /* outcol_h == outcol*h_expand */ in int_downsample() local
164 for (outcol = 0, outcol_h = 0; outcol < output_cols; in int_downsample()
165 outcol++, outcol_h += h_expand) { in int_downsample()
216 JDIMENSION outcol; in h2v1_downsample() local
232 for (outcol = 0; outcol < output_cols; outcol++) { in h2v1_downsample()
253 JDIMENSION outcol; in h2v2_downsample() local
271 for (outcol = 0; outcol < output_cols; outcol++) { in h2v2_downsample()