summaryrefslogtreecommitdiff
path: root/test/variance_test.cc
AgeCommit message (Expand)Author
2015-07-29Cosmetics - Fix header file order in unit testsJingning Han
2015-07-08mips msa vp9 avg subpel variance optimization rebasedParag Salasakar
2015-07-07Move sub pixel variance to vpx_dspJohann
2015-07-06mips msa vp9 subpel variance optimizationParag Salasakar
2015-07-02Revert "mips msa vp9 subpel variance optimization"James Zern
2015-07-02Revert "mips msa vp9 avg subpel variance optimization"James Zern
2015-07-01mips msa vp9 avg subpel variance optimizationParag Salasakar
2015-07-01mips msa vp9 subpel variance optimizationParag Salasakar
2015-06-30mips msa vpx_dsp variance optimizationParag Salasakar
2015-06-11variance_test: fix build w/--disable-vp8-encoderJames Zern
2015-06-05disable vp8_sub_pixel_variance8x8_neonJames Zern
2015-06-03Make vp9 subpixel match vp8Johann
2015-06-02Unify reference variance functionsJohann
2015-06-01Cast variance reference outputJohann
2015-05-28Merge "Use correct parameters for NEON variance tests"Johann
2015-05-28Use correct parameters for NEON variance testsJohann
2015-05-27Remove conversion warnings from hbd shiftsJohann
2015-05-27Correct case in Get4x4SSEFuncJohann
2015-05-26Move variance functions to vpx_dspJohann
2015-05-13Relocate memory operations for common codeJohann
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