Home
last modified time | relevance | path

Searched refs:csty (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Djpeg2000.h141 uint8_t csty; // coding style member
Djpeg2000dec.c536 if (c->csty & JPEG2000_CSTY_PREC) { in get_cox()
569 tmp.csty = bytestream2_get_byteu(&s->g); in get_cod()
616 has_eph = c->csty & JPEG2000_CSTY_EPH; in get_coc()
617 has_sop = c->csty & JPEG2000_CSTY_SOP; in get_coc()
618 c->csty = bytestream2_get_byteu(&s->g); in get_coc()
619 c->csty |= has_eph; //do not override eph present bits from COD in get_coc()
620 c->csty |= has_sop; //do not override sop present bits from COD in get_coc()
1094 if (codsty->csty & JPEG2000_CSTY_SOP) { in select_stream()
1222 if (codsty->csty & JPEG2000_CSTY_EPH) { in jpeg2000_decode_packet()
1283 if (codsty->csty & JPEG2000_CSTY_EPH) { in jpeg2000_decode_packet()
Dlibopenjpegenc.c153 p->csty |= 0x01; in cinema_parameters()