summaryrefslogtreecommitdiff
path: root/libavcodec/aacenc_tns.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/aacenc_tns.c')
-rw-r--r--libavcodec/aacenc_tns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/aacenc_tns.c b/libavcodec/aacenc_tns.c
index a7433a8d19..cf75b8a169 100644
--- a/libavcodec/aacenc_tns.c
+++ b/libavcodec/aacenc_tns.c
@@ -210,8 +210,8 @@ void ff_aac_search_for_tns(AACEncContext *s, SingleChannelElement *sce)
coef_len = 1024 - coef_start;
/* LPC */
- order = ff_lpc_calc_levinsion(&s->lpc, &sce->coeffs[coef_start], coef_len,
- coefs, 0, tns_max_order, ORDER_METHOD_LOG);
+ order = ff_lpc_calc_levinson(&s->lpc, &sce->coeffs[coef_start], coef_len,
+ coefs, 0, tns_max_order, ORDER_METHOD_LOG);
if (energy > threshold) {
int direction = 0;