From 9d4da474f5f40b019cb4cb931c8499deee586174 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Mon, 25 Feb 2013 08:06:59 +0100 Subject: lls: move to the private namespace The functions are private. --- libavcodec/lpc.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libavcodec') diff --git a/libavcodec/lpc.c b/libavcodec/lpc.c index 2093e7e..bada368 100644 --- a/libavcodec/lpc.c +++ b/libavcodec/lpc.c @@ -203,7 +203,7 @@ int ff_lpc_calc_coefs(LPCContext *s, double var[MAX_LPC_ORDER+1], av_uninit(weight); for(pass=0; pass>pass) + fabs(eval - var[0]); inv = 1/eval; rinv = sqrt(inv); @@ -222,9 +222,9 @@ int ff_lpc_calc_coefs(LPCContext *s, }else weight++; - av_update_lls(&m[pass&1], var, 1.0); + avpriv_update_lls(&m[pass&1], var, 1.0); } - av_solve_lls(&m[pass&1], 0.001, 0); + avpriv_solve_lls(&m[pass&1], 0.001, 0); } for(i=0; i