Searched defs:numpix (Results 1 - 2 of 2) sorted by relevance

/external/jpeg/
H A Djcsample.c143 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/
H A Djcsample.c143 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 99 milliseconds