Searched refs:numpix (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/add-ons/translators/icns/openjpeg/
H A Dtcd.h145 int numpix; /* add fixed_quality */ member in struct:opj_tcd_tilecomp
155 int numpix; /* add fixed_quality */ member in struct:opj_tcd_tile
H A Dopenjpeg.h654 int numpix; member in struct:opj_tile_info
H A Dtcd.c1028 tcd_tile->numpix = 0; /* fixed_quality */
1032 tilec->numpix = 0;
1070 tcd_tile->numpix += ((cblk->x1 - cblk->x0) * (cblk->y1 - cblk->y0));
1071 tilec->numpix += ((cblk->x1 - cblk->x0) * (cblk->y1 - cblk->y0));
1079 * ((double)(tilec->numpix));
1085 tile_info->numpix = tcd_tile->numpix;

Completed in 94 milliseconds