]> granicus.if.org Git - libvpx/commit
Inline count_tokens() in decode_coefs().
authorRonald S. Bultje <rbultje@google.com>
Sat, 17 Nov 2012 18:35:47 +0000 (10:35 -0800)
committerRonald S. Bultje <rbultje@google.com>
Sat, 17 Nov 2012 18:35:47 +0000 (10:35 -0800)
commit511ef2072c43c6d2c352dc3219563c8bf94f5d78
tree928eeb5daec018c0c7699d3fa372374d9befddf1
parent56352f189d4bb4c727e9a968053b372e0963d0fc
Inline count_tokens() in decode_coefs().

This prevents the relatively expensive token-from-coefficient lookup
function get_token(), plus a duplicate loop..

Change-Id: Ibecd407b2a91d3593d439ec4646e43fa26d2ff91
vp9/decoder/detokenize.c