Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dwmaprodec.c170 float decorrelation_matrix[WMAPRO_MAX_CHANNELS*WMAPRO_MAX_CHANNELS]; member
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()
751 chgroup->decorrelation_matrix[chgroup->num_channels * i + 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()
773 chgroup->decorrelation_matrix[y + x * chgroup->num_channels] = in decode_decorrelation_matrix()
775 chgroup->decorrelation_matrix[y + i * chgroup->num_channels] = in decode_decorrelation_matrix()
846 chgroup->decorrelation_matrix[0] = 1.0; in decode_channel_transform()
847 chgroup->decorrelation_matrix[1] = -1.0; in decode_channel_transform()
[all …]