Searched refs:numlvls (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/3rdparty/libjasper/ |
D | jpc_tsfb.c | 87 int numlvls); 93 jpc_tsfb_t *jpc_cod_gettsfb(int qmfbid, int numlvls) in jpc_cod_gettsfb() argument 100 if (numlvls > 0) { in jpc_cod_gettsfb() 113 tsfb->numlvls = numlvls; in jpc_cod_gettsfb() 124 return (tsfb->numlvls > 0) ? jpc_tsfb_analyze2(tsfb, jas_seq2d_getref(a, in jpc_tsfb_analyze() 127 jas_seq2d_height(a), jas_seq2d_rowstep(a), tsfb->numlvls - 1) : 0; in jpc_tsfb_analyze() 131 int width, int height, int stride, int numlvls) in jpc_tsfb_analyze2() argument 136 if (numlvls > 0) { in jpc_tsfb_analyze2() 141 JPC_CEILDIVPOW2(ystart, 1), stride, numlvls - 1)) { in jpc_tsfb_analyze2() 151 return (tsfb->numlvls > 0) ? jpc_tsfb_synthesize2(tsfb, in jpc_tsfb_synthesize() [all …]
|
D | jpc_tagtree.c | 106 int numlvls; in jpc_tagtree_create() local 117 numlvls = 0; in jpc_tagtree_create() 121 n = nplh[numlvls] * nplv[numlvls]; in jpc_tagtree_create() 122 nplh[numlvls + 1] = (nplh[numlvls] + 1) / 2; in jpc_tagtree_create() 123 nplv[numlvls + 1] = (nplv[numlvls] + 1) / 2; in jpc_tagtree_create() 125 ++numlvls; in jpc_tagtree_create() 138 for (i = 0; i < numlvls - 1; ++i) { in jpc_tagtree_create()
|
D | jpc_tsfb.h | 113 int numlvls; member
|
D | jpc_t1cod.c | 136 int JPC_NOMINALGAIN(int qmfbid, int numlvls, int lvlno, int orient) in JPC_NOMINALGAIN() argument 139 numlvls = 0; in JPC_NOMINALGAIN()
|
D | jpc_t1cod.h | 279 int JPC_NOMINALGAIN(int qmfbid, int numlvls, int lvlno, int orient);
|
/external/pdfium/third_party/libopenjpeg20/ |
D | tgt.c | 57 OPJ_UINT32 numlvls; in opj_tgt_create() local 69 numlvls = 0; in opj_tgt_create() 74 n = (OPJ_UINT32)(nplh[numlvls] * nplv[numlvls]); in opj_tgt_create() 75 nplh[numlvls + 1] = (nplh[numlvls] + 1) / 2; in opj_tgt_create() 76 nplv[numlvls + 1] = (nplv[numlvls] + 1) / 2; in opj_tgt_create() 78 ++numlvls; in opj_tgt_create() 100 for (i = 0; i < numlvls - 1; ++i) { in opj_tgt_create()
|