HomeSort by relevance Sort by last modified time
    Searched defs:numpix (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libjpeg_turbo/
jcsample.c 145 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/
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/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcsample.c 144 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/
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/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
tcd.h 165 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
openjpeg.h 707 int numpix; member in struct:opj_tile_info
    [all...]

Completed in 591 milliseconds