[FFmpeg-cvslog] r19682 - in trunk: Changelog doc/general.texi libavcodec/Makefile libavcodec/allcodecs.c libavcodec/twinvq.c libavcodec/twinvq_data.h

Diego Biurrun diego
Mon Aug 24 12:16:38 CEST 2009


On Sun, Aug 23, 2009 at 03:55:54AM +0200, vitor wrote:
> 
> Log:
> TwinVQ decoder
> 
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ trunk/libavcodec/twinvq.c	Sun Aug 23 03:55:54 2009	(r19682)
> @@ -0,0 +1,1139 @@
> +
> +static float eval_lpc_spectrum(const float *lsp, float cos_val, int order)
> +{
> +
> +    for (j=0; j+1 < order; j += 2*2) {

extra good karma for spaces around operators (here and in other places)

Diego



More information about the ffmpeg-cvslog mailing list