forked from len0rd/rockbox
Partial conversion of the wmapro decoder to fixed point arithmetic. Currently inverse quantization & rescaling,
imdct and windowing are all in fixed point. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27302 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6a04479d63
commit
d884af2b99
14 changed files with 3644 additions and 43 deletions
|
@ -2,8 +2,10 @@ wmaprodec.c
|
|||
wma.c
|
||||
dsputil.c
|
||||
mdct.c
|
||||
mdct_tables.c
|
||||
fft.c
|
||||
bitstream.c
|
||||
wmapro_mdct.c
|
||||
libavutil/log.c
|
||||
libavutil/mem.c
|
||||
libavutil/mathematics.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue