shithub: libvpx

Download patch

ref: ce9ba97a9d4f37d2764496006312cd2e60e60d98
parent: 08d86bc9043f55d86f20f4bab74bc4ca949b3a4c
author: Alex Converse <aconverse@google.com>
date: Fri Nov 7 08:44:17 EST 2014

Fix LAST SKIP when considering GOLDEN

Change-Id: I39d9f13fa34984ee9dad0c4f303ef672635f420e

--- a/vp9/encoder/vp9_pickmode.c
+++ b/vp9/encoder/vp9_pickmode.c
@@ -778,6 +778,9 @@
 
     // Check that a prediction mode has been selected.
     assert(best_rdc.rdcost < INT64_MAX);
+
+    if (x->skip)
+      break;
   }
 
   // If best prediction is not in dst buf, then copy the prediction block from