[FFmpeg-cvslog] Add G.723.1 decoder data tables

Vitor Sessak vitor1001 at gmail.com
Sat Oct 1 11:02:28 CEST 2011


On Thu, Sep 29, 2011 at 10:09 PM, Mohamed Naufal Basheer
<git at videolan.org> wrote:
> ffmpeg | branch: master | Mohamed Naufal Basheer <naufal11 at gmail.com> | Thu Mar 17 23:56:49 2011 +0100| [da43980fa5a3d4a7240bcb7ae0a458bef3379fa9] | committer: Michael Niedermayer
>
> Add G.723.1 decoder data tables
>
>> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=da43980fa5a3d4a7240bcb7ae0a458bef3379fa9
> ---
>
>  libavcodec/g723_1_data.h | 1245 ++++++++++++++++++++++++++++++++++++++++++++++
>  1 files changed, 1245 insertions(+), 0 deletions(-)
>
> diff --git a/libavcodec/g723_1_data.h b/libavcodec/g723_1_data.h
> new file mode 100644
> index 0000000..3b180ef
> --- /dev/null
> +++ b/libavcodec/g723_1_data.h
> @@ -0,0 +1,1245 @@

> +/**
> + * Used for the coding/decoding of the pulses positions
> + * for the MP-MLQ codebook
> + */
> +static const int32_t combinatorial_table[PULSE_MAX][SUBFRAME_LEN/GRID_SIZE] = {

> +    {118755, 98280, 80730, 65780L, 53130,

L?

-Vitor


More information about the ffmpeg-cvslog mailing list