shithub: libvpx

Download patch

ref: 51a84588224b6a7d9852f194b16e65753ba80f81
parent: 08202e0ae0d26f5bef82cef31972b91db8e4da86
parent: 3e386aefc20333209639a19f1a3a5559c25de2c2
author: Yaowu Xu <yaowu@google.com>
date: Thu Jul 25 08:18:51 EDT 2013

Merge "fix a bug where flags are not reset"

--- a/vp9/encoder/vp9_encodeframe.c
+++ b/vp9/encoder/vp9_encodeframe.c
@@ -1213,6 +1213,10 @@
   }
   save_context(cpi, mi_row, mi_col, a, l, sa, sl, bsize);
 
+  x->fast_ms = 0;
+  x->pred_mv.as_int = 0;
+  x->subblock_ref = 0;
+
   if (cpi->sf.adjust_partitioning_from_last_frame) {
     // Check if any of the sub blocks are further split.
     if (partition == PARTITION_SPLIT && subsize > BLOCK_SIZE_SB8X8) {