[FFmpeg-soc] [soc]: r1107 - qcelp/qcelpdata.h

Diego Biurrun diego at biurrun.de
Tue Aug 21 01:08:21 CEST 2007


On Tue, Aug 21, 2007 at 12:41:08AM +0200, reynaldo wrote:
> 
> Log:
> COSMETIC Fix some more nits spoted by diego
> 
> --- qcelp/qcelpdata.h	(original)
> +++ qcelp/qcelpdata.h	Tue Aug 21 00:41:08 2007
> @@ -41,11 +41,11 @@
>   * formula for RATE_FULL and RATE_HALF frames at section 2.4.8.1.1. It says
>   * you have to subtract the decoded index parameter to the given scaled
>   * codebook vector index 'n' to get the desired circular codebook index but
> - * It doesn't tell you have to clamp 'n' to [0-9] in order to get RI complaint
> + * It doesn't tell you have to clamp 'n' to [0-9] in order to get RI compliant
>   * results.

better:

  It says you have to subtract the decoded index parameter to the given
  scaled codebook vector index 'n' to get the desired circular codebook
  index, but it does not mention you have to clamp 'n' to [0-9] in order
  to get RI compliant results.

Diego



More information about the FFmpeg-soc mailing list