[vorbis-dev] Duplicate work in vorbis/lib/mdct.c

Michael Smith msmith at labyrinth.net.au
Mon Jun 24 07:21:01 PDT 2002



At 01:41 PM 6/24/02 +0200, you wrote:
>Seems to me that thinks are done twice here:
>
>STIN void mdct_butterfly_8(DATA_TYPE *x){
>  REG_TYPE r0   = x[6] + x[2];
>  REG_TYPE r1   = x[6] - x[2];
>  REG_TYPE r2   = x[4] + x[0];
>  REG_TYPE r3   = x[4] - x[0];
>
>           r0   = x[6] + x[2];
>       r1   = x[6] - x[2];
>       r2   = x[4] + x[0];
>       r3   = x[4] - x[0];

Does look that way. Thanks. Fixed in cvs.

Michael

<p>--- >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