[FFmpeg-devel] [PATCH] RealAudio SIPR @16k decoder (2/4) Tables
Diego Biurrun
diego
Sat Jul 12 10:34:57 CEST 2008
On Sat, Jul 12, 2008 at 02:16:33PM +0700, Vladimir Voroshilov wrote:
>
> Here is first draft version of fixed-point RealAudio sipr decoder
> (only 16kHz mode)
>
> This patch contains lookup tables.
>
> --- /dev/null
> +++ b/libavcodec/siprdata.h
> @@ -0,0 +1,515 @@
> +#ifndef FFMPEG_SIPRDATA_H
> +#define FFMPEG_SIPRDATA_H
This is missing a license header.
> +static const int16_t gain_prediction_coeff[2] = {6554, 4915};
This will need at least stdint.h to pass 'make checkheaders'.
> +#define FC_INDEX_BITS 9 ///< fixed-codebook indexes (inclusing signs, size in bits)
incluDing
> +static const int qua_gain_code[32] =
qua?
Diego
More information about the ffmpeg-devel
mailing list