Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching refs:resno_decoded

723 		l_image_comp->resno_decoded = 0;
1368 l_res = l_tilec->resolutions + l_img_comp->resno_decoded;
1618 tcd->image->comps[compno].resno_decoded =
1620 if (tcd->image->comps[compno].resno_decoded < 0)
1625 numres2decode = tcd->image->comps[compno].resno_decoded + 1;
1630 if (! opj_dwt_decode(l_tile_comp, l_img_comp->resno_decoded+1)) {
1635 if (! opj_dwt_decode_real(l_tile_comp, l_img_comp->resno_decoded+1)) {
1743 l_res = l_tile_comp->resolutions + l_img_comp->resno_decoded;