commit | 53454f4910d6b580a89c9d7fc03036af24627b2c | [log] [tgz] |
---|---|---|
author | Timothy B. Terriberry <tterribe@xiph.org> | Sat Dec 18 04:51:55 2010 -0800 |
committer | Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> | Sat Dec 18 09:06:06 2010 -0500 |
tree | a64659090f7d4660ec5bf6f31334a129ff886a8c | |
parent | e86fb268b029d68d07ede37d35cfe82e8db3e86d [diff] |
More simplifications to the decoder renormalization loop. This removes an XOR, an ADD, and an AND, and replaces them with an AND NOT in ec_dec_normalize(). Also, simplify the loop structure of ec_dec_cdf() and eliminate a CMOV.