commit | e04e293522a3cf3761eae3690b8efbc2aa69848b | [log] [tgz] |
---|---|---|
author | Timothy B. Terriberry <tterribe@xiph.org> | Mon Jun 28 17:15:09 2010 -0700 |
committer | Timothy B. Terriberry <tterribe@xiph.org> | Fri Jul 23 08:48:01 2010 -0700 |
tree | 5cb27f30b97c8296bcd2caa06bde2c344f895aac | |
parent | 08eed049d4f08943079483cdd5d5d9f865457a67 [diff] |
Make the quantizer exact. This replaces the approximate division-by-multiplication in the quantizer with an exact one that costs just one add and one shift extra. The asm versions have not been updated in this patch, and thus have been disabled, since the new method requires different multipliers which are not compatible with the old method. Change-Id: I53ac887af0f969d906e464c88b1f4be69c6b1206