Searched refs:csty (Results 1 – 5 of 5) sorted by relevance
375 int csty; member866 OPJ_UINT32 csty; member902 OPJ_UINT32 csty; member
179 OPJ_UINT32 csty; member249 OPJ_UINT32 csty; member
587 if (tcp->csty & J2K_CP_CSTY_SOP) { in opj_t2_encode_packet()733 if (tcp->csty & J2K_CP_CSTY_EPH) { in opj_t2_encode_packet()892 if (p_tcp->csty & J2K_CP_CSTY_SOP) { in opj_t2_read_packet_header()945 if (p_tcp->csty & J2K_CP_CSTY_EPH) { in opj_t2_read_packet_header()1073 if (p_tcp->csty & J2K_CP_CSTY_EPH) { in opj_t2_read_packet_header()
2408 opj_write_bytes(l_current_data,l_tcp->csty,1); /* Scod */ in opj_j2k_write_cod()2485 opj_read_bytes(p_header_data,&l_tcp->csty,1); /* Scod */ in opj_j2k_read_cod()2488 … if ((l_tcp->csty & ~(OPJ_UINT32)(J2K_CP_CSTY_PRT | J2K_CP_CSTY_SOP | J2K_CP_CSTY_EPH)) != 0U) { in opj_j2k_read_cod()2521 l_tcp->tccps[i].csty = l_tcp->csty & J2K_CCP_CSTY_PRT; in opj_j2k_read_cod()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 */ in opj_j2k_read_coc()6028 parameters->csty |= 0x01; in opj_j2k_set_cinema_parameters()6453 tcp->csty = (OPJ_UINT32)parameters->csty; in opj_j2k_setup_encoder()6570 … tccp->csty = parameters->csty & 0x01; /* 0 => one precinct || 1 => custom precinct */ in opj_j2k_setup_encoder()6585 if (parameters->csty & J2K_CCP_CSTY_PRT) { in opj_j2k_setup_encoder()[all …]
694 parameters->csty|=0x01; in CinemaProfileCompliance()