shithub: libvpx

Download patch

ref: 2999ca3094adec4b310c9e95589be8313d1e8486
parent: 3fcf0e3668beb051679805a7e8a6425ea0d327aa
parent: 07ba411914139f3ab68a3b0f5618e5505557d159
author: John Koleszar <jkoleszar@google.com>
date: Wed Nov 9 04:35:08 EST 2011

Merge "Reset FPU state after calc_plane_error()"

--- a/vp8/encoder/onyx_if.c
+++ b/vp8/encoder/onyx_if.c
@@ -2605,6 +2605,7 @@
         recon += recon_stride;
     }
 
+    vp8_clear_system_state();
     return total_sse;
 }