shithub: libvpx

Download patch

ref: da9f762e24881e1cf4ee05dcee22a7594a47e278
parent: 5ac7a59a0514d92462bff64029051049091d9f4e
author: Marco <marpan@google.com>
date: Thu Nov 3 06:21:12 EDT 2016

vp9: Non-rd pickmode: fix logic in reference masking.

Add condition that usable_ref_frame > LAST.
This is to avoid potentially skipping all last-nonzero mv modes,
if golden is used as a reference but skipped completely for the
current block.

This has no effect currenty, as we always consider testing golden
mode for each block.

Change-Id: I3182cf44664081935a90ed43aa7b32e710e60e22