]> granicus.if.org Git - libvpx/commit
multi-res: add parent_ref_valid flag
authorJohn Koleszar <jkoleszar@google.com>
Mon, 8 Oct 2012 22:54:24 +0000 (15:54 -0700)
committerJohn Koleszar <jkoleszar@google.com>
Tue, 9 Oct 2012 16:29:45 +0000 (09:29 -0700)
commit4de7aed6fb9bf8e50bad5603f4f7b2172b33f14f
tree4c1dfb1639ca0b4af03247922fbf129e2343f023
parent30d8ba541ede1d79b3d1d72f66ff05fcab6b5f92
multi-res: add parent_ref_valid flag

Rather than overloading the parent_ref_frame value to shut off the
search in some cases, add a new validity flag. This cleans up some
of the duplicated mr_encoder_id && mr_low_res_mv_avail checks as
well, for readability.

Change-Id: Iddad93a27066c3d85ff2f25a361ac113b288ab7b
vp8/encoder/pickinter.c