HomeSort by relevance Sort by last modified time
    Searched defs:numpix (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
151 numpix = h_expand * v_expand;
152 numpix2 = numpix/2;
173 *outptr++ = (JSAMPLE) ((outvalue + numpix2) / numpix);
  /external/qemu/distrib/jpeg-6b/
jcsample.c 143 int inrow, outrow, h_expand, v_expand, numpix, numpix2, h, v; local
151 numpix = h_expand * v_expand;
152 numpix2 = numpix/2;
173 *outptr++ = (JSAMPLE) ((outvalue + numpix2) / numpix);

Completed in 84 milliseconds