Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dj2k.h55 #define J2K_CP_CSTY_SOP 0x02 macro
Dt2.c587 if (tcp->csty & J2K_CP_CSTY_SOP) { in opj_t2_encode_packet()
892 if (p_tcp->csty & J2K_CP_CSTY_SOP) { in opj_t2_read_packet_header()
Dj2k.c2494 … if ((l_tcp->csty & ~(OPJ_UINT32)(J2K_CP_CSTY_PRT | J2K_CP_CSTY_SOP | J2K_CP_CSTY_EPH)) != 0U) { in opj_j2k_read_cod()