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

  /external/libjpeg-turbo/
jcsample.c 148 int inrow, outrow, h_expand, v_expand, numpix, numpix2, h, v; local
156 numpix = h_expand * v_expand;
157 numpix2 = numpix/2;
178 *outptr++ = (JSAMPLE) ((outvalue + numpix2) / numpix);
  /external/opencv3/3rdparty/libjpeg/
jcsample.c 154 int inrow, outrow, h_expand, v_expand, numpix, numpix2, h, v; local
162 numpix = h_expand * v_expand;
163 numpix2 = numpix/2;
184 *outptr++ = (JSAMPLE) ((outvalue + numpix2) / numpix);
  /external/pdfium/third_party/libjpeg/
fpdfapi_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/third_party/libopenjpeg20/
tcd.h 169 OPJ_INT32 numpix; /* add fixed_quality */ member in struct:opj_tcd_tilecomp
180 OPJ_INT32 numpix; /* add fixed_quality */ member in struct:opj_tcd_tile
tcd.c 416 tcd_tile->numpix = 0; /* fixed_quality */
420 tilec->numpix = 0;
462 tcd_tile->numpix += ((cblk->x1 - cblk->x0) * (cblk->y1 - cblk->y0));
463 tilec->numpix += ((cblk->x1 - cblk->x0) * (cblk->y1 - cblk->y0));
471 * ((OPJ_FLOAT64)(tilec->numpix));
477 tile_info->numpix = tcd_tile->numpix;
    [all...]
openjpeg.h 788 int numpix; member in struct:opj_tile_info
    [all...]
  /external/opencv3/modules/videoio/src/
cap_v4l.cpp 1506 const int numpix = width * height; local
1611 const int numpix = width * height; local
    [all...]

Completed in 233 milliseconds