]> granicus.if.org Git - libvpx/commit
fix unit test failure on win32 vs2008 build
authorYaowu Xu <yaowu@google.com>
Fri, 9 Aug 2013 01:25:03 +0000 (18:25 -0700)
committerYaowu Xu <yaowu@google.com>
Fri, 9 Aug 2013 01:51:51 +0000 (18:51 -0700)
commitbc484ebf068efa424122d518743afc751fe7833a
treea8d7591bfbe00b319546990eae23fd7a249a08ca
parentee40e1a63739101ec7a6a3b3f6373a88888faae1
fix unit test failure on win32 vs2008 build

The mix use of double type and simd code caused invalid values stored
in double variables, further caused unit tests to fail. The failures
were only observed on x86-win32-vs9 build with vs2008.

Change-Id: If0131754a3bf217a5ace303b7963e8f5162c34b5
test/dct16x16_test.cc
test/fdct4x4_test.cc
test/fdct8x8_test.cc