Re: [libav-devel] [PATCH 2/3] lpc: Add a function for calculating reflection coefficients from samples

2012-10-29 Thread Martin Storsjö
On Sat, 27 Oct 2012, Martin Storsjö wrote: --- Is there any point in having this function, or should the caller just call these three functions manually? --- libavcodec/lpc.c | 12 libavcodec/lpc.h |3 +++ 2 files changed, 15 insertions(+) This (and 1/3) ok'd by Justin on irc,

[libav-devel] [PATCH 2/3] lpc: Add a function for calculating reflection coefficients from samples

2012-10-27 Thread Martin Storsjö
--- Is there any point in having this function, or should the caller just call these three functions manually? --- libavcodec/lpc.c | 12 libavcodec/lpc.h |3 +++ 2 files changed, 15 insertions(+) diff --git a/libavcodec/lpc.c b/libavcodec/lpc.c index 126dbc1..2093e7e 100644 --