Searched refs:numpix (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jcsample.c | 143 int inrow, outrow, h_expand, v_expand, numpix, numpix2, h, v; in int_downsample() local 151 numpix = h_expand * v_expand; in int_downsample() 152 numpix2 = numpix/2; in int_downsample() 173 *outptr++ = (JSAMPLE) ((outvalue + numpix2) / numpix); in int_downsample()
|
/external/libjpeg-turbo/ |
D | jcsample.c | 150 int inrow, outrow, h_expand, v_expand, numpix, numpix2, h, v; in int_downsample() local 158 numpix = h_expand * v_expand; in int_downsample() 159 numpix2 = numpix/2; in int_downsample() 180 *outptr++ = (JSAMPLE) ((outvalue + numpix2) / numpix); in int_downsample()
|
/external/pdfium/third_party/libopenjpeg20/ |
D | tcd.h | 169 OPJ_INT32 numpix; /* add fixed_quality */ member 180 OPJ_INT32 numpix; /* add fixed_quality */ member
|
D | tcd.c | 416 tcd_tile->numpix = 0; /* fixed_quality */ in opj_tcd_rateallocate() 420 tilec->numpix = 0; in opj_tcd_rateallocate() 462 … tcd_tile->numpix += ((cblk->x1 - cblk->x0) * (cblk->y1 - cblk->y0)); in opj_tcd_rateallocate() 463 … tilec->numpix += ((cblk->x1 - cblk->x0) * (cblk->y1 - cblk->y0)); in opj_tcd_rateallocate() 471 * ((OPJ_FLOAT64)(tilec->numpix)); in opj_tcd_rateallocate() 477 tile_info->numpix = tcd_tile->numpix; in opj_tcd_rateallocate()
|
D | openjpeg.h | 788 int numpix; member
|