Lines Matching refs:numlvls

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()
154 jas_seq2d_height(a), jas_seq2d_rowstep(a), tsfb->numlvls - 1) : 0; in jpc_tsfb_synthesize()
158 int width, int height, int stride, int numlvls) in jpc_tsfb_synthesize2() argument
160 if (numlvls > 0) { in jpc_tsfb_synthesize2()
164 height, 1) - JPC_CEILDIVPOW2(ystart, 1), stride, numlvls - in jpc_tsfb_synthesize2()
184 if (tsfb->numlvls > 0) { in jpc_tsfb_getbands()
186 &band, tsfb->numlvls); in jpc_tsfb_getbands()
206 int numlvls) in jpc_tsfb_getbands2() argument
219 if (numlvls > 0) { in jpc_tsfb_getbands2()
222 newxend, newyend, bands, numlvls - 1); in jpc_tsfb_getbands2()
235 tsfb->numlvls - numlvls] * tsfb->qmfb->lpenergywts[ in jpc_tsfb_getbands2()
236 tsfb->numlvls - numlvls]); in jpc_tsfb_getbands2()
250 tsfb->numlvls - numlvls] * tsfb->qmfb->hpenergywts[ in jpc_tsfb_getbands2()
251 tsfb->numlvls - numlvls]); in jpc_tsfb_getbands2()
265 tsfb->numlvls - numlvls] * tsfb->qmfb->hpenergywts[ in jpc_tsfb_getbands2()
266 tsfb->numlvls - numlvls]); in jpc_tsfb_getbands2()
282 tsfb->numlvls - numlvls - 1] * tsfb->qmfb->lpenergywts[ in jpc_tsfb_getbands2()
283 tsfb->numlvls - numlvls - 1]); in jpc_tsfb_getbands2()