Merge "Reset FPU state after calc_plane_error()"

This commit is contained in:
John Koleszar 2011-11-09 09:35:08 -08:00 committed by Gerrit Code Review
commit 2999ca3094

View File

@ -2605,6 +2605,7 @@ static uint64_t calc_plane_error(unsigned char *orig, int orig_stride,
recon += recon_stride;
}
vp8_clear_system_state();
return total_sse;
}