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