Use __builtin_clz() for calculation of shift value.
commite9d86220e245d9285b501612d3cb2bab57552c26
authorNathan Caldwell <saintdev@gmail.com>
Tue, 18 Aug 2009 06:22:54 +0000 (18 00:22 -0600)
committerNathan Caldwell <saintdev@gmail.com>
Tue, 18 Aug 2009 06:22:54 +0000 (18 00:22 -0600)
tree69f43e6754ecc9caff7014ea973d013f4e8cc132
parentb1fb7d8648b21c7b514bbcf461a8204b3070b734
Use __builtin_clz() for calculation of shift value.
At least 20% faster decoding.
libavcodec/lagarith.c