HomeSort by relevance Sort by last modified time
    Searched defs:numlvls (Results 1 - 3 of 3) sorted by null

  /external/opencv3/3rdparty/libjasper/
jpc_tagtree.c 106 int numlvls; local
117 numlvls = 0;
121 n = nplh[numlvls] * nplv[numlvls];
122 nplh[numlvls + 1] = (nplh[numlvls] + 1) / 2;
123 nplv[numlvls + 1] = (nplv[numlvls] + 1) / 2;
125 ++numlvls;
138 for (i = 0; i < numlvls - 1; ++i)
    [all...]
jpc_tsfb.h 113 int numlvls; member in struct:__anon20917
  /external/pdfium/third_party/libopenjpeg20/
tgt.c 57 OPJ_UINT32 numlvls; local
69 numlvls = 0;
74 n = (OPJ_UINT32)(nplh[numlvls] * nplv[numlvls]);
75 nplh[numlvls + 1] = (nplh[numlvls] + 1) / 2;
76 nplv[numlvls + 1] = (nplv[numlvls] + 1) / 2;
78 ++numlvls;
100 for (i = 0; i < numlvls - 1; ++i)
    [all...]

Completed in 2686 milliseconds