Searched refs:chgroup (Results 1 – 1 of 1) sorted by relevance
243 WMAProChannelGrp chgroup[WMAPRO_MAX_CHANNELS]; ///< channel group information member753 WMAProChannelGrp *chgroup) in decode_decorrelation_matrix() argument758 memset(chgroup->decorrelation_matrix, 0, s->nb_channels * in decode_decorrelation_matrix()759 s->nb_channels * sizeof(*chgroup->decorrelation_matrix)); in decode_decorrelation_matrix()761 for (i = 0; i < chgroup->num_channels * (chgroup->num_channels - 1) >> 1; i++) in decode_decorrelation_matrix()764 for (i = 0; i < chgroup->num_channels; i++) in decode_decorrelation_matrix()765 chgroup->decorrelation_matrix[chgroup->num_channels * i + i] = in decode_decorrelation_matrix()768 for (i = 1; i < chgroup->num_channels; i++) { in decode_decorrelation_matrix()773 float v1 = chgroup->decorrelation_matrix[x * chgroup->num_channels + y]; in decode_decorrelation_matrix()774 float v2 = chgroup->decorrelation_matrix[i * chgroup->num_channels + y]; in decode_decorrelation_matrix()[all …]