]> granicus.if.org Git - libvpx/commit
INLINE and reimplement get_unsigned_bits().
authorAlex Converse <aconverse@google.com>
Mon, 3 Feb 2014 20:12:01 +0000 (12:12 -0800)
committerAlex Converse <aconverse@google.com>
Mon, 3 Feb 2014 20:16:22 +0000 (12:16 -0800)
commitffd3d4834b5a0f081b3910428408cd6291465e6c
treee3fd336b0ba4ff3c1ab451e1c705c5f8a0bacfaf
parent41d3c989fdbe5406ca155206e271279473d5691f
INLINE and reimplement get_unsigned_bits().

The new implementation disagrees when the argument is equal to 2**n but
that is never called in practice and based on how it is used the new
implementation is correct in that case.

Change-Id: Ifbac4ad87d459fe6bd2fd0f400c0340f96617342
vp9/common/vp9_common.h