From 078775bee5683e3c0a74ab5b5313d11fa2ee0229 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Fri, 17 Jan 2014 15:44:08 -0800 Subject: [PATCH] Reference vorbis source code for lpc coefficient calculation. --- doc/draft-ietf-codec-oggopus.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/draft-ietf-codec-oggopus.xml b/doc/draft-ietf-codec-oggopus.xml index ede5e86c..4ec082c4 100644 --- a/doc/draft-ietf-codec-oggopus.xml +++ b/doc/draft-ietf-codec-oggopus.xml @@ -1256,7 +1256,7 @@ This ensures that the encoded file has the same duration as the original, with
The first step in LPC extrapolation is to compute linear prediction - coefficients. + coefficients. When extending the end of the signal, order-N (typically with N ranging from 8 to 40) LPC analysis is performed on a window near the end of the signal. The last N samples are used as memory to an infinite impulse response (IIR) @@ -1485,6 +1485,18 @@ The authors agree to grant third parties the irrevocable right to copy, use, + + + Autocorrelation LPC coeff generation algorithm + (vorbis source code) + + + + + + +