1. c1bcb10 Use local variable to facilitate vectorization by Mahesh Madhav · 3 months ago
  2. 4d61b2f highbd_intrapred_neon: make arrays const by Tristan Matthews · 4 months ago
  3. 1a65400 {highbd_,}sad_sse2.asm: fix function names in comments by James Zern · 4 months ago
  4. 706b6b4 sad.c: simplify SADMXN defines by James Zern · 4 months ago
  5. d906231 rm dist_wtd_sad*_avg & dist_wtd_sub_pixel_avg_variance fns by James Zern · 4 months ago
  6. d6e0bea rm highbd_sad4xN_avg & highbd_sadNx4_avg by James Zern · 4 months ago
  7. b94d47b rm sad4xN_avg & sadNx4_avg by James Zern · 4 months ago
  8. 540542c sad_sse2.asm,cosmetics: fix function names in comments by James Zern · 5 months ago
  9. 0a56af3 rm unused aom_sad_skip functions by James Zern · 5 months ago
  10. 3e71b26 rm unused aom_highbd_sad_skip functions by James Zern · 5 months ago
  11. 270b7d5 entenc.c: rm od_ec_enc_patch_initial_bits() by James Zern · 5 months ago
  12. 076306f binary_codes_writer.c: make some fns static by James Zern · 5 months ago
  13. f3955b2 binary_codes_writer.c: remove unused functions by James Zern · 5 months ago
  14. fbe5f61 fft.c: make some functions static by James Zern · 5 months ago
  15. a48dd53 rm inv_wht_sse2.asm by James Zern · 5 months ago
  16. f51490d Clean up av1_resize_and_extend_frame_neon by Gerda Zsejke More · 7 months ago
  17. 4731ee2 Optimize Neon implementation of av1_compute_stats_highbd by Salome Thirot · 7 months ago
  18. 1dba358 Remove grain and noise model from CONFIG_REALTIME_ONLY by Marco Paniconi · 6 months ago
  19. 3c7b969 don't define aom_var_2d_u16() w/CONFIG_AV1_HIGHBITDEPTH=0 by James Zern · 6 months ago
  20. 476841e bitreader_buffer: rm some fns w/CONFIG_AV1_DECODER=0 by James Zern · 6 months ago
  21. 0c9ac98 {highbd,}sad_sse2.asm: add missing CONFIG_REALTIME_ONLY check by James Zern · 6 months ago
  22. fe2bb81 Revert^2 "Binary size reduction for realtime build" by Marco Paniconi · 6 months ago
  23. fc9c858 Revert "Binary size reduction for realtime build" by Marco Paniconi · 6 months ago
  24. f3cf370 Binary size reduction for realtime build by Marco Paniconi · 7 months ago
  25. a4828c1 intrapred_neon.c: add missing const for static tables by James Zern · 7 months ago
  26. 6219314 remove aom_ssim_parms_16x16() by James Zern · 7 months ago
  27. 0f98fd8 remove aom_get_mb_ss() w/CONFIG_REALTIME_ONLY=1 by James Zern · 7 months ago
  28. b95c9fd Remove binary_codes_writer.[hc] w/CONFIG_REALTIME_ONLY=1 by James Zern · 7 months ago
  29. 878cc4e aom_dsp.cmake: rm highbd asm w/CONFIG_AV1_HIGHBITDEPTH=0 by James Zern · 7 months ago
  30. fa82bed bitwriter_buffer.c: make aom_wb_overwrite_bit() static by James Zern · 7 months ago
  31. 02f67ff binary_codes_writer.c: make some functions static by James Zern · 7 months ago
  32. 9c7f28d binary_codes_reader.c: make 2 functions static by James Zern · 7 months ago
  33. 132707a remove masked_sad*x4d*() by James Zern · 7 months ago
  34. 0d5ebd4 remove aom_convolve8() from rtcd by James Zern · 7 months ago
  35. 4a0eca4 make aom_sse_to_psnr() static w/CONFIG_INTERNAL_STATS=0 by James Zern · 7 months ago
  36. dc8a689 Add the CONFIG_SVT_AV1 cmake option by Wan-Teh Chang · 7 months ago
  37. a5bf431 Move AOM_FORCE_INLINE to aom_dsp/aom_dsp_common.h by Wan-Teh Chang · 7 months ago
  38. 9453443 Delete the AOM_INLINE macro by Wan-Teh Chang · 7 months ago
  39. 466e282 Add Arm Neon USMMLA impl. for 6-tap aom_convolve8_horiz by Jonathan Wright · 7 months ago
  40. 12c64e8 Remove the INLINE macro by Wan-Teh Chang · 7 months ago
  41. 1e3f557 Add the saturate_cast_double_to_int() function by Wan-Teh Chang · 7 months ago
  42. d9408e2 variance_neon_dotprod.c: add missing !CONFIG_REALTIME_ONLY check by James Zern · 7 months ago
  43. 022c0fd cmake: rm some arm srcs w/CONFIG_REALTIME_ONLY=1 by James Zern · 7 months ago
  44. 79da697 variance_neon.c: add missing !CONFIG_REALTIME_ONLY check by James Zern · 7 months ago
  45. 9146096 cmake: mv arm enc only srcs to AOM_DSP_ENCODER_INTRIN_NEON by James Zern · 7 months ago
  46. fd08394 cmake: exclude highbd files w/CONFIG_AV1_HIGHBITDEPTH=0 by James Zern · 7 months ago
  47. be1085c intrapred_avx2.c: delete 2 unused defines by James Zern · 7 months ago
  48. f75b7c7 add missing CONFIG_AV1_HIGHBITDEPTH checks by James Zern · 7 months ago
  49. 93b8eee {,highbd_}intrapred_neon.c: Fix unaligned accesses in z2 preds by George Steed · 9 months ago
  50. 365784f Fix -fsanitize=integer unsigned left shift errors by Wan-Teh Chang · 8 months ago
  51. 2c308fd Fix alignment assertions by Wan-Teh Chang · 9 months ago
  52. dd1e6c7 Tweak fix for aom_highbd_convolve_copy_neon() bug by Wan-Teh Chang · 9 months ago
  53. 34d29d4 Handle w=2 case in aom_highbd_convolve_copy_neon() by Wan-Teh Chang · 9 months ago
  54. 38736a8 synonyms_avx2.h: add yy_loadu_4x64() by James Zern · 9 months ago
  55. e592429 avx2: use yy_loadu2_128 from synonyms_avx2.h by James Zern · 9 months ago
  56. 5a46d29 disable av1_{highbd_,}dr_prediction_z2_neon w/armv7 by James Zern · 9 months ago
  57. 34b0b9b add missing CONFIG_AV1_HIGHBITDEPTH checks by James Zern · 9 months ago
  58. 3076bbe x86/*: exclude 1:4/4:1 fns w/CONFIG_REALTIME_ONLY by James Zern · 9 months ago
  59. 57c8c9c cmake: rm highbd_adaptive_quantize_* w/CONFIG_REALTIME_ONLY=1 by James Zern · 9 months ago
  60. 49b4e03 cmake: rm fft* w/CONFIG_AV1_ENCODER=0 by James Zern · 9 months ago
  61. 869ca4e cmake: rm subtract*.c w/CONFIG_AV1_ENCODER=0 by James Zern · 9 months ago
  62. afedaf9 Add Arm Neon I8MM implementation of aom_scaled_2d by Jonathan Wright · 9 months ago
  63. a3f6185 Add Arm Neon DotProd implementation of aom_scaled_2d by Jonathan Wright · 9 months ago
  64. 98cbdb3 Refactor and optimize aom_scaled_2d_neon by Jonathan Wright · 9 months ago
  65. 0ba83c7 Move aom_scaled_2d_neon to aom_dsp/arm by Jonathan Wright · 9 months ago
  66. 6db5fab Halve filter values in Armv8.0 Neon convolve8 filter functions by Jonathan Wright · 9 months ago
  67. e5a842a sad{,_av1}.c: exclude 1:4/4:1 fns w/CONFIG_REALTIME_ONLY by James Zern · 9 months ago
  68. f4ad7fc *.{asm,cmake,inc,pl,py,txt}: normalize copyright line by James Zern · 9 months ago
  69. b7c05bd *.{c,cc,h}: normalize AOMedia copyright by James Zern · 9 months ago
  70. 0078f3e Move the SSSE3 code in variance_sse2.c to new file by Wan-Teh Chang · 9 months ago
  71. 52f28cc blend_a64_mask_sse4.c: use xx_loadu_2x64 for unaligned loads by James Zern · 10 months ago
  72. 8939786 Add Armv8.0 Neon horiz 2x1 scale spec. impl for convolve_2d_scale by Gerda Zsejke More · 10 months ago
  73. afb5237 Guard DECLS(ssse3), FNS(ssse3) with #if HAVE_SSSE3 by Wan-Teh Chang · 9 months ago
  74. 249c4c4 synonyms.h: s/_mm_loadu_si64/_mm_loadl_epi64/ by James Zern · 10 months ago
  75. 6f8189b x86/synonyms.h: include emmintrin.h not immintrin.h by James Zern · 10 months ago
  76. 49d0220 Add 4-tap merged impl of av1_convolve_2d_sr_neon_dotprod by Salome Thirot · 10 months ago
  77. 4caad76 Add merged impl of 6tap av1_convolve_2d_sr_neon_dotprod by Salome Thirot · 10 months ago
  78. c349b1e Add 4-tap path for av1_convolve_2d_horiz_sr_neon by Salome Thirot · 11 months ago
  79. e06f94e remove {xx,yy}_set1_64_from_32i & xx_set_64_from_32i by James Zern · 10 months ago
  80. 5c229f8 obmc_intrinsic_sse4: use xx_loadl_32() for unaligned int loads by James Zern · 10 months ago
  81. c319f69 avg_intrin_sse2: use xx_loadl_32() for unaligned int loads by James Zern · 10 months ago
  82. f1b43b5 {,highbd_}intrapred_neon.c: Avoid over-reads in z1 and z3 preds by George Steed · 10 months ago
  83. ad7b78b *_neon.c: make some functions static by James Zern · 10 months ago
  84. b443332 *_neon.c: add missing rtcd includes & CONFIG check by James Zern · 10 months ago
  85. ef3470f add variance_impl_ssse3.h by James Zern · 11 months ago
  86. 8cbb781 merge aom_asm_stubs.c and highbd_convolve_sse2.c by James Zern · 11 months ago
  87. ae37ace Further optimization of aom_convolve8_neon 4-tap by Salome Thirot · 11 months ago
  88. 6e20f87 Add 2-tap path for aom_highbd_convolve8_vert_neon by Salome Thirot · 11 months ago
  89. 8e161f9 Add 4-tap specialisation to aom_highbd_convolve8_vert_neon by Salome Thirot · 11 months ago
  90. d6d79d5 Fix asserts in SVE convolution functions by Salome Thirot · 11 months ago
  91. 276f8f8 Add 2-tap path for aom_highbd_convolve8_horiz_neon by Salome Thirot · 11 months ago
  92. 68a56cc Add 4-tap specialisation to aom_highbd_convolve8_horiz_neon by Salome Thirot · 11 months ago
  93. 04e3b1c Refactor HBD Neon convolve8 functions by Salome Thirot · 11 months ago
  94. 5eb58ad Add 2-tap path for aom_convolve8_vert_neon by Salome Thirot · 11 months ago
  95. 32f8079 Add 4-tap specialisation to aom_convolve8_vert_neon by Salome Thirot · 11 months ago
  96. 42e3156 Add 2-tap path for aom_convolve8_horiz_neon by Salome Thirot · 11 months ago
  97. e7dcb10 Add 4-tap specialisation to aom_convolve8_horiz_neon_i8mm by Salome Thirot · 11 months ago
  98. 9a455ac Add 4-tap specialisation to aom_convolve8_horiz_neon_dotprod by Salome Thirot · 11 months ago
  99. 23c9434 Add 4-tap specialisation to aom_convolve8_horiz_neon by Salome Thirot · 11 months ago
  100. 20c535d Cosmetic: cleanup arm aom_convolve8 functions by Salome Thirot · 11 months ago