forked from len0rd/rockbox
Oversight in syncing on my end, sorry.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15184 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6e4aa260d0
commit
9a1a2fd686
1 changed files with 0 additions and 9 deletions
|
|
@ -201,15 +201,6 @@ static inline void vector_fmul_reverse(fixed32 *dst, const fixed32 *src0, const
|
|||
|
||||
#endif
|
||||
|
||||
/* TODO: Adapt the above to work with this */
|
||||
static inline void vector_fmul_reverse(fixed32 *dst, const fixed32 *src0, const fixed32 *src1, int len){
|
||||
int i;
|
||||
src1 += len-1;
|
||||
for(i=0; i<len; i++)
|
||||
dst[i] = fixmul32b(src0[i], src1[-i]);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Apply MDCT window and add into output.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue