summaryrefslogtreecommitdiff
path: root/test/convolve_test.cc
AgeCommit message (Expand)Author
2013-10-10SSE2 8-tap sub-pixel filter optimizationYunqing Wang
2013-10-02mips dsp-ase r2 vp9 decoder convolve module optimizationsParag Salasakar
2013-08-30Fix intermediate height in convolve_cTero Rintaluoma
2013-08-23Fix bug in convolution functions (filter selection)Adrian Grange
2013-08-05Begin to restrict x86inc.asm usageJim Bankoski
2013-07-17vp9_convolve8_neon placeholderJohann
2013-07-12vp9_convolve8_[horiz|vert]_avgJohann
2013-07-11convolve8 optimizations for neonJohann
2013-07-10Replace copy_memNxM functions with a generic copy/avg function.Ronald S. Bultje
2013-06-17convolve_test: align filter arraysJames Zern
2013-06-10Cosmetic cleanups of filtersDeb Mukherjee
2013-05-02convolve_test: cosmeticsJames Zern
2013-05-02convolve_test: remove unnecessary memsetJames Zern
2013-04-18convolve: support larger blocks, fix asm saturation bugJohn Koleszar
2013-02-27convolve test: validate 1D filters are 1DJohn Koleszar
2013-02-27Run all filters through convolve testJohn Koleszar
2013-02-27Use 256-byte aligned filter tablesJohn Koleszar
2013-02-26Refactor inter recon functions to support scalingJohn Koleszar
2013-02-08Restore SSSE3 subpixel filters in new convolve frameworkJohn Koleszar
2013-02-05Add 8-tap generic convolverJohn Koleszar