Searched refs:pNbComp (Results 1 – 4 of 4) sorted by relevance
459 OPJ_UINT32 pNbComp, in opj_mct_encode_custom() argument466 OPJ_UINT32 lNbMatCoeff = pNbComp * pNbComp; in opj_mct_encode_custom()475 lCurrentData = (OPJ_INT32 *) opj_malloc((pNbComp + lNbMatCoeff) * sizeof( in opj_mct_encode_custom()481 lCurrentMatrix = lCurrentData + pNbComp; in opj_mct_encode_custom()489 for (j = 0; j < pNbComp; ++j) { in opj_mct_encode_custom()493 for (j = 0; j < pNbComp; ++j) { in opj_mct_encode_custom()495 for (k = 0; k < pNbComp; ++k) { in opj_mct_encode_custom()513 OPJ_UINT32 pNbComp, in opj_mct_decode_custom() argument527 lCurrentData = (OPJ_FLOAT32 *) opj_malloc(2 * pNbComp * sizeof(OPJ_FLOAT32)); in opj_mct_decode_custom()531 lCurrentResult = lCurrentData + pNbComp; in opj_mct_decode_custom()[all …]
134 OPJ_UINT32 pNbComp,
866 OPJ_INT32 * p_dc_shift, OPJ_UINT32 pNbComp) in opj_set_MCT() argument868 OPJ_UINT32 l_matrix_size = pNbComp * pNbComp * (OPJ_UINT32)sizeof(OPJ_FLOAT32); in opj_set_MCT()869 OPJ_UINT32 l_dc_shift_size = pNbComp * (OPJ_UINT32)sizeof(OPJ_INT32); in opj_set_MCT()
1670 OPJ_UINT32 pNbComp);