Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching full:imsbtree

1123                     if (! l_current_precinct->imsbtree) {
1124 l_current_precinct->imsbtree = opj_tgt_create(l_current_precinct->cw,
1127 l_current_precinct->imsbtree = opj_tgt_init(l_current_precinct->imsbtree,
1877 opj_tgt_destroy(l_precinct->imsbtree);
1878 l_precinct->imsbtree = 00;