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

/external/chromium_org/third_party/libjpeg_turbo/
H A Djcsample.c145 int inrow, outrow, h_expand, v_expand, numpix, numpix2, h, v; local
153 numpix = h_expand * v_expand;
154 numpix2 = numpix/2;
175 *outptr++ = (JSAMPLE) ((outvalue + numpix2) / numpix);
/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/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jcsample.c144 int inrow, outrow, h_expand, v_expand, numpix, numpix2, h, v; local
152 numpix = h_expand * v_expand;
153 numpix2 = numpix/2;
174 *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);
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dtcd.h165 OPJ_INT32 numpix; /* add fixed_quality */ member in struct:opj_tcd_tilecomp
176 OPJ_INT32 numpix; /* add fixed_quality */ member in struct:opj_tcd_tile
H A Dopenjpeg.h707 int numpix; member in struct:opj_tile_info

Completed in 3128 milliseconds