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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Djpeg2000.h141 uint8_t cblk_style; // codeblock coding style member in struct:Jpeg2000CodingStyle
H A Djpeg2000dec.c409 c->cblk_style = bytestream2_get_byteu(&s->g);
410 if (c->cblk_style != 0) { // cblk style
411 av_log(s->avctx, AV_LOG_WARNING, "extra cblk styles %X\n", c->cblk_style);
1057 int bpass_csty_symbol = codsty->cblk_style & JPEG2000_CBLK_BYPASS;
1058 int vert_causal_ctx_csty_symbol = codsty->cblk_style & JPEG2000_CBLK_VSC;
1091 codsty->cblk_style & JPEG2000_CBLK_SEGSYM,

Completed in 114 milliseconds