double OPJ_FLOAT64
Definition: openjpeg.h:112
void opj_mct_encode(OPJ_INT32 *restrict c0, OPJ_INT32 *restrict c1, OPJ_INT32 *restrict c2, OPJ_UINT32 n)
Definition: mct.c:69
int OPJ_BOOL
Definition: openjpeg.h:106
unsigned char OPJ_BYTE
Definition: openjpeg.h:113
void opj_calculate_norms(OPJ_FLOAT64 *pNorms, OPJ_UINT32 pNbComps, OPJ_FLOAT32 *pMatrix)
FIXME DOC.
Definition: mct.c:305
OPJ_FLOAT64 opj_mct_getnorm(OPJ_UINT32 compno)
Get norm of the basis function used for the reversible multi-component transform. ...
Definition: mct.c:115
int32_t OPJ_INT32
Definition: openjpeg.h:121
float OPJ_FLOAT32
Definition: openjpeg.h:111
void opj_mct_encode_real(OPJ_INT32 *restrict c0, OPJ_INT32 *restrict c1, OPJ_INT32 *restrict c2, OPJ_UINT32 n)
Definition: mct.c:122
void opj_mct_decode_real(OPJ_FLOAT32 *restrict c0, OPJ_FLOAT32 *restrict c1, OPJ_FLOAT32 *restrict c2, OPJ_UINT32 n)
Definition: mct.c:145
const OPJ_FLOAT64 * opj_mct_get_mct_norms_real()
FIXME DOC.
Definition: mct.c:61
const OPJ_FLOAT64 * opj_mct_get_mct_norms()
FIXME DOC.
Definition: mct.c:56
void opj_mct_decode(OPJ_INT32 *restrict c0, OPJ_INT32 *restrict c1, OPJ_INT32 *restrict c2, OPJ_UINT32 n)
Definition: mct.c:92
OPJ_FLOAT64 opj_mct_getnorm_real(OPJ_UINT32 compno)
Get norm of the basis function used for the irreversible multi-component transform.
Definition: mct.c:206
OPJ_BOOL opj_mct_decode_custom(OPJ_BYTE *pDecodingData, OPJ_UINT32 n, OPJ_BYTE **pData, OPJ_UINT32 pNbComp, OPJ_UINT32 isSigned)
FIXME DOC.
Definition: mct.c:264
uint32_t OPJ_UINT32
Definition: openjpeg.h:122
OPJ_BOOL opj_mct_encode_custom(OPJ_BYTE *pCodingdata, OPJ_UINT32 n, OPJ_BYTE **pData, OPJ_UINT32 pNbComp, OPJ_UINT32 isSigned)
FIXME DOC.
Definition: mct.c:211