forked from len0rd/rockbox
Actually remove the unneeded files in the last commit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20903 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
65649de515
commit
9c43aaa41b
5 changed files with 3 additions and 1 deletions
|
@ -403,7 +403,6 @@ void mdct_backward(int n, int32_t *in, int32_t *out) {
|
|||
mdct_butterflies(out+n2,n2,shift);
|
||||
mdct_bitreverse(out,n,step,shift);
|
||||
/* rotate + window */
|
||||
|
||||
step>>=2;
|
||||
{
|
||||
int32_t *oX1=out+n2+n4;
|
||||
|
@ -517,5 +516,7 @@ void mdct_backward(int n, int32_t *in, int32_t *out) {
|
|||
oX1[3]= iX[0];
|
||||
iX+=4;
|
||||
}while(oX1>oX2);
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -18,6 +18,7 @@ stats.c
|
|||
stopwatch.c
|
||||
vbrfix.c
|
||||
viewer.c
|
||||
test_codec.c
|
||||
#ifdef HAVE_BACKLIGHT
|
||||
lamp.c
|
||||
#endif /* HAVE_BACKLIGHT */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue