Expose QCELP's floating-point LSP-to-LPC function
authorColin McQuillan <m.niloc@googlemail.com>
Mon, 3 Aug 2009 08:37:02 +0000 (08:37 +0000)
committerRobert Swain <robert.swain@gmail.com>
Mon, 3 Aug 2009 08:37:02 +0000 (08:37 +0000)
commit33ae681f5ca9fa9aae82081dd6a6edbe2509f983
tree091f20de691a3115540d9c6582fb84de0d153b5b
parent1e1e02eacd948572108c78c15d5b3e3bcd94947c
Expose QCELP's floating-point LSP-to-LPC function
qcelp_lsp exported a single function, ff_acelp_lspd2lpc, which was not
specific to qcelp. It can be kept with its fixed-point version
ff_acelp_lsp2lpc in lpc.c.

Patch by Colin McQuillan ( m.niloc googlemail com )

Originally committed as revision 19571 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/Makefile
libavcodec/lsp.c
libavcodec/lsp.h
libavcodec/qcelp_lsp.c [deleted file]
libavcodec/qcelpdec.c