OSDN Git Service

aacenc_tns: add moving average filter for LTP
authorRostislav Pehlivanov <atomnuker@gmail.com>
Sat, 17 Oct 2015 09:50:41 +0000 (10:50 +0100)
committerRostislav Pehlivanov <atomnuker@gmail.com>
Sat, 17 Oct 2015 10:10:26 +0000 (11:10 +0100)
commit8d18d28918dffd9dd0da11699e16330375065176
treec32a8db830e687b027b8adbe09bf9e38999f4553
parent801eca1372dd7e4bdc25271877cda06c0674f76e
aacenc_tns: add moving average filter for LTP

The decoder does this so I guess we better do that as well.
There's barely any difference between the autoregressive and
the moving average filters looking at spectrals though.
libavcodec/aacenc_tns.c