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

  /external/jpeg/
jcsample.c 143 int inrow, outrow, h_expand, v_expand, numpix, numpix2, h, v; local
152 numpix2 = numpix/2;
173 *outptr++ = (JSAMPLE) ((outvalue + numpix2) / numpix);
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcsample.c 144 int inrow, outrow, h_expand, v_expand, numpix, numpix2, h, v; local
153 numpix2 = numpix/2;
174 *outptr++ = (JSAMPLE) ((outvalue + numpix2) / numpix);

Completed in 1097 milliseconds