Home | History | Annotate | Download | only in libjasper

Lines Matching defs:lvl

1108     jpc_enc_rlvl_t *lvl;
1204 for (rlvlno = 0, lvl = comp->rlvls; rlvlno < comp->numrlvls; ++rlvlno, ++lvl) {
1205 if (!lvl->bands) {
1209 endbands = &lvl->bands[lvl->numbands];
1210 for (band = lvl->bands; band != endbands; ++band) {
1645 jpc_enc_rlvl_t *lvl;
1679 for (lvl = comp->rlvls; lvl != endlvls; ++lvl) {
1680 if (!lvl->bands) {
1683 endbands = &lvl->bands[lvl->numbands];
1684 for (band = lvl->bands; band != endbands; ++band) {
1688 for (prcno = 0, prc = band->prcs; prcno < lvl->numprcs; ++prcno, ++prc) {
1750 for (lvl = comp->rlvls; lvl != endlvls; ++lvl) {
1751 if (!lvl->bands) {
1754 endbands = &lvl->bands[lvl->numbands];
1755 for (band = lvl->bands; band != endbands; ++band) {
1759 for (prcno = 0, prc = band->prcs; prcno < lvl->numprcs; ++prcno, ++prc) {
1790 for (lvl = comp->rlvls; lvl != endlvls; ++lvl) {
1791 if (!lvl->bands) {
1794 for (prcno = 0; prcno < lvl->numprcs; ++prcno) {
1795 if (jpc_enc_encpkt(enc, out, comp - tile->tcmpts, lvl - comp->rlvls, prcno, lyrno)) {
1844 for (lvl = comp->rlvls; lvl != endlvls; ++lvl) {
1845 if (!lvl->bands) {
1848 endbands = &lvl->bands[lvl->numbands];
1849 for (band = lvl->bands; band != endbands; ++band) {
1853 for (prcno = 0, prc = band->prcs; prcno < lvl->numprcs; ++prcno, ++prc) {
1886 for (lvl = comp->rlvls; lvl != endlvls; ++lvl) {
1887 if (!lvl->bands) {
1890 for (prcno = 0; prcno < lvl->numprcs; ++prcno) {
1891 if (jpc_enc_encpkt(enc, out, comp - tile->tcmpts, lvl - comp->rlvls, prcno, lyrno)) {