1. 5861e43 Fix unsigned integer overflow in sse computation by Neha Mary Thomas · 2 years ago
  2. 8c7991c Fix a crash in MSVC x86 Build by chiyotsai · 2 years ago
  3. 7d85d17 Remove common subexpr in aom_flat_block_finder_run by Wan-Teh Chang · 2 years ago
  4. 2d4a0e3 Fix off-by-one bug in Neon sub-pixel variance functions by Jonathan Wright · 2 years ago
  5. 8dd5f5f Change the license to the BSD 2 Clause License by Wan-Teh Chang · 2 years, 1 month ago
  6. fe9647f Revert "Remove second transpose from transforms" by Kyle Siefring · 2 years, 2 months ago
  7. 591a118 AVX2: Add optimization for sad_16xhx4d by chiyotsai · 2 years, 2 months ago
  8. a4c4f18 AVX2: Add optimization for sad_mxnx3d by chiyotsai · 2 years, 2 months ago
  9. b8662ce [x86]: Improve aom_smooth_v_predictor_4x{4,8,16}_ssse3(). by Scott LaVarnway · 2 years, 2 months ago
  10. 976f227 Remove second transpose from transforms by Kyle Siefring · 2 years, 3 months ago
  11. 53e3a69 Move global motion estimation code to aom_dsp/ by Rachel Barker · 2 years, 2 months ago
  12. ea5b646 [x86]: Improve aom_smooth_v_predictor_8x{4,8,16,32}_ssse3(). by Scott LaVarnway · 2 years, 2 months ago
  13. d556d56 [x86]: Improve aom_smooth_h_predictor_4x{4,8,16}_ssse3(). by Scott LaVarnway · 2 years, 2 months ago
  14. 415744f Count down in Neon SSE loops by Gerda Zsejke More · 2 years, 2 months ago
  15. 5c23175 Count down in Neon SAD loops by Gerda Zsejke More · 2 years, 2 months ago
  16. 17cbad5 Fix inconsistent-declaration-parameter-name by Wan-Teh Chang · 2 years, 2 months ago
  17. 759b513 Count down in Neon subpel variance loops by Gerda Zsejke More · 2 years, 2 months ago
  18. 7381d0b [x86]: Improve aom_smooth_h_predictor_8x{4,8,16,32}_ssse3(). by Scott LaVarnway · 2 years, 2 months ago
  19. 65c7e1b rtc: Refactor model_skip_sb_y_large() for tx_size 16x16 by Anupam Pandey · 2 years, 2 months ago
  20. bf131b8 rtc: Optimize AVX2 intrinsic of aom_int_pro_col() by Diksha Singh · 2 years, 2 months ago
  21. 751bcbc Remove unused SVD functions from mathutil.h by Rachel Barker · 2 years, 2 months ago
  22. 0d01d95 Move PixelRect type to aom_dsp/ by Rachel Barker · 2 years, 2 months ago
  23. de590e3 Add Neon implementations of averaging SAD functions by Jonathan Wright · 2 years, 2 months ago
  24. fef440c Specialize Neon averaging subpel variance by filter value by Jonathan Wright · 2 years, 2 months ago
  25. 3df6c18 Add Neon implementations of averaging subpel variance functions by Jonathan Wright · 2 years, 2 months ago
  26. fd65050 [x86]: Improve aom_smooth_predictor_{16,32,64}xH_ssse3(). by Scott LaVarnway · 2 years, 2 months ago
  27. 1a3d8c9 [x86]: Improve aom_smooth_v_predictor_64x{16,32,64}_ssse3(). by Scott LaVarnway · 2 years, 2 months ago
  28. 24d58d5 [x86]: Improve aom_smooth_v_predictor_32x{8,16,32,64}_ssse3(). by Scott LaVarnway · 2 years, 2 months ago
  29. 0dd0190 [x86]: Improve aom_smooth_v_predictor_16x{4,816,32,64}_ssse3(). by Scott LaVarnway · 2 years, 2 months ago
  30. 23868d3 [x86]: aom_smooth_h_predictor_{16,32,64} cosmetics. by Scott LaVarnway · 2 years, 2 months ago
  31. b8b3e22 Revert "rtc: Optimize AVX2 of aom_hadamard_lp_8x8_dual()" by Diksha Singh · 2 years, 2 months ago
  32. 39e731b [x86]: Improve aom_smooth_h_predictor_64x{16,32,64}_ssse3(). by Scott LaVarnway · 2 years, 2 months ago
  33. 666ed70 Optimize 32 and wider avx2 block subtract by Kyle Siefring · 2 years, 4 months ago
  34. e63dc12 Minor optimization for avx2 sadx4d by Kyle Siefring · 2 years, 3 months ago
  35. 32356b4 rtc: Optimize AVX2 intrinsic of aom_hadamard_lp_8x8_dual() by Diksha Singh · 2 years, 3 months ago
  36. 4461c22 [x86]: Fix aom_smooth_h_predictor_32x{8,16,32,64}_ssse3() by Scott LaVarnway · 2 years, 3 months ago
  37. 8678442 [x86]: Improve aom_smooth_h_predictor_32x{8,16,32,64}_ssse3(). by Scott LaVarnway · 2 years, 3 months ago
  38. 2171f15 intrapred_ssse3.c: fix Visual Studio build by James Zern · 2 years, 3 months ago
  39. c62b433 [x86]: Improve aom_smooth_h_predictor_16x{4,8,16,32,64}_ssse3(). by Scott LaVarnway · 2 years, 3 months ago
  40. 7ca0346 Modify 16x16 Hadamard NEON function by Ranjit Kumar Tulabandu · 2 years, 3 months ago
  41. ae62a62 Add AVX2 for aom_lpf_vertical_14_quad() by venkat sanampudi · 2 years, 3 months ago
  42. 369372e Optimize AVX2 intrinsic of aom_get_sse_sum_8x8_quad() by Diksha Singh · 2 years, 3 months ago
  43. 6594a4e Modify 16x16/32x32 Hadamard SSE2 functions by Ranjit Kumar Tulabandu · 2 years, 4 months ago
  44. b00034a AVX2: Forced inline sadMxNx4d by chiyotsai · 2 years, 3 months ago
  45. 98ab300 AVX2: Compile away some loops in subpel variance functions by chiyotsai · 2 years, 3 months ago
  46. b1637f0 Optimize avg_8x8 sse2 and avx2 intrinsics by Kyle Siefring · 2 years, 4 months ago
  47. 4ebe832 Minor optimizations for x86 pro_row/col functions by Kyle Siefring · 2 years, 4 months ago
  48. c252864 BUILD: Add missing header files to cmake by chiyotsai · 2 years, 3 months ago
  49. 19a6c21 Add NEON Intrinsic for aom_mse_wxh_16bit() function by Diksha Singh · 2 years, 3 months ago
  50. 1c79792 Improve aom_mse_wxh_16bit_sse2() function by Diksha Singh · 2 years, 3 months ago
  51. 6b11ba7 aom_vector_var_*: normalize parameter names by James Zern · 2 years, 4 months ago
  52. 2067451 normalize aom_vector_var_avx2() signature by James Zern · 2 years, 4 months ago
  53. 336e0d0 rtc: Add AVX2 for aom_vector_match() by venkat sanampudi · 2 years, 4 months ago
  54. cb7bd94 Fix c/simd mismatch in hadamard by linzhen · 2 years, 4 months ago
  55. b129396 Add SSE2 support for aom_mse_16xh_16bit() by Diksha Singh · 2 years, 4 months ago
  56. 6ed0c7a Add dual and quad intrinsic support for CDEF MSE computation by Diksha Singh · 2 years, 4 months ago
  57. cb496e9 remove mips optimizations by James Zern · 2 years, 4 months ago
  58. b59de8a x86,cosmetics: remove unneeded casts w/xx_storel_32() by James Zern · 2 years, 4 months ago
  59. 6df621c rtc: Add AVX2 variant for functions related to motion search by venkat sanampudi · 2 years, 4 months ago
  60. 5971960 AVX2: Port av1_convolve_(x|y|2d)_sr from SVT-AV1 by chiyotsai · 2 years, 5 months ago
  61. 11bd021 Optimize av1_convolve_2d_sr_neon using SDOT instruction by Jonathan Wright · 2 years, 8 months ago
  62. 0bc0a1a Revert "Refactor and tidy up av1_convolve_2d_sr_neon" by James Zern · 2 years, 4 months ago
  63. 2cc0666 Optimize av1_convolve_2d_sr_neon using SDOT instruction by Jonathan Wright · 2 years, 8 months ago
  64. 64f68f0 .clang-format: update to clang-format-11 by clang-format · 2 years, 5 months ago
  65. 5d219cc Optimize Neon temporal filter using UDOT instruction by Jonathan Wright · 2 years, 6 months ago
  66. 87cab6f Add Neon implementation of av1_apply_temporal_filter by Balaji Anandapadmanaban · 2 years, 7 months ago
  67. e456818 aom_simd_inline.h: add SIMD_CLAMP by James Zern · 2 years, 5 months ago
  68. 2ce72a433 Specialize Neon subpel variance by filter value for large blocks by Jonathan Wright · 2 years, 6 months ago
  69. ce3b001 Refactor Neon subpel variance functions by Jonathan Wright · 2 years, 6 months ago
  70. df35863 Implement aom_sse_neon helpers using UDOT instruction by Jonathan Wright · 2 years, 7 months ago
  71. d212966 Refactor aom_sse_neon to use width-specific helper functions by Jonathan Wright · 2 years, 8 months ago
  72. d799e18 Implement speciality variance functions using UDOT instruction by Jonathan Wright · 2 years, 7 months ago
  73. 699fa47 Add Neon implementations of mse functions for more block sizes by Jonathan Wright · 2 years, 7 months ago
  74. 848be47 Refactor Neon implementations of speciality variance functions by Jonathan Wright · 2 years, 7 months ago
  75. ef8e049 sad_neon.c: simplify __ARM_FEATURE_DOTPROD check by James Zern · 2 years, 5 months ago
  76. 6ade4c5 x86,cosmetics: prefer _mm_setzero_si128/_mm256_setzero_si256 by James Zern · 2 years, 5 months ago
  77. 38ef0d8 Implement Neon variance functions using UDOT instruction by Jonathan Wright · 2 years, 7 months ago
  78. 9491a13 Implement Neon variance functions for all block sizes by Jonathan Wright · 2 years, 7 months ago
  79. b96bb3a Refactor Neon implementations of variance functions by Jonathan Wright · 2 years, 7 months ago
  80. 42a54e5 neon,load_unaligned_*: use dup for lane 0 by James Zern · 2 years, 5 months ago
  81. cf0c48d Implement sad<w>xhx4d_neon functions using UDOT instruction by Jonathan Wright · 2 years, 7 months ago
  82. f9fc16b Add Neon implementations of SAD4D functions for all block sizes by Jonathan Wright · 2 years, 7 months ago
  83. 7c3e517 Refactor Neon implementations of SAD4D functions by Jonathan Wright · 2 years, 7 months ago
  84. 87b56ac Add Neon implementation of aom_sum_sse_2d_i16 by Balaji Anandapadmanaban · 2 years, 7 months ago
  85. 71ddd81 fix implicit conversion warnings w/bitops by James Zern · 2 years, 5 months ago
  86. f9a87e5 Optimize implementation of aom_sum_squares_2d_i16_neon by Jonathan Wright · 2 years, 7 months ago
  87. 0858e57 Implement sad<w>xh_neon functions using UDOT instruction by Jonathan Wright · 2 years, 8 months ago
  88. f013824 variance_sse2: fix implicit conversion warnings by James Zern · 2 years, 5 months ago
  89. f7943a4 variance_avx2: fix implicit conversion warnings by James Zern · 2 years, 5 months ago
  90. 5c57a0d v{64,128,256}_intrinsics: fix some implicit conv warnings by James Zern · 2 years, 5 months ago
  91. d1061eb Add Neon implementations of SAD functions for all block sizes by Jonathan Wright · 2 years, 8 months ago
  92. d7a91ce x86: normalize types used with _mm{,256}_set?_epi64x by James Zern · 2 years, 5 months ago
  93. d7acdf0 x86: normalize types used with _mm{,256}_set?_epi32 by James Zern · 2 years, 5 months ago
  94. 5919796 x86: normalize types used with _mm{,256}_set?_epi16 by James Zern · 2 years, 5 months ago
  95. 26bf7ff x86: normalize types used with _mm{,256}_set?_epi8 by James Zern · 2 years, 5 months ago
  96. f1666b9 Refactor Neon implementations of SAD functions by Jonathan Wright · 2 years, 8 months ago
  97. 047f3a6 mem_sse2.h: loadu_uint{16,32,64} -> loadu_int* by James Zern · 2 years, 5 months ago
  98. 24836c7 x86: normalize types used with _mm_cvtsi32_si128 by James Zern · 2 years, 5 months ago
  99. 44daaab RTC: Add SSE4_1 optimization for aom_vector_var by chiyotsai · 2 years, 5 months ago
  100. de6481c Revert "Revert "Reduce size of low bit depth sse2 sad functions"" by Kyle Siefring · 2 years, 5 months ago