Searched refs:m_nb_max_mcc_records (Results 1 – 2 of 2) sorted by relevance
292 OPJ_UINT32 m_nb_max_mcc_records; member
2231 …p_j2k->m_specific_param.m_decoder.m_default_tcp->m_nb_max_mcc_records = OPJ_J2K_MCC_DEFAULT_NB_REC… in opj_j2k_read_siz()5443 if (l_tcp->m_nb_mcc_records == l_tcp->m_nb_max_mcc_records) {5445 l_tcp->m_nb_max_mcc_records += OPJ_J2K_MCC_DEFAULT_NB_RECORDS;5448 … l_tcp->m_mcc_records, l_tcp->m_nb_max_mcc_records * sizeof(opj_simple_mcc_decorrelation_data_t));5452 l_tcp->m_nb_max_mcc_records = 0;5459 …memset(l_mcc_record,0,(l_tcp->m_nb_max_mcc_records-l_tcp->m_nb_mcc_records) * sizeof(opj_simple_mc…7014 if (p_tcp->m_nb_mcc_records == p_tcp->m_nb_max_mcc_records) {7016 p_tcp->m_nb_max_mcc_records += OPJ_J2K_MCT_DEFAULT_NB_RECORDS;7018 … p_tcp->m_mcc_records, p_tcp->m_nb_max_mcc_records * sizeof(opj_simple_mcc_decorrelation_data_t));7022 p_tcp->m_nb_max_mcc_records = 0;[all …]