Searched refs:new_mct_records (Results 1 – 1 of 1) sorted by relevance
5183 opj_mct_data_t *new_mct_records; in opj_j2k_read_mct() local5186 …new_mct_records = (opj_mct_data_t *) opj_realloc(l_tcp->m_mct_records, l_tcp->m_nb_max_mct_records… in opj_j2k_read_mct()5187 if (! new_mct_records) { in opj_j2k_read_mct()5195 l_tcp->m_mct_records = new_mct_records; in opj_j2k_read_mct()6887 opj_mct_data_t *new_mct_records; in opj_j2k_setup_mct_encoding() local6890 …new_mct_records = (opj_mct_data_t *) opj_realloc(p_tcp->m_mct_records, p_tcp->m_nb_max_mct_records… in opj_j2k_setup_mct_encoding()6891 if (! new_mct_records) { in opj_j2k_setup_mct_encoding()6899 p_tcp->m_mct_records = new_mct_records; in opj_j2k_setup_mct_encoding()6929 opj_mct_data_t *new_mct_records; in opj_j2k_setup_mct_encoding() local6931 …new_mct_records = (opj_mct_data_t *) opj_realloc(p_tcp->m_mct_records, p_tcp->m_nb_max_mct_records… in opj_j2k_setup_mct_encoding()[all …]