Don't reset mb clamping state during splitmv decoding
authorJohn Koleszar <jkoleszar@google.com>
Tue, 21 Sep 2010 15:54:36 +0000 (11:54 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Tue, 21 Sep 2010 15:58:48 +0000 (11:58 -0400)
commit4d391e8ed281c58bfa36e864050091f2934a7097
tree050a434bbcf505373050a5c8424e6e1de2a402a0
parentc5fb0eb8d9a9cf0e593fbf06730f5b8501967009
Don't reset mb clamping state during splitmv decoding

The MV decoding changes in c5fb0eb introduced a bug where the
macroblock clamping state was reset for each partition, so if an
earlier partition needed clamping but a subsequent one didn't,
the MB wouldn't receive clamping. Instead, the state is only
set during splitmv decoding, never cleared.

Change-Id: I224fe258493405ee0f6a04596acdb622c475e845
vp8/decoder/decodemv.c