Searched refs:nplh (Results 1 – 2 of 2) sorted by relevance
97 int nplh[JPC_TAGTREE_MAXDEPTH]; in jpc_tagtree_create() local118 nplh[0] = numleafsh; in jpc_tagtree_create()121 n = nplh[numlvls] * nplv[numlvls]; in jpc_tagtree_create()122 nplh[numlvls + 1] = (nplh[numlvls] + 1) / 2; in jpc_tagtree_create()140 k = nplh[i]; in jpc_tagtree_create()154 parentnode0 += nplh[i]; in jpc_tagtree_create()
49 OPJ_INT32 nplh[32]; in opj_tgt_create() local70 nplh[0] = (OPJ_INT32)numleafsh; in opj_tgt_create()74 n = (OPJ_UINT32)(nplh[numlvls] * nplv[numlvls]); in opj_tgt_create()75 nplh[numlvls + 1] = (nplh[numlvls] + 1) / 2; in opj_tgt_create()102 k = nplh[i]; in opj_tgt_create()116 l_parent_node0 += nplh[i]; in opj_tgt_create()