From 250c02689025a13c073971fa8794db0e039cbdf2 Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin <jmvalin@jmvalin.ca> Date: Fri, 11 May 2012 16:31:54 -0400 Subject: [PATCH] More Gen-art changes --- doc/draft-ietf-codec-opus.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/draft-ietf-codec-opus.xml b/doc/draft-ietf-codec-opus.xml index f0eeae8db..1647cc96d 100644 --- a/doc/draft-ietf-codec-opus.xml +++ b/doc/draft-ietf-codec-opus.xml @@ -1437,7 +1437,7 @@ Let <figure align="center"> <artwork align="center"> <![CDATA[ -r_Q15 = rng >> (l-16) , +r_Q15 = rng >> (lg-16) , ]]></artwork> </figure> so that 32768 <= r_Q15 < 65536, an unsigned Q15 value representing the @@ -1515,8 +1515,8 @@ An overview of the decoder is given in <xref target="silk_decoder_figure"/>. 1: Range encoded bitstream 2: Coded parameters 3: Pulses, LSBs, and signs -4: Pitch lags, LTP coefficients -5: LPC coefficients and gains +4: Pitch lags, Long-Term Prediction (LTP) coefficients +5: Linear Prediction Coefficients (LPC) and gains 6: Decoded signal (mono or mid-side stereo) 7: Unmixed signal (mono or left-right stereo) 8: Resampled signal @@ -1604,7 +1604,7 @@ Figures <xref format="counter" target="silk_mono_60ms_frame"/> <ttcol align="center">PDF(s)</ttcol> <ttcol align="center">Condition</ttcol> -<c>VAD flags</c> +<c>Voice Activity Detection (VAD) flags</c> <c>{1, 1}/2</c> <c/> @@ -1815,7 +1815,7 @@ Each SILK frame includes a set of side information that encodes <t>The frame type and quantization type (<xref target="silk_frame_type"/>),</t> <t>Quantization gains (<xref target="silk_gains"/>),</t> <t>Short-term prediction filter coefficients (<xref target="silk_nlsfs"/>),</t> -<t>An LSF interpolation weight (<xref target="silk_nlsf_interpolation"/>),</t> +<t>A Line Spectral Frequencies (LSF) interpolation weight (<xref target="silk_nlsf_interpolation"/>),</t> <t> Long-term prediction filter lags and gains (<xref target="silk_ltp_params"/>), and -- GitLab