Home | History | Annotate | Download | only in libjasper

Lines Matching refs:ppmstab

474         if (dec->ppmstab) {
477 if (!(dec->pkthdrstreams = jpc_ppmstabtostreams(dec->ppmstab))) {
480 jpc_ppxstab_destroy(dec->ppmstab);
481 dec->ppmstab = 0;
1410 if (!dec->ppmstab) {
1411 if (!(dec->ppmstab = jpc_ppxstab_create())) {
1423 if (jpc_ppxstab_insert(dec->ppmstab, ppmstabent)) {
1875 dec->ppmstab = 0;