Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dwmaprodec.c243 WMAProChannelGrp chgroup[WMAPRO_MAX_CHANNELS]; ///< channel group information member
750 *@param chgroup channel group for which the matrix needs to be calculated
753 WMAProChannelGrp *chgroup) in decode_decorrelation_matrix()
758 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 in decode_decorrelation_matrix()
752 decode_decorrelation_matrix(WMAProDecodeCtx *s, WMAProChannelGrp *chgroup) decode_decorrelation_matrix() argument
823 WMAProChannelGrp* chgroup = &s->chgroup[s->num_chgroups]; decode_channel_transform() local
[all...]

Completed in 3 milliseconds