提交 cf6284b2 编写于 作者: M Mashiat Sarker Shakkhar

Perform inverse inter-channel decorrelation and ac-filter

上级 74092106
......@@ -1177,6 +1177,10 @@ static int decode_subframe(WmallDecodeCtx *s)
}
if (s->do_mclms)
revert_mclms(s, subframe_len);
if (s->do_inter_ch_decorr)
revert_inter_ch_decorr(s, subframe_len);
if(s->do_ac_filter)
revert_acfilter(s, subframe_len);
/** handled one subframe */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册