1. abb71e3 Remove more unused convolve functions from aom_dsp by Urvang Joshi · 7 years ago
  2. 427b185 Remove unused convolve_add_src functions. by Urvang Joshi · 7 years ago
  3. df8ce4f Remove unused convolve8_avg functions from aom_dsp by Urvang Joshi · 7 years ago
  4. b0eebd6 Remove unused scaled convolve funcs from aom_dsp by Urvang Joshi · 7 years ago
  5. 0d639a9 Remove CONFIG_LOOP_RESTORATION config flag by Debargha Mukherjee · 7 years ago
  6. d3e7c68 Remove the use of macro "CONFIG_HIGHBITDEPTH" by Yaowu Xu · 7 years ago
  7. 9e9dea0 aom_convolve.c: make some locals const by Sebastien Alaiwan · 7 years ago
  8. 4e51082 Remove dead convolve functions by Sebastien Alaiwan · 7 years ago
  9. b093b14 aom_convolve.c: extract functions 'scalar_product' by Sebastien Alaiwan · 7 years ago
  10. c76ed28 aom_convolve.c: reduce scope of iterators by Sebastien Alaiwan · 7 years ago
  11. 1c318d5 Remove some commented out code by Debargha Mukherjee · 8 years ago
  12. 505f006 Fix frame scaling prediction by Fergus Simpson · 8 years ago
  13. 11cf46f High precision Wiener filter rework by Debargha Mukherjee · 8 years ago
  14. 5d34e6a Vectorize high-precision convolve filter by David Barker · 8 years ago
  15. 28d15c7 Experimental high precision convolve for Wiener by Debargha Mukherjee · 8 years ago
  16. 71e8784 Homogenize configuration option name. by Sebastien Alaiwan · 8 years ago
  17. be6cc07 Add new convolve variant for loop-restoration by David Barker · 8 years ago
  18. 9c01aa1 Change to use aom copyright notice by Yaowu Xu · 9 years ago
  19. f883b42 Port renaming changes from AOMedia by Yaowu Xu · 9 years ago[Renamed (90%) from aom_dsp/vpx_convolve.c]
  20. c27fc14 Port folder renaming changes from AOM by Yaowu Xu · 9 years ago[Renamed (99%) from vpx_dsp/vpx_convolve.c]
  21. 1214cee vpx_dsp/: apply clang-format by clang-format · 9 years ago
  22. 552d5cd Extend superblock size fo 128x128 pixels. by Geza Lore · 9 years ago
  23. 938b8df Extend convolution functions to 128x128 for ext-partition. by Geza Lore · 9 years ago
  24. 8f6b943 VPX: Add rtcd support for scaling. by Scott LaVarnway · 10 years ago
  25. 7186a2d Code refactor on InterpKernel by Zoe Liu · 10 years ago[Renamed (93%) from vp9/common/vp9_convolve.c]
  26. fd3658b replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED by James Zern · 10 years ago
  27. f274c21 vpx_mem: remove vpx_memcpy by James Zern · 10 years ago
  28. 1929c9b Rename highbitdepth functions to use highbd prefix by Deb Mukherjee · 10 years ago
  29. 8a01074 Merge "Incorporate WRAPLOW macro into non-highbitdepth tx" by Deb Mukherjee · 10 years ago
  30. d50716f Incorporate WRAPLOW macro into non-highbitdepth tx by Deb Mukherjee · 10 years ago
  31. befc36d Fix invalid memory access in inter prediction (issue 853). by Alexander Voronov · 10 years ago
  32. 0d3c3d3 Adds high bitdepth convolve, interpred & scaling by Deb Mukherjee · 11 years ago
  33. 8357292 Fix test on maximum downscaling limits by Adrian Grange · 11 years ago
  34. fd6bf31 vp9_convolve.c: cleanup -wextra warnings by Adrian Grange · 11 years ago
  35. bf79a4d vp9/common: Silence MSVC warning in vp9_convolve.c. by Tom Finegan · 11 years ago
  36. cca4276 vp9_filter.h: rename interp_kernel type by James Zern · 11 years ago
  37. 4264c93 Renaming INTERPOLATION_TYPE to INTERP_FILTER. by Dmitry Kovalev · 11 years ago
  38. 629fb85 vp9_convole.c cleanup. by Dmitry Kovalev · 11 years ago
  39. 56af13a cpplint issue with convolve resolved by Jim Bankoski · 11 years ago
  40. 9be0bb1 Replace memcpy with vpx_memcpy by Yaowu Xu · 11 years ago
  41. a783da8 Silence a bunch of MSVC warnings by Yaowu Xu · 12 years ago
  42. 01b35c3 API extensions and sample app for spacial scalable encoder by Ivan Maltz · 12 years ago
  43. e326cec Fix intermediate height in convolve_c by Tero Rintaluoma · 12 years ago
  44. c8ba8c5 cosmetics: strip 'VP9_' from defines in vp9 only code by James Zern · 12 years ago
  45. 3f10831 Fix bug in convolution functions (filter selection) by Adrian Grange · 12 years ago
  46. 2612b99 Adding VP9_FILTER_BITS constant. by Dmitry Kovalev · 12 years ago
  47. 9a31d05 Removing unused convolve_avg_c function + cleanup. by Dmitry Kovalev · 12 years ago
  48. decead7 Replace copy_memNxM functions with a generic copy/avg function. by Ronald S. Bultje · 12 years ago
  49. 18303b1 Fix intermediate height in convolve by Tero Rintaluoma · 12 years ago
  50. 735febf Removing the implicit compound inter experiment by Deb Mukherjee · 12 years ago
  51. a9ebbcc convolve: support larger blocks, fix asm saturation bug by John Koleszar · 12 years ago
  52. 23144d2 Implicit weighted prediction experiment by Deb Mukherjee · 12 years ago
  53. 6fd7dd1 Use 256-byte aligned filter tables by John Koleszar · 12 years ago
  54. eb939f4 Spatial resamping of ZEROMV predictors by John Koleszar · 12 years ago
  55. 6a4f708 Refactor inter recon functions to support scaling by John Koleszar · 12 years ago
  56. 094e257 Faster convolve8_avg. by Christian Duvivier · 12 years ago
  57. 7a07eea Convert subpixel filters to use convolve framework by John Koleszar · 12 years ago
  58. 5ca6a36 Add 8-tap generic convolver by John Koleszar · 12 years ago