Searched refs:csty (Results 1 – 4 of 4) sorted by relevance
179 OPJ_UINT32 csty; member243 OPJ_UINT32 csty; member
375 int csty; member863 OPJ_UINT32 csty; member899 OPJ_UINT32 csty; member
580 if (tcp->csty & J2K_CP_CSTY_SOP) { in opj_t2_encode_packet()726 if (tcp->csty & J2K_CP_CSTY_EPH) { in opj_t2_encode_packet()883 if (p_tcp->csty & J2K_CP_CSTY_SOP) { in opj_t2_read_packet_header()938 if (p_tcp->csty & J2K_CP_CSTY_EPH) { in opj_t2_read_packet_header()1066 if (p_tcp->csty & J2K_CP_CSTY_EPH) { in opj_t2_read_packet_header()
2371 opj_write_bytes(l_current_data,l_tcp->csty,1); /* Scod */ in opj_j2k_write_cod()2448 opj_read_bytes(p_header_data,&l_tcp->csty,1); /* Scod */ in opj_j2k_read_cod()2451 … if ((l_tcp->csty & ~(OPJ_UINT32)(J2K_CP_CSTY_PRT | J2K_CP_CSTY_SOP | J2K_CP_CSTY_EPH)) != 0U) { in opj_j2k_read_cod()2484 l_tcp->tccps[i].csty = l_tcp->csty & J2K_CCP_CSTY_PRT; in opj_j2k_read_cod()2601 opj_write_bytes(l_current_data, l_tcp->tccps[p_comp_no].csty, 1); /* Scoc */ in opj_j2k_write_coc_in_memory()2677 opj_read_bytes(p_header_data,&l_tcp->tccps[l_comp_no].csty,1); /* Scoc */ in opj_j2k_read_coc()6081 parameters->csty |= 0x01;6506 tcp->csty = (OPJ_UINT32)parameters->csty;6623 … tccp->csty = parameters->csty & 0x01; /* 0 => one precinct || 1 => custom precinct */6638 if (parameters->csty & J2K_CCP_CSTY_PRT) {[all …]