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

Michael Niedermayer michaelni at gmx.at
Sat Oct 1 18:18:55 CEST 2011


On Sat, Oct 01, 2011 at 11:02:28AM +0200, Vitor Sessak wrote:
> 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?

removed

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Its not that you shouldnt use gotos but rather that you should write
readable code and code with gotos often but not always is less readable
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-cvslog/attachments/20111001/3aa39808/attachment.asc>


More information about the ffmpeg-cvslog mailing list