Searched defs:outcol (Results 1 - 3 of 3) sorted by relevance

/external/libjpeg-turbo/simd/
H A Djcsample-altivec.c35 int outrow, outcol; local
56 for (outcol = output_cols; outcol > 0;
57 outcol -= 16, inptr += 32, outptr += 16) {
67 if (outcol > 8) {
91 int inrow, outrow, outcol; local
116 for (outcol = output_cols; outcol > 0;
117 outcol -= 16, inptr0 += 32, inptr1 += 32, outptr += 16) {
135 if (outcol >
[all...]
/external/libjpeg-turbo/
H A Djcsample.c151 JDIMENSION outcol, outcol_h; /* outcol_h == outcol*h_expand */ local
171 for (outcol = 0, outcol_h = 0; outcol < output_cols;
172 outcol++, outcol_h += h_expand) {
223 JDIMENSION outcol; local
239 for (outcol = 0; outcol < output_cols; outcol++) {
260 JDIMENSION outcol; local
[all...]
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jcsample.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) {
216 JDIMENSION outcol; local
232 for (outcol = 0; outcol < output_cols; outcol++) {
253 JDIMENSION outcol; local
[all...]

Completed in 65 milliseconds