Searched refs:csty (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
H A Dj2k.h179 OPJ_UINT32 csty; member in struct:opj_tccp
249 OPJ_UINT32 csty; member in struct:opj_tcp
H A Dopenjpeg.h374 /** csty : coding style */
375 int csty; member in struct:opj_cparameters
866 OPJ_UINT32 csty; member in struct:opj_tccp_info
902 OPJ_UINT32 csty; member in struct:opj_tile_v2_info
H A Dt2.c587 if (tcp->csty & J2K_CP_CSTY_SOP) {
733 if (tcp->csty & J2K_CP_CSTY_EPH) {
892 if (p_tcp->csty & J2K_CP_CSTY_SOP) {
945 if (p_tcp->csty & J2K_CP_CSTY_EPH) {
1073 if (p_tcp->csty & J2K_CP_CSTY_EPH) {
H A Dj2k.c2408 opj_write_bytes(l_current_data,l_tcp->csty,1); /* Scod */
2485 opj_read_bytes(p_header_data,&l_tcp->csty,1); /* Scod */
2488 if ((l_tcp->csty & ~(OPJ_UINT32)(J2K_CP_CSTY_PRT | J2K_CP_CSTY_SOP | J2K_CP_CSTY_EPH)) != 0U) {
2521 l_tcp->tccps[i].csty = l_tcp->csty & J2K_CCP_CSTY_PRT;
2638 opj_write_bytes(l_current_data, l_tcp->tccps[p_comp_no].csty, 1); /* Scoc */
2714 opj_read_bytes(p_header_data,&l_tcp->tccps[l_comp_no].csty,1); /* Scoc */
6028 parameters->csty |= 0x01;
6453 tcp->csty = (OPJ_UINT32)parameters->csty;
[all...]
/external/ImageMagick/coders/
H A Djp2.c702 parameters->csty|=0x01;

Completed in 214 milliseconds