[FFmpeg-cvslog] r13244 - in trunk/libavcodec: acelp_vectors.c acelp_vectors.h

Diego Biurrun diego
Tue May 27 00:47:34 CEST 2008


On Fri, May 23, 2008 at 05:10:28AM +0200, voroshil wrote:
> 
> Log:
> adaptive and fixed codebook vector operations for ACELP-based codecs
> 
> --- (empty file)
> +++ trunk/libavcodec/acelp_vectors.h	Fri May 23 05:10:27 2008
> @@ -0,0 +1,151 @@
> +
> +/*
> + * Track|Pulse|        Positions
> + * -------------------------------------------------------------------------
> + *  1   | 0   | 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75
> + * -------------------------------------------------------------------------
> + *  2   | 1   | 1, 6, 11, 16, 21, 26, 31, 36, 41, 46, 51, 56, 61, 66, 71, 76
> + * -------------------------------------------------------------------------
> + *  3   | 2   | 2, 7, 12, 17, 22, 27, 32, 37, 42, 47, 52, 57, 62, 67, 72, 77
> + * -------------------------------------------------------------------------
> + *
> + * Table contains only first the pulse indexes.

Uh?  Do you mean

  The table contains only the first pulse indexes.

?

> + * \param pulse_indices fixed codebook indeces

indIces

I think we are using "indexes" as plural for "index" everywhere else.

> + * \param shift result will be shifted to right by this value

s/to//

Diego




More information about the ffmpeg-cvslog mailing list