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

  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
pi.h 89 OPJ_UINT32 resno; member in struct:opj_pi_iterator
pi.c 240 res = &comp->resolutions[pi->resno];
247 for (pi->resno = pi->poc.resno0; pi->resno < pi->poc.resno1;
248 pi->resno++) {
251 if (pi->resno >= comp->numresolutions) {
254 res = &comp->resolutions[pi->resno];
259 index = pi->layno * pi->step_l + pi->resno * pi->step_r + pi->compno * pi->step_c + pi->precno * pi->step_p;
280 res = &comp->resolutions[pi->resno];
286 for (pi->resno = pi->poc.resno0; pi->resno < pi->poc.resno1; pi->resno++)
320 OPJ_UINT32 compno, resno; local
404 OPJ_UINT32 compno, resno; local
489 OPJ_UINT32 resno; local
568 OPJ_UINT32 compno, resno; local
683 OPJ_UINT32 compno, resno; local
1157 OPJ_UINT32 compno, resno; local
1359 OPJ_UINT32 compno, resno; local
    [all...]
t1.c 1268 OPJ_UINT32 resno, bandno, precno, cblkno; local
1463 OPJ_UINT32 compno, resno, bandno, precno, cblkno; local
    [all...]
t2.c 378 * l_current_pi->resno is always >= p_tile->comps[l_current_pi->compno].minimum_num_resolutions
391 l_current_pi->poc.prg1, l_current_pi->compno, l_current_pi->resno, l_current_pi->precno, l_current_pi->layno );
394 && l_current_pi->resno < p_tile->comps[l_current_pi->compno].minimum_num_resolutions) {
406 l_img_comp->resno_decoded = opj_uint_max(l_current_pi->resno, l_img_comp->resno_decoded);
550 OPJ_UINT32 resno = pi->resno; /* resolution level value */ local
559 opj_tcd_resolution_t *res = &tilec->resolutions[resno];
    [all...]
dwt.c 525 OPJ_UINT32 resno, level, orient, gain; local
527 resno = (bandno == 0) ? 0 : ((bandno - 1) / 3 + 1);
529 level = tccp->numresolutions - 1 - resno;
j2k.c 1494 OPJ_UINT32 index , resno, compno, layno; local
    [all...]
tcd.c 48 int tileno, compno, resno, bandno, precno;/*, cblkno;*/ local
65 for (resno = 0; resno < tilec->numresolutions; resno++) {
66 opj_tcd_resolution_t *res = &tilec->resolutions[resno];
213 OPJ_UINT32 compno, resno, bandno, precno, cblkno; local
223 for (resno = 0; resno < tilec->numresolutions; resno++) {
224 opj_tcd_resolution_t *res = &tilec->resolutions[resno];
294 OPJ_UINT32 compno, resno, bandno, precno, cblkno; local
392 OPJ_UINT32 compno, resno, bandno, precno, cblkno, layno; local
1205 OPJ_UINT32 resno, compno, numprec = 0; local
1393 OPJ_UINT32 compno, resno, bandno, precno; local
    [all...]

Completed in 98 milliseconds