summaryrefslogtreecommitdiff
path: root/test/sad_test.cc
AgeCommit message (Expand)Author
2017-07-12sad4d neon: 64x[32,64]Johann
2017-07-12sad4d neon: 32x[16,32,64]Johann
2017-07-12sad4d neon: 16x[8,16,32]Johann
2017-07-12sad4d neon: 8x[4,8,16]Johann
2017-07-12sad4d neon: 4x4, 4x8Johann
2017-07-07sad neon: avg for 64x[32,64]Johann
2017-07-07sad neon: avg for 32x[16,32,64]Johann
2017-07-07sad neon: avg for 16x[8,16,32]Johann
2017-07-06sad neon: avg for 8x[4,8,16]Johann
2017-07-06sad neon: avg for 4x4 and 4x8Johann
2017-06-28sad neon: rewrite 64x64 and add 64x32Johann
2017-06-28sad neon: rewrite 16x8, 16x16, add 16x32Johann
2017-06-28sad neon: rewrite 8x8 and 8x16Johann
2017-06-28sad neon: rewrite 4x4 and add 4x8Johann
2017-05-24ppc: Add vpx_sadnxmx4d_vsx for n,m = {8, 16, 32 ,64}Alexandra Hájková
2017-05-13ppc: Add vpx_sad64/32/16x64/32/16_avg_vsxAlexandra Hájková
2017-05-12ppc: Add vpx_sad64x32/64_vsxAlexandra Hájková
2017-05-12ppc Add vpx_sad32x16/32/64_vsxAlexandra Hájková
2017-05-10ppc: Add vpx_sad16x8/16/32_vsxAlexandra Hájková
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