Lines Matching full:band
114 jpc_enc_band_t *band;
137 for (band = lvl->bands; band != endbands; ++band) {
138 if (!band->data) {
141 for (prcno = 0, prc = band->prcs; prcno < lvl->numprcs; ++prcno, ++prc) {
164 cblk->numimsbs = band->numbps - cblk->numbps;
169 if (jpc_enc_enccblk(enc, cblk->stream, tcmpt, band, cblk)) {
193 int jpc_enc_enccblk(jpc_enc_t *enc, jas_stream_t *out, jpc_enc_tcmpt_t *tcmpt, jpc_enc_band_t *band, jpc_enc_cblk_t *cblk)
212 rlvl = band->rlvl;
281 bitpos, band->orient, vcausal, cblk->flags,
295 ret = jpc_encclnpass(cblk->mqenc, bitpos, band->orient,
333 pass->wmsedec = jpc_fixtodbl(band->rlvl->tcmpt->synweight) *
334 jpc_fixtodbl(band->rlvl->tcmpt->synweight) *
335 jpc_fixtodbl(band->synweight) *
336 jpc_fixtodbl(band->synweight) *
337 jpc_fixtodbl(band->absstepsize) * jpc_fixtodbl(band->absstepsize) *