void mct_decode_real(float *restrict c0, float *restrict c1, float *restrict c2, int n)
Definition mct.c:127
double mct_getnorm_real(int compno)
Get norm of the basis function used for the irreversible multi-component transform.
Definition mct.c:188
void mct_decode(int *restrict c0, int *restrict c1, int *restrict c2, int n)
Definition mct.c:74
double mct_getnorm(int compno)
Get norm of the basis function used for the reversible multi-component transform.
Definition mct.c:97
void mct_encode(int *restrict c0, int *restrict c1, int *restrict c2, int n)
Definition mct.c:51
void mct_encode_real(int *restrict c0, int *restrict c1, int *restrict c2, int n)
Definition mct.c:104