summaryrefslogtreecommitdiff
path: root/test/hadamard_test.cc
AgeCommit message (Expand)AuthorFilesLines
2019-09-30namespace ARCH_* definesJames Zern1-2/+2
2018-12-07Add high bit Hadamard 32x32 avx2 implementationsdeng1-2/+3
2018-12-05Add high bit Hadamard 16x16 avx2 implementationsdeng1-1/+3
2018-12-03Add high bit Hadamard 8x8 avx2 implementationsdeng1-0/+7
2018-11-07Add operator<< to hadamard test.Jerome Jiang1-0/+4
2018-11-06Refactor Hadamard tests and add highbd testssdeng1-157/+127
2018-07-23VPX: Add vpx_hadamard_32x32_avx2Scott LaVarnway1-0/+5
2018-07-21VPX: Add vpx_hadamard_32x32_sse2Scott LaVarnway1-0/+18
2018-07-19VPX: Add Hadamard32x32TestScott LaVarnway1-76/+96
2017-10-26vpx: hadamard: use ptrdiff_t instead of int for strideScott LaVarnway1-1/+2
2017-10-18vpx: [x86] add vpx_hadamard_16x16_avx2()Scott LaVarnway1-0/+5
2017-03-15Add Hadamard for Power8Rafael de Lucena Valle1-0/+53
2017-02-01hadamard highbd ssse3: use tran_low_t for coeffJohann1-4/+2
2017-02-01hadamard highbd neon: use tran_low_t for coeffJohann1-1/+3
2017-02-01hadamard highbd sse2: use tran_low_t for coeffJohann1-4/+4
2017-01-31Unify the hadamard transform unit test for bit-depth settingsJingning Han1-26/+26
2017-01-31Fix real-time compression regression in hbd modeJingning Han1-0/+4
2017-01-19Add mips msa vpx hadamard functionsKaustubh Raste1-0/+10
2016-07-27test: apply clang-formatclang-format1-2/+2
2016-06-30test: remove x86inc.asm distinctionJohann1-2/+2
2016-06-14neon hadamard 16x16Johann1-0/+5
2016-06-13hadamard 16x16 testJohann1-27/+111
2016-05-16neon hadamard 8x8Johann1-0/+5
2016-04-22hadamard_test: align src/dst buffersJames Zern1-2/+6
2016-04-21hadamard 8x8 testJohann1-0/+122