55 void mct_encode(
int *c0,
int *c1,
int *c2,
int n);
63 void mct_decode(
int *c0,
int *c1,
int *c2,
int n);
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
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
void mct_decode_real(float *restrict c0, float *restrict c1, float *restrict c2, int n)
Definition: mct.c:127
void mct_encode_real(int *restrict c0, int *restrict c1, int *restrict c2, int n)
Definition: mct.c:104