summaryrefslogtreecommitdiff
path: root/test/variance_test.cc
AgeCommit message (Expand)Author
2015-01-14Add 64x64 sub_pel_variance Neon functionFrank Galligan
2015-01-13Add 64x variance Neon functionsFrank Galligan
2014-11-14Added sse2 acceleration for highbitdepth variancePeter de Rivaz
2014-09-15VP8 encoder for ARMv8 by using NEON intrinsics 1Scott LaVarnway
2014-09-06Replacing vp9_get_mb_ss_sse2 asm implementation with intrinsics.Dmitry Kovalev
2014-09-04Actually resetting random generator for all variance test cases.Dmitry Kovalev
2014-08-29Removing variance MMX code.Dmitry Kovalev
2014-08-07Fix bug 807levytamar82
2014-08-01Neon version of vp9_sub_pixel_variance8x8(),Scott LaVarnway
2014-07-31Neon version of vp9_sub_pixel_variance32x32(),Scott LaVarnway
2014-07-30Neon version of vp9_sub_pixel_variance16x16(),Scott LaVarnway
2014-07-24Allocate aligned source in variance testYunqing Wang
2014-07-10tests: add API_REGISTER_STATE_CHECKJames Zern
2014-06-10vp9_sub_pixel_*variance*: disable avx2 variantsJames Zern
2014-05-08Revert "Removing redundant variables from variance_test.cc."James Zern
2014-05-07Removing redundant variables from variance_test.cc.Dmitry Kovalev
2014-02-26variance_test: add NEON functionsJames Zern
2014-01-23test/: remove unnecessary extern "C"sJames Zern
2013-09-17fix vp8-only buildJames Zern
2013-09-06cleanup cpplint warningsYaowu Xu
2013-08-06variance x86inc guardsJim Bankoski
2013-06-26variance_test: add missing ClearSystemState...James Zern
2013-06-21Allocate memory using appropriate expected alignment in unit tests.Ronald S. Bultje
2013-06-21variance_test: use REGISTER_STATE_CHECKJames Zern
2013-06-20SSE2/SSSE3 optimizations and unit test for sub_pixel_avg_variance().Ronald S. Bultje
2013-06-20Implement sse2 and ssse3 versions for all sub_pixel_variance sizes.Ronald S. Bultje
2013-06-18tests: clear system state after non-API callsJames Zern
2013-05-22Optimize variance functionsYunqing Wang
2013-02-22add vp8 variance testJames Zern
2012-11-27Add vp9_ prefix to all vp9 filesJohn Koleszar
2012-11-15support building vp8 and vp9 into a single libJohn Koleszar
2012-11-06Fix variance (signed integer) overflowJames Zern