summaryrefslogtreecommitdiff
path: root/test/convolve_test.cc
AgeCommit message (Expand)Author
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
2014-12-09VP9 common for ARMv8 by using NEON intrinsics 04James Yu
2014-12-09VP9 common for ARMv8 by using NEON intrinsics 03James Yu
2014-12-09VP9 common for ARMv8 by using NEON intrinsics 02Scott LaVarnway
2014-12-09Add convolve_copy and convolve_avg to the testJohann
2014-11-07Test name changes to use SSE/SSE2 exactlyDeb Mukherjee
2014-10-09Rename highbitdepth functions to use highbd prefixDeb Mukherjee
2014-10-03Incorporate WRAPLOW macro into non-highbitdepth txDeb Mukherjee
2014-09-19Fix compile warning.hkuang
2014-09-18Adds high bitdepth convolve, interpred & scalingDeb Mukherjee
2014-09-11Adds high bitdepth transform functions and testsDeb Mukherjee
2014-09-11Allow specifying opt dependenciesJohann
2014-08-07Fix bug 804levytamar82
2014-07-18convolve_test: drop '_t' from local typenamesJames Zern
2014-07-10tests: add API_REGISTER_STATE_CHECKJames Zern
2014-06-09convolve: disable avx2 variantsJames Zern
2014-05-27Turn on unit tests for AVX2 convolve functionsYunqing Wang