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

  /external/chromium_org/third_party/libjpeg_turbo/
jcsample.c 146 JDIMENSION outcol, outcol_h; /* outcol_h == outcol*h_expand */ local
166 for (outcol = 0, outcol_h = 0; outcol < output_cols;
167 outcol++, outcol_h += h_expand) {
170 inptr = input_data[inrow+v] + outcol_h;
  /external/jpeg/
jcsample.c 144 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/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcsample.c 145 JDIMENSION outcol, outcol_h; /* outcol_h == outcol*h_expand */ local
165 for (outcol = 0, outcol_h = 0; outcol < output_cols;
166 outcol++, outcol_h += h_expand) {
169 inptr = input_data[inrow+v] + outcol_h;
  /external/qemu/distrib/jpeg-6b/
jcsample.c 144 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 66 milliseconds