forked from len0rd/rockbox
Use codeclib's mdct in wmapro. Input coeffs to the transform needed to be scaled down first by (log2(frame_size) - 3). Increases decoding speed by 1.3MHz on PP5022 and saves ~32KB that were previously needed by the mdct tables. (FS#11511 by Buschel and myself)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27701 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
83be40f7d3
commit
3bbbb96395
5 changed files with 27 additions and 12 deletions
|
@ -2,4 +2,3 @@ wmaprodec.c
|
|||
wma.c
|
||||
mdct_tables.c
|
||||
../lib/ffmpeg_bitstream.c
|
||||
wmapro_mdct.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue