Searched refs:m_matrice (Results 1 – 3 of 3) sorted by relevance
314 OPJ_INT32 *m_matrice; member
310 …(OPJ_INT32) ((OPJ_FLOAT32)cp->m_specific_param.m_enc.m_matrice[i * tilec->numresolutions * 3 + j *… in opj_tcd_makelayer_fixed()
6196 cp->m_specific_param.m_enc.m_matrice = (OPJ_INT32 *) opj_malloc(array_size);6197 memcpy(cp->m_specific_param.m_enc.m_matrice, parameters->cp_matrice, array_size);7398 opj_free(p_cp->m_specific_param.m_enc.m_matrice);7399 p_cp->m_specific_param.m_enc.m_matrice = 00;