[FFmpeg-devel] PATCH: COOK audio decode infastructure to support fixpoint optimization

Marc Hoffman mmhoffm
Sun Jul 15 23:13:21 CEST 2007


On 7/15/07, Guillaume POIRIER <poirierg at gmail.com> wrote:
>
> Hi,
>
> On 7/15/07, Marc Hoffman <mmhoffm at gmail.com> wrote:
> > On 7/15/07, Guillaume POIRIER <poirierg at gmail.com> wrote:
> > > On 7/15/07, Marc Hoffman <mmh at pleasantst.com> wrote:
> > > >
> > > > This patch changes the way the data flows by introducing a vec_t
> data
> > > > type which is just unsigned char.
> > >
> > > Please use a different prefix. We already have vec_* types for Altivec
> > > intrinsics.
> >
> >
> >
> > No problem how is SIG_T?
>
> Ok with me, but how about sig_t instead? All-uppercase symbols are
> more meant to be used for constants right?


I guess I was planning to do this:

#define SIG_T uint32_t

And not use a typedef, the real intent here is so you can easily see what
pieces of the code are moving the audio signal around.

Marc




More information about the ffmpeg-devel mailing list