HomeSort by relevance Sort by last modified time
    Searched refs:outcol (Results 1 - 2 of 2) sorted by null

  /external/libjpeg-turbo/simd/
jcsample-altivec.c 35 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 > 8)
    [all...]
  /external/libjpeg-turbo/
jcsample.c 151 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...]

Completed in 996 milliseconds