]> granicus.if.org Git - libvpx/commit
Propgate constants through subexp routines.
authorAlex Converse <aconverse@google.com>
Mon, 3 Feb 2014 19:14:46 +0000 (11:14 -0800)
committerAlex Converse <aconverse@google.com>
Mon, 3 Feb 2014 19:55:46 +0000 (11:55 -0800)
commit41d3c989fdbe5406ca155206e271279473d5691f
tree03082d31cef2839f1b3768463fbe1c1d6d0a0f8a
parentf7c17b89f0b5d2312d92932cf9b4bb4e92b57eb6
Propgate constants through subexp routines.

This avoids calls to get_unsigned_bits() with constants and
replaces hard to trace loops with simpler structures.

Change-Id: Ic1afc5a17d7df5bcfc85b76efda316b0bf118467
vp9/decoder/vp9_dsubexp.c
vp9/encoder/vp9_subexp.c