Commit 902ac9ca authored by Rostislav Pehlivanov's avatar Rostislav Pehlivanov

aacenc_tns: actually apply TNS filter to the coefficients

The encoder-side filter isn't that important. The PSNR
shouldn't change so the FATE test should still be fine.
Signed-off-by: 's avatarRostislav Pehlivanov <atomnuker@gmail.com>
parent 49854c56
......@@ -123,8 +123,6 @@ void ff_aac_apply_tns(SingleChannelElement *sce)
int bottom, top, order, start, end, size, inc;
float *lpc, tmp[TNS_MAX_ORDER+1];
return;
for (w = 0; w < sce->ics.num_windows; w++) {
bottom = sce->ics.num_swb;
for (filt = 0; filt < tns->n_filt[w]; filt++) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment