[FFmpeg-devel] [PATCH] Expose QCELP's floating-point LSP-to-LPC function

Colin McQuillan m.niloc
Fri Jul 31 22:18:42 CEST 2009


I'd like to use the code in qcelp_lpc.c function for AMR. First, the
naming should be made consistent.

rename_qcelp_lsp.patch description:

Make the LSP naming more consistent
Use the convention from lsp.c: an LSF is a frequency, an LSP is the
cosine of an LSF, and LSP functions should have an ff_acelp prefix.
Use a "d" suffix to specify doubles.

move_qcelp_lsp.patch description:

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.

--
Colin McQuillan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rename_qcelp_lsp.patch
Type: text/x-diff
Size: 2432 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090731/e084c1fb/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: move_qcelp_lsp.patch
Type: text/x-diff
Size: 6227 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090731/e084c1fb/attachment-0001.patch>



More information about the ffmpeg-devel mailing list