summaryrefslogtreecommitdiff
path: root/test/avg_test.cc
AgeCommit message (Expand)Author
2023-03-22Add Neon implementations of vpx_highbd_avg_<w>x<h>_cSalome Thirot
2023-03-14Add Neon implementation of vpx_highbd_satd_cSalome Thirot
2023-03-07Optimize vp9_block_error_fp_neonSalome Thirot
2020-09-11Upstream GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TESTSarah Parker
2020-07-27NULL -> nullptr in CPP filesJerome Jiang
2020-07-23Silience warnings about uninitiated test casesJerome Jiang
2020-06-18update googletest to v1.10.0James Zern
2019-08-26test/acm_random.h: int sanitizer warningHien Ho
2018-12-08Merge "Add satd avx2 implementation"Sai Deng
2018-12-07test/*: use std::*tupleJames Zern
2018-12-06Add satd avx2 implementationsdeng
2018-09-23fix integer overflow caused by uninitialized memoryMatthias Räncker
2018-06-26BUG FIX: Initialize AverageTestBase membersScott LaVarnway
2018-06-22Add vpx_highbd_avg_8x8, vpx_highbd_avg_4x4Scott LaVarnway
2018-03-28test: use testing::*tuple instead of std::tr1James Zern
2017-11-10vpx: [x86] add vpx_satd_avx2()Scott LaVarnway
2017-11-09vpx: [x86] add vp9_block_error_fp_avx2()Scott LaVarnway
2017-02-24consolidate block_error functionsJohann
2017-02-07block_error_fp highbd sse2: use tran_low_t for coeffJohann
2017-02-02Add unit tests for vp9_block_error_fp.Jerome Jiang
2017-02-01satd highbd neon: use tran_low_t for coeffJohann
2017-02-01satd highbd sse2: use tran_low_t for coeffJohann
2017-01-31Make satd unit test support all bit-depth settingsJingning Han
2017-01-31Fix real-time compression regression in hbd modeJingning Han
2017-01-27Add mips msa vpx Integer projection row/col functionsKaustubh Raste
2017-01-24Add mips msa vpx satd functionKaustubh Raste
2016-09-27Add compiler warning flag -Wextra and fix related warnings.Urvang Joshi
2016-08-05test: apply clang-tidy google-readability-braces-around-statementsclang-format
2016-07-27test: apply clang-formatclang-format
2016-02-11tests: quiet some unused parameter warningsJames Zern
2015-12-14move vp9_avg to vpx_dspJames Zern