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

  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
pi.h 66 OPJ_UINT32 numresolutions; member in struct:opj_pi_comp
pi.c 251 if (pi->resno >= comp->numresolutions) {
290 if (pi->resno >= comp->numresolutions) {
326 for (resno = 0; resno < comp->numresolutions; resno++) {
329 dx = comp->dx * (1u << (res->pdx + comp->numresolutions - 1 - resno));
330 dy = comp->dy * (1u << (res->pdy + comp->numresolutions - 1 - resno));
352 if (pi->resno >= comp->numresolutions) {
356 levelno = comp->numresolutions - 1 - pi->resno;
410 for (resno = 0; resno < comp->numresolutions; resno++) {
413 dx = comp->dx * (1u << (res->pdx + comp->numresolutions - 1 - resno));
414 dy = comp->dy * (1u << (res->pdy + comp->numresolutions - 1 - resno))
    [all...]
tcd.c 63 " x0=%d, y0=%d, x1=%d, y1=%d, numresolutions=%d\n",
64 tilec->x0, tilec->y0, tilec->x1, tilec->y1, tilec->numresolutions);
65 for (resno = 0; resno < tilec->numresolutions; resno++) {
223 for (resno = 0; resno < tilec->numresolutions; resno++) {
295 OPJ_INT32 value; /*, matrice[tcd_tcp->numlayers][tcd_tile->comps[0].numresolutions][3]; */
307 for (j = 0; j < tilec->numresolutions; j++) {
310 (OPJ_INT32) ((OPJ_FLOAT32)cp->m_specific_param.m_enc.m_matrice[i * tilec->numresolutions * 3 + j * 3 + k]
316 for (resno = 0; resno < tilec->numresolutions; resno++) {
412 for (resno = 0; resno < tilec->numresolutions; resno++) {
    [all...]
tcd.h 159 OPJ_UINT32 numresolutions; /* number of resolutions level */ member in struct:opj_tcd_tilecomp
j2k.c     [all...]
dwt.c 404 l = (OPJ_INT32)tilec->numresolutions-1;
410 l_data_size = opj_dwt_max_resolution( tilec->resolutions,tilec->numresolutions) * (OPJ_UINT32)sizeof(OPJ_INT32);
522 numbands = 3 * tccp->numresolutions - 2;
529 level = tccp->numresolutions - 1 - resno;
j2k.h 181 OPJ_UINT32 numresolutions; member in struct:opj_tccp
openjpeg.h 787 OPJ_UINT32 numresolutions; member in struct:opj_tccp_info
    [all...]
t1.c     [all...]

Completed in 815 milliseconds