]> granicus.if.org Git - libvpx/commit
avoid negative array subscript warnings
authorJohn Koleszar <jkoleszar@google.com>
Mon, 9 Aug 2010 17:27:26 +0000 (13:27 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Wed, 11 Aug 2010 17:49:12 +0000 (13:49 -0400)
commit392a958274f6456add66363ae2dfdfc060b94fe9
tree7222c7cb7f44366f7fba11095a82d8026226247b
parentc0ba42d3c0e8f28422c819e7b93413224a5cf2cb
avoid negative array subscript warnings

The mv_ref and sub_mv_ref token encodings are indexed from NEARESTMV
and LEFT4X4, respectively, rather than being zero-based like the
other token encodings.

Change-Id: I3699c3f84111209ecfb91097c4b900773e9a3ad5
vp8/common/entropymode.c
vp8/common/entropymode.h
vp8/common/treecoder.c
vp8/common/treecoder.h
vp8/encoder/bitstream.c
vp8/encoder/rdopt.c