All new LSP->freq envelope curve computation code.
authorMonty <xiphmont@xiph.org>
Sat, 19 Aug 2000 11:46:28 +0000 (11:46 +0000)
committerMonty <xiphmont@xiph.org>
Sat, 19 Aug 2000 11:46:28 +0000 (11:46 +0000)
commite74b2b02da2d3712eca332c2bf3e4f734b1223a0
tree7f866837d6dd2a9201b72a78c9869d5910bd8425
parent45e1cc5e51f4e0865da20482dfe8613be5d94a89
All new LSP->freq envelope curve computation code.

It turns out that LSP->LPC using the impulse response algorithm is
*very* sensitive to noise, and doubles really are necessary.
Unfortunate, that.

Reimplmented the code with a direct LSP->curve computation, skipping
the LPC intermediary step.  This also eliminates any need for the LPC
or iFFT code in decode/synthesis.

Monty

svn path=/trunk/vorbis/; revision=597
lib/floor0.c
lib/lpc.c
lib/lpc.h
lib/lsp.c
lib/lsp.h
lib/psytune.c