shithub: libvpx

Download patch

ref: 12d6c66f500141343a736d85c7224db5ebf0730e
parent: b9ce3304de83ff764df89bf319963fc6c919c3e6
author: Angie Chiang <angiebird@google.com>
date: Wed Sep 26 14:06:05 EDT 2018

Add vpx_clear_system_state to new mv search func

Change-Id: I93308a0906165b8fa56b59e199c3de29b572f666

--- a/vp9/encoder/vp9_mcomp.c
+++ b/vp9/encoder/vp9_mcomp.c
@@ -2092,6 +2092,7 @@
   double bestsme =
       vp9_diamond_search_sad_new(x, &cpi->ss_cfg, mvp_full, &temp_mv,
                                  step_param, lambda, &n, fn_ptr, nb_full_mvs);
+  vpx_clear_system_state();
   *dst_mv = temp_mv;
 
   // If there won't be more n-step search, check to see if refining search is