projects
/
platform
/
upstream
/
libvpx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af12c23
)
Reset FPU state after calc_plane_error()
author
John Koleszar
<jkoleszar@google.com>
Tue, 11 Oct 2011 15:43:30 +0000
(08:43 -0700)
committer
John Koleszar
<jkoleszar@google.com>
Tue, 11 Oct 2011 15:43:30 +0000
(08:43 -0700)
Fixes a MMX/SSE2 mismatch when building with --enable-internal-stats.
Change-Id: I0c50a1f246f6916b7a5fc6f36864ceb362f25520
vp8/encoder/onyx_if.c
patch
|
blob
|
history
diff --git
a/vp8/encoder/onyx_if.c
b/vp8/encoder/onyx_if.c
index cac92057c996cf777d9a3e867009fa6e560597ce..27dd2ce19e37da1dabdd87aa8669547069775c08 100644
(file)
--- a/
vp8/encoder/onyx_if.c
+++ b/
vp8/encoder/onyx_if.c
@@
-2400,6
+2400,7
@@
static uint64_t calc_plane_error(unsigned char *orig, int orig_stride,
recon += recon_stride;
}
+ vp8_clear_system_state();
return total_sse;
}