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@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is
needed.
Unsubscribe messages sent to the list will be ignored/filtered.