change the order of inter modes evaluated
authorYaowu Xu <yaowu@google.com>
Mon, 16 Mar 2015 19:49:30 +0000 (12:49 -0700)
committerYaowu Xu <yaowu@google.com>
Mon, 16 Mar 2015 19:49:30 +0000 (12:49 -0700)
Change-Id: I10c1ad23b110cf92cb026e895039c215c47abfd0

vp9/encoder/vp9_pickmode.c

index 5bc9fca..4dc226b 100644 (file)
@@ -615,9 +615,9 @@ typedef struct {
 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}