From 1b0d40fc3423026eab8e4f4c594b53181729e855 Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin Date: Mon, 4 Jul 2016 10:42:45 -0400 Subject: update draft fixes --- doc/draft-ietf-codec-opus-update.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/draft-ietf-codec-opus-update.xml b/doc/draft-ietf-codec-opus-update.xml index dbcd1c45..31f282fa 100644 --- a/doc/draft-ietf-codec-opus-update.xml +++ b/doc/draft-ietf-codec-opus-update.xml @@ -250,9 +250,10 @@ RESAMPLER_ORDER_FIR_12 * sizeof( opus_int16 ) ); To address the issue, we change the folding behaviour so that it is - never forced to fall back to LCG due to not enough folding data. This + never forced to fall back to LCG due to the first band not containing + enough coefficients to fold onto the second band. This is achieved by simply repeating part of the first band in the folding - of the second band. This changes the code in celt/bands.c around line 237: + of the second band. This changes the code in celt/bands.c around line 1237:
- as well as line 260: + as well as line 1260:
-- cgit v1.2.3