Searched refs:nplv (Results 1 – 2 of 2) sorted by relevance
98 int nplv[JPC_TAGTREE_MAXDEPTH]; in jpc_tagtree_create() local119 nplv[0] = numleafsv; in jpc_tagtree_create()121 n = nplh[numlvls] * nplv[numlvls]; in jpc_tagtree_create()123 nplv[numlvls + 1] = (nplv[numlvls] + 1) / 2; in jpc_tagtree_create()139 for (j = 0; j < nplv[i]; ++j) { in jpc_tagtree_create()150 if ((j & 1) || j == nplv[i] - 1) { in jpc_tagtree_create()
50 OPJ_INT32 nplv[32]; in opj_tgt_create() local71 nplv[0] = (OPJ_INT32)numleafsv; in opj_tgt_create()74 n = (OPJ_UINT32)(nplh[numlvls] * nplv[numlvls]); in opj_tgt_create()76 nplv[numlvls + 1] = (nplv[numlvls] + 1) / 2; in opj_tgt_create()101 for (j = 0; j < nplv[i]; ++j) { in opj_tgt_create()112 if ((j & 1) || j == nplv[i] - 1) { in opj_tgt_create()