Perform inverse inter-channel decorrelation and ac-filter
This commit is contained in:
parent
7409210647
commit
cf6284b273
@ -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 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user