Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Djpeg2000.h112 #define JPEG2000_CSTY_EPH 0x04 // EPH marker present macro
Djpeg2000dec.c616 has_eph = c->csty & JPEG2000_CSTY_EPH; in get_coc()
1222 if (codsty->csty & JPEG2000_CSTY_EPH) { in jpeg2000_decode_packet()
1283 if (codsty->csty & JPEG2000_CSTY_EPH) { in jpeg2000_decode_packet()
Dj2kenc.c340 scod |= JPEG2000_CSTY_EPH; in put_cod()