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

  /external/opencv3/3rdparty/libjasper/
jpc_tsfb.c 87 int numlvls);
93 jpc_tsfb_t *jpc_cod_gettsfb(int qmfbid, int numlvls)
100 if (numlvls > 0) {
113 tsfb->numlvls = numlvls;
124 return (tsfb->numlvls > 0) ? jpc_tsfb_analyze2(tsfb, jas_seq2d_getref(a,
127 jas_seq2d_height(a), jas_seq2d_rowstep(a), tsfb->numlvls - 1) : 0;
131 int width, int height, int stride, int numlvls)
136 if (numlvls > 0) {
141 JPC_CEILDIVPOW2(ystart, 1), stride, numlvls - 1))
    [all...]
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:__anon21755
jpc_t1cod.c 136 int JPC_NOMINALGAIN(int qmfbid, int numlvls, int lvlno, int orient)
139 numlvls = 0;
jpc_t1cod.h 279 int JPC_NOMINALGAIN(int qmfbid, int numlvls, int lvlno, int orient);
  /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 73 milliseconds