Home
last modified time | relevance | path

Searched refs:pNbComp (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dmct.c459 OPJ_UINT32 pNbComp, in opj_mct_encode_custom() argument
466 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() argument
527 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 …]
Dmct.h134 OPJ_UINT32 pNbComp,
Dopenjpeg.c866 OPJ_INT32 * p_dc_shift, OPJ_UINT32 pNbComp) in opj_set_MCT() argument
868 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()
Dopenjpeg.h1670 OPJ_UINT32 pNbComp);