summaryrefslogtreecommitdiff
path: root/test/sad_test.cc
AgeCommit message (Expand)Author
2016-08-05test: apply clang-tidy google-readability-braces-around-statementsclang-format
2016-08-04Remove armv6 targetJohann
2016-07-27test: apply clang-formatclang-format
2016-07-15sad_test: add some const to methodsPascal Massimino
2016-07-15remove tuple from 'sad_test.cc'skal
2016-06-30test: remove x86inc.asm distinctionJohann
2016-05-11remove mmx sad functionsLinfeng Zhang
2015-12-17Code clean of sad4xNx4D_sseJian Zhou
2015-12-17Code clean of sad4xN(_avg)_sseJian Zhou
2015-11-05sad_test: create fn pointers w/'&' refJames Zern
2015-07-29Cosmetics - Fix header file order in unit testsJingning Han
2015-07-01mips msa vpx_dsp sad sad4d avgsad optimizationParag Salasakar
2015-05-13Relocate memory operations for common codeJohann
2015-05-06Move shared SAD code to vpx_dspJohann
2015-01-27Add vp9_sad32x32x4d_neon Neon intrinsic function.Frank Galligan
2015-01-27Add vp9_sad16x16x4d_neon Neon intrinsic function.Frank Galligan
2015-01-27Add vp9_sad64x64x4d_neon Neon intrinsic function.Frank Galligan
2014-11-22sad_test: initialize bit_depth_ in all casesJames Zern
2014-11-19sad_test: fix vp8-only buildJames Zern
2014-11-14Visual studio build fix using explicit castDeb Mukherjee
2014-11-12Added highbitdepth sse2 SAD acceleration and testsPeter de Rivaz
2014-10-19SAD32xh and SAD64xh for AVX2levytamar82
2014-09-02Removing MMX SAD calculation code.Dmitry Kovalev
2014-08-07Fix bug 806levytamar82
2014-08-01Added vp9_sad8x8_neon()Scott LaVarnway
2014-07-18sad_test: drop '_t' from local typenamesJames Zern
2014-07-17Merge "Added vp9_sad64x64_neon(), vp9_sad32x32_neon()"Scott LaVarnway
2014-07-16Added vp9_sad64x64_neon(), vp9_sad32x32_neon()Scott LaVarnway
2014-07-10tests: add API_REGISTER_STATE_CHECKJames Zern
2014-06-10vp9_sad*x4d: disable avx2 variantsJames Zern
2014-06-02Remove Wextra warnings from vp9_sad.cDeb Mukherjee
2014-06-01Revert "Remove Wextra warnings from vp9_sad.c"Frank Galligan
2014-05-22Remove Wextra warnings from vp9_sad.cDeb Mukherjee
2014-05-15Revert "Remove Wextra warnings from vp9_sad.c"Jim Bankoski
2014-05-14Remove Wextra warnings from vp9_sad.cDeb Mukherjee
2014-02-28fix vp9 only buildYaowu Xu
2014-02-27sad_test: (arm) fix vp9-only buildJames Zern
2014-02-27cosmetics: sad_test: add a few commentsJames Zern
2014-01-18test/: remove some unnecessary extern "C"sJames Zern
2013-09-06cleanup cpplint warningsYaowu Xu
2013-08-06variance x86inc guardsJim Bankoski
2013-08-06sad + miscellaneous updatesJim Bankoski
2013-06-24Add SAD unit tests for all rectangular sizes.Ronald S. Bultje
2013-06-18tests: clear system state after non-API callsJames Zern
2013-06-14Merge "Enable sse2 version of sad8x4/4x8"Jingning Han
2013-06-13Enable sse2 version of sad8x4/4x8Jingning Han
2013-06-12Implement SSE version for sad4x8x4d and SSE2 version for sad8x4x4d.Ronald S. Bultje
2013-05-29sad_test: fix msvc compileJames Zern
2013-03-01Add unit test for x4 multi-SAD functionsJohn Koleszar
2013-03-01Add VP9 1 block SAD functions to unit testJohn Koleszar