summaryrefslogtreecommitdiff
path: root/test/convolve_test.cc
AgeCommit message (Expand)Author
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
2016-02-11tests: quiet some unused parameter warningsJames Zern
2015-10-09Add vpx_highbd_convolve_{copy,avg}_sse2Alex Converse
2015-10-09Generate convolve_test wrapper functions with a macroAlex Converse
2015-08-05VPX: remove scaled calls from FUN_CONV_1DScott LaVarnway
2015-07-31Code refactor on InterpKernelZoe Liu
2015-07-29Cosmetics - Fix header file order in unit testsJingning Han
2015-07-22Delete ChangeFilterWorks testScott LaVarnway
2015-07-06remove vp9_get_interp_kernel()James Zern
2015-07-01Fix --disable-use-x86incJohann
2015-06-04mips msa vp9 convolve8 avg hv optimizationParag Salasakar
2015-06-03mips msa vp9 convolve8 avg horiz optimizationParag Salasakar
2015-06-03mips msa vp9 convolve8 avg vert optimizationParag Salasakar
2015-06-02mips msa vp9 updated convolve horiz, vert, hv, copy, avg moduleParag Salasakar
2015-05-29mips msa vp9 updated macros and disable all MSA functionsParag Salasakar
2015-04-30Merge "mips msa vp9 copy and avg convolve optimization"Parag Salasakar
2015-04-29mips msa vp9 copy and avg convolve optimizationParag Salasakar
2015-04-28vpx_mem: remove vpx_memcpyJames Zern
2015-04-21mips msa vp9 convolve8 horiz optimizationParag Salasakar
2015-04-21mips msa vp9 convolve8 hv optimizationParag Salasakar
2015-04-18mips msa vp9 convolve8 vert optimizationParag Salasakar
2014-12-12Fix test to call clear system state in convolve_test.Jim Bankoski
2014-12-09VP9 common for ARMv8 by using NEON intrinsics 07James Yu