]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/lpc.h
aacenc: reorder coding tools
[ffmpeg] / libavcodec / lpc.h
index 00c8d9651481fe66a7ab577380130d019504a6c0..7e0ee3e17218cf02f3c963e2a2e9f8357b531919 100644 (file)
@@ -100,9 +100,8 @@ int ff_lpc_calc_coefs(LPCContext *s,
 int ff_lpc_calc_ref_coefs(LPCContext *s,
                           const int32_t *samples, int order, double *ref);
 
-int ff_lpc_calc_levinson(LPCContext *s, const float *samples, int len,
-                         double lpc[][MAX_LPC_ORDER], int min_order,
-                         int max_order, int omethod);
+double ff_lpc_calc_ref_coefs_f(LPCContext *s, const float *samples, int len,
+                               int order, double *ref);
 
 /**
  * Initialize LPCContext.