summaryrefslogtreecommitdiff
path: root/test/convolve_test.cc
AgeCommit message (Expand)Author
2020-07-27NULL -> nullptr in CPP filesJerome Jiang
2020-07-09test/*: rename *TestCase to TestSuiteJames Zern
2020-06-18update googletest to v1.10.0James Zern
2019-09-30namespace ARCH_* definesJames Zern
2019-03-29update .clang-format for version clang-7.0.1 update.Hien Ho
2019-01-11convolve_test: Add missing init of HBD buffersJames Zern
2018-12-07test/*: use std::*tupleJames Zern
2018-11-21Fix scan_build warnings in convolve_test.ccAngie Chiang
2018-11-19Fix scan_build warnings in convolve_test.ccAngie Chiang
2018-10-17Add SSE2 support for 4-tap interpolation filter for width 16.chiyotsai
2018-10-16Fix the filter tap calculation in mips optimizationsYunqing Wang
2018-10-15A temporary fix to mips sub-pel filtersYunqing Wang
2018-10-09Use 4-tap interp filter in speed 1 sub-pel motion searchYunqing Wang
2018-04-25vp9: [loongson] optimize vpx_convolve8 with mmiguxiwei-hf@loongson.cn
2018-03-29Merge "test: use testing::*tuple instead of std::tr1"James Zern
2018-03-28test: use testing::*tuple instead of std::tr1James Zern
2018-03-28vp9: [loongson] optimize vpx_convolve8 with mmi.gxw
2018-03-22Fix dangling-else warningsLinfeng Zhang
2017-11-29mips msa optimize vpx_scaled_2d functionKaustubh Raste
2017-10-24Optimize convolve8 SSSE3 and AVX2 intrinsicsKyle Siefring
2017-10-17Merge "Generalize CheckScalingFiltering in ConvolveTest"Linfeng Zhang
2017-10-10Generalize CheckScalingFiltering in ConvolveTestLinfeng Zhang
2017-10-09Extend 16 wide AVX2 convolve8 code to support averaging.Kyle Siefring
2017-10-07Add AVX2 version of vpx_convolve8_avg.Kyle Siefring
2017-10-03Refactor x86/vpx_subpixel_8t_intrin_ssse3.cLinfeng Zhang
2017-09-26Add vpx_scaled_2d_neon()Linfeng Zhang
2017-09-05Remove get_filter_base() and get_filter_offset() in convolveLinfeng Zhang
2017-05-03High bit depth inter prediction horizontal/vertical filters AVX2Yi Luo
2017-05-02ppc: Add convolve8_vsx and convolve8_avg_vsxLuca Barbato
2017-05-02ppc: Add convolve8_avg_vert_vsxLuca Barbato
2017-05-02ppc: Add convolve8_vertLuca Barbato
2017-05-02ppc: Add convolve8_horiz_avgLuca Barbato
2017-05-02ppc: Add convolve8_horizLuca Barbato
2017-04-29ppc: Add convolve_avgLuca Barbato
2017-04-29ppc: Add convolve_copyLuca Barbato
2017-04-25Update highbd convolve functions arguments to use uint16_t src/dstLinfeng Zhang
2017-04-19Clean CONVERT_TO_BYTEPTR/SHORTPTR in convolveLinfeng Zhang
2017-04-14Add AVX2 optimization to copy/avg functionsYi Luo
2016-10-17add vpx high bitdepth convolve8 NEON intrinsics optimizationLinfeng Zhang
2016-10-13add vpx_highbd_convolve_{copy,avg}_neon()Linfeng Zhang
2016-09-29Refine vpx_convolve_copy_neon() and vpx_convolve_avg_neon()Linfeng Zhang
2016-09-27Clean convolve_test.ccLinfeng Zhang
2016-08-05test: apply clang-tidy google-readability-braces-around-statementsclang-format
2016-07-27test: apply clang-formatclang-format
2016-07-01Merge changes I59a11921,I296a0b81,I397d7753Johann Koenig
2016-06-30test: remove x86inc.asm distinctionJohann
2016-06-29convolve_test: fix byte offsets in hbd buildJames Zern
2016-05-13convolve_test: Fix high bit depth IOC runtime errors.Tom Finegan
2016-05-09convolve_test: Fix IOC runtime errors.Tom Finegan
2016-04-27Port convolve test refactor to master.Alex Converse