HomeSort by relevance Sort by last modified time
    Searched full:nplv (Results 1 - 2 of 2) sorted by null

  /external/opencv3/3rdparty/libjasper/
jpc_tagtree.c 98 int nplv[JPC_TAGTREE_MAXDEPTH]; local
119 nplv[0] = numleafsv;
121 n = nplh[numlvls] * nplv[numlvls];
123 nplv[numlvls + 1] = (nplv[numlvls] + 1) / 2;
139 for (j = 0; j < nplv[i]; ++j) {
150 if ((j & 1) || j == nplv[i] - 1) {
  /external/pdfium/third_party/libopenjpeg20/
tgt.c 50 OPJ_INT32 nplv[32]; local
71 nplv[0] = (OPJ_INT32)numleafsv;
74 n = (OPJ_UINT32)(nplh[numlvls] * nplv[numlvls]);
76 nplv[numlvls + 1] = (nplv[numlvls] + 1) / 2;
101 for (j = 0; j < nplv[i]; ++j) {
112 if ((j & 1) || j == nplv[i] - 1) {

Completed in 180 milliseconds