OpenJPEG 1.5.2
|
#include "opj_includes.h"
Functions | |
void | mct_encode (int *restrict c0, int *restrict c1, int *restrict c2, int n) |
void | mct_decode (int *restrict c0, int *restrict c1, int *restrict c2, int n) |
double | mct_getnorm (int compno) |
Get norm of the basis function used for the reversible multi-component transform. | |
void | mct_encode_real (int *restrict c0, int *restrict c1, int *restrict c2, int n) |
void | mct_decode_real (float *restrict c0, float *restrict c1, float *restrict c2, int n) |
double | mct_getnorm_real (int compno) |
Get norm of the basis function used for the irreversible multi-component transform. | |
Variables | |
static const double | mct_norms [3] = { 1.732, .8292, .8292 } |
static const double | mct_norms_real [3] = { 1.732, 1.805, 1.573 } |
Referenced by tcd_decode_tile().
Referenced by tcd_decode_tile().
Referenced by tcd_encode_tile().
References fix_mul().
Referenced by tcd_encode_tile().
double mct_getnorm | ( | int | compno | ) |
Get norm of the basis function used for the reversible multi-component transform.
compno | Number of the component (0->Y, 1->U, 2->V) |
References mct_norms.
Referenced by t1_getwmsedec().
double mct_getnorm_real | ( | int | compno | ) |
Get norm of the basis function used for the irreversible multi-component transform.
compno | Number of the component (0->Y, 1->U, 2->V) |
References mct_norms_real.
Referenced by t1_getwmsedec().
|
static |
Referenced by mct_getnorm().
|
static |
Referenced by mct_getnorm_real().