shithub: libvpx

Download patch

ref: 3119c24658810c43e887efd744593590f55abd2f
parent: c651f82a36f69e9d582a5efa76d8467d80e29a95
parent: f2d682fc108225c23b0b9547a2a39105b9128073
author: Yaowu Xu <yaowu@google.com>
date: Mon Mar 16 12:14:34 EDT 2015

Merge "change the order of inter modes evaluated"

--- a/vp9/encoder/vp9_pickmode.c
+++ b/vp9/encoder/vp9_pickmode.c
@@ -615,9 +615,9 @@
 static const REF_MODE ref_mode_set[RT_INTER_MODES] = {
     {LAST_FRAME, ZEROMV},
     {LAST_FRAME, NEARESTMV},
+    {GOLDEN_FRAME, ZEROMV},
     {LAST_FRAME, NEARMV},
     {LAST_FRAME, NEWMV},
-    {GOLDEN_FRAME, ZEROMV},
     {GOLDEN_FRAME, NEARESTMV},
     {GOLDEN_FRAME, NEARMV},
     {GOLDEN_FRAME, NEWMV}