1. 85ad011 AVX2 optimization of aom_highbd_comp_mask_pred by Ravi Chaudhary · 7 years ago
  2. 9a7278f Remove CONFIG_AV1 preproc symbol. by Tom Finegan · 7 years ago
  3. 44702c8 cmake: generate rtcd headers in config subdir. by Tom Finegan · 7 years ago
  4. 60e653d cmake: Output aom_config in config sub dir. by Tom Finegan · 7 years ago
  5. 9295fca Refactor: av1_make_inter_predictor by Peng Bin · 7 years ago
  6. 52b6299 Scaled pred: proper convolve for subpel search by Urvang Joshi · 7 years ago
  7. a99a263 Remove the av1_get_interp_filter_params() function by Urvang Joshi · 7 years ago
  8. 9466804 optimize highbd_variance64 by Katsuhisa Yuasa · 7 years ago
  9. 8fe9eda Remove funcs/arrays/enums related to 128X32 or 32X128 block by Yue Chen · 7 years ago
  10. 02f04d0 Remove CONFIG_JNT_COMP macro by Deepa K G · 7 years ago
  11. 28b33e0 Suppress integer overflow warning by Cheng Chen · 7 years ago
  12. 1687085 Remove CONFIG_EXT_PARTITION_TYPES config flag by Debargha Mukherjee · 7 years ago
  13. 2ccf4b9 Remove CONFIG_EXT_PARTITION config flag by Debargha Mukherjee · 7 years ago
  14. f8daa92 Remove aom_comp_mask_upsampled_pred from rtcd by Peng Bin · 7 years ago
  15. 6a70598 Move if statement outside for loops by Peng Bin · 7 years ago
  16. 2e8eadd Move if statement outside for loops by Peng Bin · 7 years ago
  17. d3e7c68 Remove the use of macro "CONFIG_HIGHBITDEPTH" by Yaowu Xu · 7 years ago
  18. bf3d496 JNT_COMP: add SIMD and interface for high bit-depth by Cheng Chen · 7 years ago
  19. d286443 JNT_COMP: SIMD implementation for aom_jnt_sub_pixel_avg by Cheng Chen · 7 years ago
  20. ef34fff JNT_COMP: add SIMD implementations for c functions by Cheng Chen · 7 years ago
  21. f78632e JNT_COMP: Refactor code by Cheng Chen · 7 years ago
  22. 1bc94fc Remove experimental flag of MOTION_VAR by Sebastien Alaiwan · 7 years ago
  23. efc55fd JNT_COMP: 2. assign proper weigths in rdopt by Cheng Chen · 7 years ago
  24. 0bdea0d Remove compile guards for CONFIG_EXT_INTER by Sebastien Alaiwan · 8 years ago
  25. 2fa6e1c Add 32x128/128x32 block sizes by Rupert Swarbrick · 8 years ago
  26. 7267857 ext-partition-types: Add 64x16 and 16x64 bsizes by Rupert Swarbrick · 8 years ago
  27. 49bb8f8 Fix mismatch between SSE2 and C versions of HBD upsampled_pred. by Thomas Daede · 8 years ago
  28. 93c39e9 ext-partition-types: Add 4:1 partitions by Rupert Swarbrick · 8 years ago
  29. 5d24b6f encoder: Remove 64x upsampled reference buffers by Timothy B. Terriberry · 8 years ago
  30. f19f35f ext-inter: Further cleanup by David Barker · 8 years ago
  31. 0f3c94e ext-inter: Delete dead code by David Barker · 8 years ago
  32. c155e01 ext-inter: Use joint_motion_search for masked compounds by David Barker · 8 years ago
  33. b7e7c04 Resolve -Wshorten-64-to-32 in highbd obmc/ext-inter variance. by James Zern · 8 years ago
  34. 51e0c54 Resolve -Wshorten-64-to-32 in highbd variance. by James Zern · 8 years ago
  35. dead17d Clear test failures and compiler warnings of MOTION_VAR by Yue Chen · 8 years ago
  36. b3494d6 Fix gcc warning on int type conversion in ext-inter by Jingning Han · 8 years ago
  37. 71e8784 Homogenize configuration option name. by Sebastien Alaiwan · 8 years ago
  38. 29608d8 variance: Add odd size sse functions by Alex Converse · 8 years ago
  39. cc5bdf4 Add 2x2 block level variance functions for high bd by Jingning Han · 8 years ago
  40. e2ffaf8 Add 2x4 and 4x2 variance functions by Jingning Han · 8 years ago
  41. 9e7c49f Add 2x2 variance function by Jingning Han · 8 years ago
  42. 2176b7a Resolve -Wshorten-64-to-32 in variance. by Alex Converse · 9 years ago
  43. cb60b18 Renamings for OBMC experiment by Yue Chen · 8 years ago
  44. 9c01aa1 Change to use aom copyright notice by Yaowu Xu · 9 years ago
  45. f883b42 Port renaming changes from AOMedia by Yaowu Xu · 9 years ago
  46. c27fc14 Port folder renaming changes from AOM by Yaowu Xu · 9 years ago[Renamed (99%) from vpx_dsp/variance.c]
  47. 1214cee vpx_dsp/: apply clang-format by clang-format · 9 years ago
  48. 6fe07a2 Merge branch 'master' into nextgenv2 by Yaowu Xu · 9 years ago
  49. ebc2d34 Add SSE4.1 vpx_obmc_variance* implementations and cosmetics by Geza Lore · 9 years ago
  50. 007aa7d Refactoring in preparation for OBMC optimizations. by Geza Lore · 9 years ago
  51. ef66599 Prevent negative variance by Yaowu Xu · 9 years ago
  52. e5e998a vpx_dsp/variance.c: change to use correct type by Yaowu Xu · 9 years ago
  53. 372e12b Merge "Add single motion search for OBMC predictor" into nextgenv2 by Yue Chen · 9 years ago
  54. 370f203 Add single motion search for OBMC predictor by Yue Chen · 9 years ago
  55. 98c59c9 Make type conversions explicit by Yaowu Xu · 9 years ago
  56. e5f4e8e Some cosmetic improvements since HBD variance 4x4 optimization by Yi Luo · 9 years ago
  57. 250935c Optimized HBD 4x4 variance calculation by Yi Luo · 9 years ago
  58. 5f5552d Optimize HBD up-sampled prediction functions by Yunqing Wang · 9 years ago
  59. e6e2d88 Add high-precision sub-pixel search as a speed feature by Yunqing Wang · 9 years ago
  60. 697bf5b Add 128 pixel variance and SAD functions by Geza Lore · 9 years ago
  61. 1d69cee Adds masked variance and sad functions for wedge by Debargha Mukherjee · 9 years ago
  62. 342a368 Do sub-pixel motion search in up-sampled reference frames by Yunqing Wang · 9 years ago
  63. ed3df44 Revert "Merge "Change highbd variance rounding to prevent negative variance."" by Alex Converse · 9 years ago
  64. 022c848 Change highbd variance rounding to prevent negative variance. by Alex Converse · 9 years ago
  65. 6a82f0d Move sub pixel variance to vpx_dsp by Johann · 10 years ago
  66. c3bdffb Move variance functions to vpx_dsp by Johann · 10 years ago