Home
last modified time | relevance | path

Searched refs:cblk_style (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Djpeg2000.h144 uint8_t cblk_style; // codeblock coding style member
H A Djpeg2000dec.c532 c->cblk_style = bytestream2_get_byteu(&s->g); in get_cox()
533 if (c->cblk_style != 0) { // cblk style in get_cox()
534 av_log(s->avctx, AV_LOG_WARNING, "extra cblk styles %X\n", c->cblk_style); in get_cox()
535 if (c->cblk_style & JPEG2000_CBLK_BYPASS) in get_cox()
1202 if (needs_termination(codsty->cblk_style, cblk->npasses + newpasses1 - 1)) { in jpeg2000_decode_packet()
1764 int vert_causal_ctx_csty_symbol = codsty->cblk_style & JPEG2000_CBLK_VSC; in decode_cblk()
1799 codsty->cblk_style & JPEG2000_CBLK_SEGSYM, in decode_cblk()
1803 if (codsty->cblk_style & JPEG2000_CBLK_RESET) // XXX no testcase for just this in decode_cblk()
1806 if (passno && (coder_type = needs_termination(codsty->cblk_style, pass_cnt))) { in decode_cblk()

Completed in 6 milliseconds