55 void mct_encode(
int *c0,
int *c1,
int *c2,
int n);
63 void mct_decode(
int *c0,
int *c1,
int *c2,
int n);
void mct_encode(int *c0, int *c1, int *c2, int n)
Apply a reversible multi-component transform to an image
double mct_getnorm(int compno)
Get norm of the basis function used for the reversible multi-component transform ...
Definition: mct.c:97
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 *c0, int *c1, int *c2, int n)
Apply a reversible multi-component inverse transform to an image
void mct_encode_real(int *c0, int *c1, int *c2, int n)
Apply an irreversible multi-component transform to an image
void mct_decode_real(float *c0, float *c1, float *c2, int n)
Apply an irreversible multi-component inverse transform to an image