Commit graph

6 commits

Author SHA1 Message Date
Jean-Marc Valin
ec5d01cbe4 Using a table on ARM for unsigned division by small (<=256) integers.
Saves 0.6% for 64 kb/s and 1.8% for 128 kb/s when decoding on arm7tdmi.
2014-01-20 16:32:16 -05:00
Timothy B. Terriberry
0aa8b42db0 Fix broken URL in entdec.c.
Thanks to thinqa for the report.
Fixes #1968.
2013-08-04 22:47:07 -07:00
Jean-Marc Valin
cb05e7cd96 s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"
Also added 3rd clause to "master" COPYING file
2012-04-20 16:41:42 -04:00
Timothy B. Terriberry
fa2750bee2 More changes addressing Robert Sparks' review 2012-04-20 15:47:37 -04:00
Timothy B. Terriberry
6619a73637 Move nbits_total initialize before renormalization.
The range decoder used to initialize nbits_total after the
 renormalization loop, even though the renormalization loop
 modifies it.
This was presumably safe, because nothing actually used the value
 before it was initialized, but I'm tired of it triggering the
 integer overflow checking.
2011-12-02 15:37:29 -05:00
Jean-Marc Valin
c37499090b renames the libcelt/ directory to celt/ 2011-09-13 18:21:18 -07:00
Renamed from libcelt/entdec.c (Browse further)