From fb0bd20e6b94ff5d9bcb99e0f6fff3c6f74ebdfd Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin Date: Fri, 9 Jan 2009 00:23:56 -0500 Subject: [PATCH] nothing to see here --- doc/ietf/draft-valin-celt-codec.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/doc/ietf/draft-valin-celt-codec.xml b/doc/ietf/draft-valin-celt-codec.xml index 67e14908..b0750d19 100644 --- a/doc/ietf/draft-valin-celt-codec.xml +++ b/doc/ietf/draft-valin-celt-codec.xml @@ -118,6 +118,9 @@ aliasing calcellation. alpha_p=0.8. The inverse of the pre-emphasis is applied at the decoder.
+ +derf? +
@@ -203,10 +206,14 @@ transmission of any allocation information.
CELT uses a Pyramid Vector Quantization (PVQ) codebook for quantising the details of the spectrum in each band that have not -been predicted by the pitch predictor. When no pitch is encoded, ... +been predicted by the pitch predictor. The PVQ codebook consists of all combinations +of K pulses signed in a vector of N samples.
+ +derf? +
@@ -220,10 +227,13 @@ been predicted by the pitch predictor. When no pitch is encoded, ...
-Some more text +Like for most audio codecs, the CELT decoder is less complex than the encoder.
+ +derf? +