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

  /external/opencv3/3rdparty/libjasper/
jpc_tagtree.c 97 int nplh[JPC_TAGTREE_MAXDEPTH]; local
118 nplh[0] = numleafsh;
121 n = nplh[numlvls] * nplv[numlvls];
122 nplh[numlvls + 1] = (nplh[numlvls] + 1) / 2;
140 k = nplh[i];
154 parentnode0 += nplh[i];
  /external/pdfium/third_party/libopenjpeg20/
tgt.c 49 OPJ_INT32 nplh[32]; local
70 nplh[0] = (OPJ_INT32)numleafsh;
74 n = (OPJ_UINT32)(nplh[numlvls] * nplv[numlvls]);
75 nplh[numlvls + 1] = (nplh[numlvls] + 1) / 2;
102 k = nplh[i];
116 l_parent_node0 += nplh[i];

Completed in 229 milliseconds