1. 5af4891 Remove CONFIG_LOWPRECISION_BLEND by Yaowu Xu · 7 years ago
  2. c346abd Remove CONFIG_SHORT_FILTER by Yaowu Xu · 7 years ago
  3. a7be368 Change the convolve output from 32-bit to 16-bit by Cherma Rajan A · 7 years ago
  4. e14f1c2 Remove dead convolve function declarations by Linfeng Zhang · 7 years ago
  5. 9a82a4f [NORMATIVE] Make Wiener rounding consistent w/ motion comp by Debargha Mukherjee · 7 years ago
  6. 2697139 Use ConvolveParams in wiener_convolve by Debargha Mukherjee · 7 years ago
  7. e6ceeec Move/Rename wiener convolve functions into av1 by Debargha Mukherjee · 7 years ago
  8. 1b95196 Remove unused av1_convolve_scale and highbd version by Debargha Mukherjee · 7 years ago
  9. 051df78 Remove convolve_opt and cleanup by Debargha Mukherjee · 7 years ago
  10. 02f04d0 Remove CONFIG_JNT_COMP macro by Deepa K G · 7 years ago
  11. 9a65bb0 [NORMATIVE] Correct round1 for 12-bit compound by Debargha Mukherjee · 7 years ago
  12. 16ba953 Stop using get_conv_params_round() by Debargha Mukherjee · 7 years ago
  13. 648a72b Remove multiple options for LOWPRECISION_BLEND by Debargha Mukherjee · 7 years ago
  14. 19d7601 Add high precision blending obmc by Yue Chen · 7 years ago
  15. 09d4530 Unify HBD and 8-bit convolve functions by Cherma Rajan A · 7 years ago
  16. 9aea97d Remove CONFIG_DUAL_FILTER by Yaowu Xu · 7 years ago
  17. d69927d Consolidate all post_rounding for compound modes by Debargha Mukherjee · 7 years ago
  18. aec60dd [non-normative] Fix warnings with !CONFIG_LOWPRECISION_BLEND by David Barker · 7 years ago
  19. c7a5e88 Fix a 12-bit convolve bug by Debargha Mukherjee · 7 years ago
  20. 948f2a9 Merge HIGHPRECISION_INTBUF into LOWPRECISION_BLEND by Debargha Mukherjee · 7 years ago
  21. 91b235f Some minor clean-ups on convolve functions by Debargha Mukherjee · 7 years ago
  22. 1fc3df5 Stop using VP9 convolve scheme in AV1 encoder. by Debargha Mukherjee · 7 years ago
  23. 6b41d4d av1/[common|decoder]: apply clang-format v5.0.0 by Johann · 7 years ago
  24. e820b82 Reorganize code to test various convolve options by Debargha Mukherjee · 7 years ago
  25. c40cb70 Lower precision compound Blend by Debargha Mukherjee · 7 years ago
  26. 3ec11d1 Remove unused macro USE_TEMPORALFILTER_12TAP by Yunqing Wang · 7 years ago
  27. 504f4a8 Remove unused macro USE_EXTRA_FILTER by Yunqing Wang · 7 years ago
  28. d3e7c68 Remove the use of macro "CONFIG_HIGHBITDEPTH" by Yaowu Xu · 7 years ago
  29. 94e3fe3 Add optimized convolve functions for single reference case by Yunqing Wang · 7 years ago
  30. d790c80 Set AV1 convolve function pointers by Yunqing Wang · 7 years ago
  31. 17be4d8 Add is_compound in ConvolveParams by Yunqing Wang · 7 years ago
  32. fa00507 Remove convolve_round/compound_round config flags by Yunqing Wang · 7 years ago
  33. 8263f80 JNT_COMP: refactor if statements by Cheng Chen · 7 years ago
  34. f02f8ae Add short_filter experiment by Zhijie Yang · 7 years ago
  35. d867c9a JNT_COMP: 1. Init version of experiment JNT_COMP by Cheng Chen · 7 years ago
  36. 27e9029 Pack InterpFilters into a single integer by Rupert Swarbrick · 7 years ago
  37. 9c5b108 Add scaled convolve functions for convolve_round by Debargha Mukherjee · 8 years ago
  38. 7739752 Frame scaling prediction for highbitdepth pt 2 by Debargha Mukherjee · 8 years ago
  39. 04cef49 Speed up convolve_round post-rounding by avx2 by Yi Luo · 8 years ago
  40. 505f006 Fix frame scaling prediction by Fergus Simpson · 8 years ago
  41. 8295c7c Vectorize av1_convolve_2d() by David Barker · 8 years ago
  42. e64d51a Add 'do_average' to ConvolveParams structure by David Barker · 8 years ago
  43. 05685e9 Make convolve_round work with warped_motion by Angie Chiang · 8 years ago
  44. b03545b Implement convolve_round in high bit-depth mode by Angie Chiang · 8 years ago
  45. f87d837 Add compound_round experiment by Angie Chiang · 8 years ago
  46. 71e8784 Homogenize configuration option name. by Sebastien Alaiwan · 8 years ago
  47. fc59389 scaling: Avoid SSSE3 convolution instructions when scaling by Fergus Simpson · 8 years ago
  48. 0a2c0cb Let hbd conv func be flexible by Angie Chiang · 8 years ago
  49. a3a30c4 No round in the second interp stage in conv_round by Angie Chiang · 8 years ago
  50. e3a4c1c Pass plane into get_conv_params### by Angie Chiang · 8 years ago
  51. 7927a97 Add av1_convolve_2d_facade by Angie Chiang · 8 years ago
  52. dbfec2a Add convolve-round experiment by Angie Chiang · 8 years ago
  53. 117aa0d Add CONVOLVE_POST_ROUNDING flag by Angie Chiang · 8 years ago
  54. f715922 Store result on conv_params->buf when no rounding by Angie Chiang · 8 years ago
  55. 9f45bc4 Pass ConvolveParams into prediction functions by Angie Chiang · 8 years ago
  56. 674bffd Add rounding option into av1_convolve by Angie Chiang · 8 years ago
  57. 6557ea9 Rename av1_convolve.[hc] to convolve.[hc] by Yaowu Xu · 8 years ago[Renamed from av1/common/av1_convolve.h]
  58. 6421191 av1/convolve.[hc],av1_convolve_test: add missing copyright by Angie Chiang · 8 years ago
  59. 7b9407a s/INTERP_FILTER/InterpFilter/ by James Zern · 9 years ago
  60. f883b42 Port renaming changes from AOMedia by Yaowu Xu · 9 years ago