Data Fields | |
uint8_t | num_channels |
number of channels in the group | |
int8_t | transform |
transform on / off | |
int8_t | transform_band [MAX_BANDS] |
controls if the transform is enabled for a certain band | |
float | decorrelation_matrix [WMALL_MAX_CHANNELS *WMALL_MAX_CHANNELS] |
float * | channel_data [WMALL_MAX_CHANNELS] |
transformation coefficients |
Definition at line 148 of file wmalosslessdec.c.
float* WmallChannelGrp::channel_data[WMALL_MAX_CHANNELS] |
float WmallChannelGrp::decorrelation_matrix[WMALL_MAX_CHANNELS *WMALL_MAX_CHANNELS] |
Definition at line 152 of file wmalosslessdec.c.
uint8_t WmallChannelGrp::num_channels |
int8_t WmallChannelGrp::transform |
int8_t WmallChannelGrp::transform_band[MAX_BANDS] |
controls if the transform is enabled for a certain band
Definition at line 151 of file wmalosslessdec.c.