X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Flpc.h;h=7e0ee3e17218cf02f3c963e2a2e9f8357b531919;hb=fb0466699575724923aeddc4490302180dfdf4af;hp=ec59cea635bb352913abdcf54047a2af9ab382d9;hpb=20962b567b4d1fe791ca4b537121f13f6e0f5fa0;p=ffmpeg diff --git a/libavcodec/lpc.h b/libavcodec/lpc.h index ec59cea635b..7e0ee3e1721 100644 --- a/libavcodec/lpc.h +++ b/libavcodec/lpc.h @@ -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_levinsion(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.