Lines Matching defs:codeblock
187 } codeblock[MAX_DWT_LEVELS+1];
487 * [DIRAC_STD] 13.4.3.2 Codeblock unpacking loop. codeblock()
489 static inline int codeblock(DiracContext *s, SubBand *b,
498 /* check for any coded coefficients in this codeblock */
604 int cb_width = s->codeblock[b->level + (b->orientation != subband_ll)].width;
605 int cb_height = s->codeblock[b->level + (b->orientation != subband_ll)].height;
623 ret = codeblock(s, b, &gb, &c, left, right, top, bottom, blockcnt_one, is_arith);
1261 CHECKEDREAD(s->codeblock[i].width , tmp < 1 || tmp > (s->avctx->width >>s->wavelet_depth-i), "codeblock width invalid\n")
1262 CHECKEDREAD(s->codeblock[i].height, tmp < 1 || tmp > (s->avctx->height>>s->wavelet_depth-i), "codeblock height invalid\n")
1265 CHECKEDREAD(s->codeblock_mode, tmp > 1, "unknown codeblock mode\n")
1269 s->codeblock[i].width = s->codeblock[i].height = 1;
2192 subbands with only one codeblock */