Lines Matching defs:bpno
1639 int bpno, int bandno,
1642 int mask = 3 << (bpno - 1), y0, x, y;
1669 int bpno, int vert_causal_ctx_csty_symbol)
1674 phalf = 1 << (bpno - 1);
1693 int width, int height, int bpno, int bandno,
1696 int mask = 3 << (bpno - 1), y0, x, y, runlen, dec;
1762 int passno = cblk->npasses, pass_t = 2, bpno = cblk->nonzerobits - 1 + roi_shift;
1784 if (bpno < 0 || bpno > 29) {
1785 av_log(s->avctx, AV_LOG_ERROR, "bpno became invalid\n");
1790 decode_sigpass(t1, width, height, bpno + 1, bandpos,
1794 decode_refpass(t1, width, height, bpno + 1, vert_causal_ctx_csty_symbol);
1798 decode_clnpass(s, t1, width, height, bpno + 1, bandpos,
1822 bpno--;