Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching refs:OPJ_INT32

49         OPJ_INT32 nplh[32];
50 OPJ_INT32 nplv[32];
56 OPJ_INT32 j,k;
70 nplh[0] = (OPJ_INT32)numleafsh;
71 nplv[0] = (OPJ_INT32)numleafsv;
135 OPJ_INT32 l_nplh[32];
136 OPJ_INT32 l_nplv[32];
141 OPJ_INT32 j,k;
155 l_nplh[0] = (OPJ_INT32)p_num_leafs_h;
156 l_nplv[0] = (OPJ_INT32)p_num_leafs_v;
251 void opj_tgt_setvalue(opj_tgt_tree_t *tree, OPJ_UINT32 leafno, OPJ_INT32 value) {
260 void opj_tgt_encode(opj_bio_t *bio, opj_tgt_tree_t *tree, OPJ_UINT32 leafno, OPJ_INT32 threshold) {
264 OPJ_INT32 low;
300 OPJ_UINT32 opj_tgt_decode(opj_bio_t *bio, opj_tgt_tree_t *tree, OPJ_UINT32 leafno, OPJ_INT32 threshold) {
304 OPJ_INT32 low;