Home
last modified time | relevance | path

Searched refs:chgroup (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dwmaprodec.c238 WMAProChannelGrp chgroup[WMAPRO_MAX_CHANNELS]; ///< channel group information member
739 WMAProChannelGrp *chgroup) in decode_decorrelation_matrix() argument
744 memset(chgroup->decorrelation_matrix, 0, s->nb_channels * in decode_decorrelation_matrix()
745 s->nb_channels * sizeof(*chgroup->decorrelation_matrix)); in decode_decorrelation_matrix()
747 for (i = 0; i < chgroup->num_channels * (chgroup->num_channels - 1) >> 1; i++) in decode_decorrelation_matrix()
750 for (i = 0; i < chgroup->num_channels; i++) in decode_decorrelation_matrix()
751 chgroup->decorrelation_matrix[chgroup->num_channels * i + i] = in decode_decorrelation_matrix()
754 for (i = 1; i < chgroup->num_channels; i++) { in decode_decorrelation_matrix()
759 float v1 = chgroup->decorrelation_matrix[x * chgroup->num_channels + y]; in decode_decorrelation_matrix()
760 float v2 = chgroup->decorrelation_matrix[i * chgroup->num_channels + y]; in decode_decorrelation_matrix()
[all …]