summaryrefslogtreecommitdiff
path: root/test/hadamard_test.cc
AgeCommit message (Expand)Author
2023-06-09Fix c vs intrinsic mismatch of vpx_hadamard_32x32() functionAnupam Pandey
2023-02-24Add Neon implementation of high bitdepth 32x32 hadamard transformSalome Thirot
2023-02-24Add Neon implementation of high bitdepth 16x16 hadamard transformSalome Thirot
2023-02-23Add Neon implementation of high bitdepth 8x8 hadamard transformSalome Thirot
2022-11-04Add Neon implementation of vpx_hadamard_32x32Andrew Salkeld
2022-05-13vp9[loongarch]: Optimize vpx_hadamard_16x16/8x8yuanhecai
2020-06-18update googletest to v1.10.0James Zern
2019-09-30namespace ARCH_* definesJames Zern
2018-12-07Add high bit Hadamard 32x32 avx2 implementationsdeng
2018-12-05Add high bit Hadamard 16x16 avx2 implementationsdeng
2018-12-03Add high bit Hadamard 8x8 avx2 implementationsdeng
2018-11-07Add operator<< to hadamard test.Jerome Jiang
2018-11-06Refactor Hadamard tests and add highbd testssdeng
2018-07-23VPX: Add vpx_hadamard_32x32_avx2Scott LaVarnway
2018-07-21VPX: Add vpx_hadamard_32x32_sse2Scott LaVarnway
2018-07-19VPX: Add Hadamard32x32TestScott LaVarnway
2017-10-26vpx: hadamard: use ptrdiff_t instead of int for strideScott LaVarnway
2017-10-18vpx: [x86] add vpx_hadamard_16x16_avx2()Scott LaVarnway
2017-03-15Add Hadamard for Power8Rafael de Lucena Valle
2017-02-01hadamard highbd ssse3: use tran_low_t for coeffJohann
2017-02-01hadamard highbd neon: use tran_low_t for coeffJohann
2017-02-01hadamard highbd sse2: use tran_low_t for coeffJohann
2017-01-31Unify the hadamard transform unit test for bit-depth settingsJingning Han
2017-01-31Fix real-time compression regression in hbd modeJingning Han
2017-01-19Add mips msa vpx hadamard functionsKaustubh Raste
2016-07-27test: apply clang-formatclang-format
2016-06-30test: remove x86inc.asm distinctionJohann
2016-06-14neon hadamard 16x16Johann
2016-06-13hadamard 16x16 testJohann
2016-05-16neon hadamard 8x8Johann
2016-04-22hadamard_test: align src/dst buffersJames Zern
2016-04-21hadamard 8x8 testJohann