]> granicus.if.org Git - libvpx/commit
Use signed variables in the lookahead.
authorAlex Converse <aconverse@google.com>
Wed, 27 Apr 2016 22:59:18 +0000 (15:59 -0700)
committerAlex Converse <aconverse@google.com>
Wed, 27 Apr 2016 23:01:20 +0000 (16:01 -0700)
commit918a2fd72658ac764f5627b7eb2b56f91479cf09
tree5fd46d27056eeec9351c05c8b5ff8446338d3a16
parent36a0c7ffe3ec21d3f84bd9ec1f913a62d6215d3a
Use signed variables in the lookahead.

Wrap around behavior is enforced manually and we use the values in
arithmetic involving negative integers.

Change-Id: I199706b6f3af91f4fb6fe2ef302fbbc6d0cf5785
vp10/encoder/lookahead.c
vp10/encoder/lookahead.h
vp9/encoder/vp9_lookahead.c
vp9/encoder/vp9_lookahead.h