forked from len0rd/rockbox
Commited too much really this time.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20905 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f19afdd96d
commit
5c404a02fb
1 changed files with 1 additions and 2 deletions
|
@ -403,6 +403,7 @@ void mdct_backward(int n, int32_t *in, int32_t *out) {
|
||||||
mdct_butterflies(out+n2,n2,shift);
|
mdct_butterflies(out+n2,n2,shift);
|
||||||
mdct_bitreverse(out,n,step,shift);
|
mdct_bitreverse(out,n,step,shift);
|
||||||
/* rotate + window */
|
/* rotate + window */
|
||||||
|
|
||||||
step>>=2;
|
step>>=2;
|
||||||
{
|
{
|
||||||
int32_t *oX1=out+n2+n4;
|
int32_t *oX1=out+n2+n4;
|
||||||
|
@ -516,7 +517,5 @@ void mdct_backward(int n, int32_t *in, int32_t *out) {
|
||||||
oX1[3]= iX[0];
|
oX1[3]= iX[0];
|
||||||
iX+=4;
|
iX+=4;
|
||||||
}while(oX1>oX2);
|
}while(oX1>oX2);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue