summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libwmapro/quant.h (unfollow)
Commit message (Collapse)Author
2012-07-03Expand the range of the WPA Pro quant table. Fixes FS#12704.Michael Giacomelli
Change-Id: I5495c4d7d165cac15016d3233b85bbe5497ea3e1
2012-05-20Expand the range of the inverse quant table in WMA Pro.Michael Giacomelli
Several of the problem samples on the tracker use values outside this range. Trying the larger table doesn't quite seem to fix things, but its only a small amount of additional memory and looking at ffmpeg, I think the larger table is correct. Change-Id: Id046e62b68550701aa1f80c9abd0a1dcd711bd0d
2012-04-25Add codecs to librbcodec.Sean Bartell
Change-Id: Id7f4717d51ed02d67cb9f9cb3c0ada4a81843f97 Reviewed-on: http://gerrit.rockbox.org/137 Reviewed-by: Nils Wallménius <nils@rockbox.org> Tested-by: Nils Wallménius <nils@rockbox.org>
2010-08-01Use higher precision for libwmapro's quant_tab[].Andree Buschmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27662 a1c6a512-1295-4272-9138-f99709370657
2010-07-17Increase the size of quant table in libwmapro to accomodate more values for ↵Mohamed Tarek
exp. Fixes wma pro failure on test files in download.rockbox.org/test_files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27460 a1c6a512-1295-4272-9138-f99709370657
2010-07-05Partial conversion of the wmapro decoder to fixed point arithmetic. ↵Mohamed Tarek
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