summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_convolve.c
AgeCommit message (Expand)Author
2014-02-07vp9/common: Silence MSVC warning in vp9_convolve.c.Tom Finegan
2014-02-03vp9_filter.h: rename interp_kernel typeJames Zern
2014-01-24Renaming INTERPOLATION_TYPE to INTERP_FILTER.Dmitry Kovalev
2013-12-12vp9_convole.c cleanup.Dmitry Kovalev
2013-10-07cpplint issue with convolve resolvedJim Bankoski
2013-09-24Replace memcpy with vpx_memcpyYaowu Xu
2013-09-17Silence a bunch of MSVC warningsYaowu Xu
2013-09-09API extensions and sample app for spacial scalable encoderIvan Maltz
2013-08-30Fix intermediate height in convolve_cTero Rintaluoma
2013-08-23cosmetics: strip 'VP9_' from defines in vp9 only codeJames Zern
2013-08-23Fix bug in convolution functions (filter selection)Adrian Grange
2013-08-20Adding VP9_FILTER_BITS constant.Dmitry Kovalev
2013-08-12Removing unused convolve_avg_c function + cleanup.Dmitry Kovalev
2013-07-10Replace copy_memNxM functions with a generic copy/avg function.Ronald S. Bultje
2013-07-05Fix intermediate height in convolveTero Rintaluoma
2013-04-22Removing the implicit compound inter experimentDeb Mukherjee
2013-04-18convolve: support larger blocks, fix asm saturation bugJohn Koleszar
2013-03-26Implicit weighted prediction experimentDeb Mukherjee
2013-02-27Use 256-byte aligned filter tablesJohn Koleszar
2013-02-26Spatial resamping of ZEROMV predictorsJohn Koleszar
2013-02-26Refactor inter recon functions to support scalingJohn Koleszar
2013-02-11Faster convolve8_avg.Christian Duvivier
2013-02-05Convert subpixel filters to use convolve frameworkJohn Koleszar
2013-02-05Add 8-tap generic convolverJohn Koleszar