]> granicus.if.org Git - libvpx/commit
Added an emms to prevent invalid stats output
authorYaowu Xu <yaowu@google.com>
Thu, 5 Jan 2012 19:22:06 +0000 (11:22 -0800)
committerYaowu Xu <yaowu@google.com>
Thu, 5 Jan 2012 21:25:41 +0000 (13:25 -0800)
commita5ea68447ff7b731b51a323bb16619aee9391890
treeb41a6ed6c4bd2d4e2957622ad5bea02cc744b5dd
parenta7eb21760f376a2977847e6bf0e02d8827de9359
Added an emms to prevent invalid stats output

In certain hardware configuration, where mmx code is enabled and
other simd (sse2/sse3) disabled, lacking of this emms caused invalid
internal stats outputs.

Change-Id: I77c61cf6e0448d3f3b8c11781aa9e42f31d231c9
vp8/encoder/onyx_if.c