[FFmpeg-devel] [PATCH] G.729 LSF decoding
Diego Biurrun
diego
Wed Jun 17 21:05:35 CEST 2009
On Thu, Jun 18, 2009 at 02:00:37AM +0700, Vladimir Voroshilov wrote:
> First patch for main decoding routine.
> Decodes LSF (Linear Spectrum Frequencies, if i'm not wrong).
>
> --- ffmpeg-r19188/libavcodec/g729dec.c
> +++ ffmpeg-r19188_v153/libavcodec/g729dec.c
> @@ -114,8 +119,74 @@ static inline int get_parity(uint8_t value)
>
> + /* Rotate past_quantizer_outputs. */
> + for(k=MA_NP-1; k>0; k--)
nit: inconsistently formatted for construct
Diego
More information about the ffmpeg-devel
mailing list