[vorbis-dev] vorbis on playstation 2

Nicolas Pitre nico at cam.org
Thu Feb 6 17:50:13 PST 2003



On Thu, 6 Feb 2003, David Etherton wrote:

> > Depending on the stream used, the second table is unlikely to be
> referenced.
> 
> That reminds me -- looking at the profile hits in mdct_backward, there were
> several switch statement cases that never got any hits.  Given that I don't
> need to decode any arbitrary ogg vorbis bitstream, are there simplications I
> can make here to cut down on the amount of code I have to optimize?

The switch cases are optimisations by themselves.  A compromise was made
between table size and table value interpolation in the code.  If you can
guarantee that your streams won't ever use the larger window sizes then
those interpolation cases are useless.

<p>Nicolas

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Vorbis-dev mailing list