1. d3e7c68 Remove the use of macro "CONFIG_HIGHBITDEPTH" by Yaowu Xu · 7 years ago
  2. b0460fa Remove ANS experiment by Sebastien Alaiwan · 7 years ago
  3. 20dadea Split big file into two by Sebastien Alaiwan · 7 years ago
  4. d0179a6 JNT_COMP: add ssse3 implementations for sad_avg by Cheng Chen · 7 years ago
  5. d286443 JNT_COMP: SIMD implementation for aom_jnt_sub_pixel_avg by Cheng Chen · 7 years ago
  6. e39525b Move mem_sse2.h from av1/common/x86 to aom_dsp/x86 by Linfeng Zhang · 7 years ago
  7. ef34fff JNT_COMP: add SIMD implementations for c functions by Cheng Chen · 7 years ago
  8. 1bc94fc Remove experimental flag of MOTION_VAR by Sebastien Alaiwan · 7 years ago
  9. d0b77ac Remove PVQ code by Yushin Cho · 7 years ago
  10. fbe1477 Use correct MACRO by Yaowu Xu · 7 years ago
  11. 56ad3dd Highbd D45E intrapred SSE2/AVX2 speedup by Yi Luo · 7 years ago
  12. 71b6e04 Migrate some vp9 highbd intrapred x86 speedup to av1 by Yi Luo · 7 years ago
  13. 7bcd060 Add guard for neon convolve with ext-partition by Debargha Mukherjee · 7 years ago
  14. 46ae1ea Lowbd SMOOTH_PRED intrapred ssse3 optimization by Yi Luo · 7 years ago
  15. 0bdea0d Remove compile guards for CONFIG_EXT_INTER by Sebastien Alaiwan · 7 years ago
  16. a0f66fc Lowbd TM_PRED intrapred ssse3 optimization by Yi Luo · 7 years ago
  17. 23c6190 Lowbd intrapred DC/TOP/LEFT/128/V/H avx2 by Yi Luo · 7 years ago
  18. 39bdf36 Lowbd rect intrapred DC/LEFT/TOP/128 sse2 optimization by Yi Luo · 7 years ago
  19. 23b9b31 Highbd intra pred H_PRED sse2 optimization by Yi Luo · 7 years ago
  20. ea8a0d5 Lowbd parallel_deblocking sse2 optimization by Yi Luo · 8 years ago
  21. 6ae0054 Highbd loop filter AVX2 by Yi Luo · 8 years ago
  22. 0f4195c Fwd txfm and quantizer HBD/LBD data paths co-exist by Yi Luo · 8 years ago
  23. 193422e Add avx2 highbd_quantize_b by Yi Luo · 8 years ago
  24. 8ea3319 Remove VAR_BASED_PARTITION. by Thomas Daede · 8 years ago
  25. 0aa39ff ext-inter: Vectorize new masked SAD/SSE functions by David Barker · 8 years ago
  26. 476c63c Remove the DAALA_EC experiment. by Nathan E. Egge · 8 years ago
  27. 378d652 Remove CONFIG_{DE,EN}CODERS from the build system. by Tom Finegan · 8 years ago
  28. 5d34e6a Vectorize high-precision convolve filter by David Barker · 8 years ago
  29. 0f3c94e ext-inter: Delete dead code by David Barker · 8 years ago
  30. be111b3 Remove armv6 media-extension assembly. by Ralph Giles · 8 years ago
  31. f6176ab Partial IDCT 16x16 avx2 by Yi Luo · 8 years ago
  32. f489d31 Move ssse3 only functions to a separate header by Yaowu Xu · 8 years ago
  33. 3fcb356 Update partial inverse DCT according to VP9 by Yi Luo · 8 years ago
  34. 71e8784 Homogenize configuration option name. by Sebastien Alaiwan · 8 years ago
  35. 1e64e70 Fix forward transform compilation errors by Yunqing Wang · 8 years ago
  36. 9d24735 High bit depth inter prediction filter AVX2 by Yi Luo · 8 years ago
  37. 47748b5 Adds binary code lib for coding various symbols by Debargha Mukherjee · 8 years ago
  38. 6598843 aom_dsp.mk: Remove redundant CONFIG_PVQ section. by Tom Finegan · 8 years ago
  39. e8b34bb ans: Remove some dead code. by Alex Converse · 8 years ago
  40. ea42c4e Remove aom_simd.c and replace simd_check with macro by Steinar Midtskogen · 8 years ago
  41. e983258 High bit depth motion search SAD optimization on avx2 by Yi Luo · 8 years ago
  42. 29c6106 Add v256_intrinsics_v128.h to aom_dsp.mk by Steinar Midtskogen · 8 years ago
  43. fa2865b Implement bitstream debug for daala_ec by David Barker · 8 years ago
  44. 1f49624 SAD avx2 optimization for ext-partition by Yi Luo · 8 years ago
  45. 77bba8d New experiment: Perceptual Vector Quantization from Daala by Yushin Cho · 8 years ago
  46. 0c552df Fix aom_fdct32x32_avx2 output as CONFIG_AOM_HIGHBITDEPTH=1 by Yi Luo · 8 years ago
  47. 1a0f27a Fix avx2 16x16/32x32 fwd txfm coeff output on HBD by Yi Luo · 8 years ago
  48. 045d413 Add support for v256 intrinsics by Steinar Midtskogen · 8 years ago
  49. c38afed Define SIMD_INLINE using AOM_FORCE_INLINE by Steinar Midtskogen · 8 years ago
  50. 8043cc4 Use Daala entropy coder to code bits. by Nathan E. Egge · 9 years ago
  51. 1078dee Add Daala entropy coder. by Nathan E. Egge · 9 years ago
  52. a720f4b Merge "Add sse2 forward and inverse 16x32 and 32x16 transforms" into nextgenv2 by Debargha Mukherjee · 8 years ago
  53. a48764d Merge "Renamings for OBMC experiment" into nextgenv2 by Yue Chen · 8 years ago
  54. cb60b18 Renamings for OBMC experiment by Yue Chen · 8 years ago
  55. 33231d4 Add sse2 forward and inverse 16x32 and 32x16 transforms by David Barker · 8 years ago
  56. f36d0b4 minor updates by Yaowu Xu · 8 years ago
  57. ebf209b Make generic SIMD code compile if no native support by Steinar Midtskogen · 8 years ago
  58. e8e8cd8 Hybrid forward transforms 16x16 AVX2 optimization by Yi Luo · 8 years ago
  59. 7fe2ae8 Port ANS from aom/master 25aaf40 by Alex Converse · 8 years ago
  60. 1ac1ae7 Move ANS to aom_dsp. by Alex Converse · 8 years ago
  61. eb00cb2 Move and wrap the old vpx boolcoder. by Alex Converse · 9 years ago
  62. 9c01aa1 Change to use aom copyright notice by Yaowu Xu · 9 years ago
  63. f883b42 Port renaming changes from AOMedia by Yaowu Xu · 9 years ago[Renamed (79%) from aom_dsp/vpx_dsp.mk]
  64. c27fc14 Port folder renaming changes from AOM by Yaowu Xu · 9 years ago[Renamed (99%) from vpx_dsp/vpx_dsp.mk]
  65. a3cff08 more cleanup of vp8 and vp9 by Yaowu Xu · 9 years ago
  66. 3fa28d5 More vp8/vp9 clean up by Yaowu Xu · 9 years ago
  67. 3bd709f Remove vp8, vp9 folders by Yaowu Xu · 9 years ago
  68. 2967bf3 Merge changes from libvpx/master by cherry-pick by Johann · 9 years ago
  69. 6fe07a2 Merge branch 'master' into nextgenv2 by Yaowu Xu · 9 years ago
  70. ebc2d34 Add SSE4.1 vpx_obmc_variance* implementations and cosmetics by Geza Lore · 9 years ago
  71. bfa59b4 Improve vpx_blend_* functions. by Geza Lore · 9 years ago
  72. 72ef6d7 Refactor and clean up on blend_mask6 by Debargha Mukherjee · 9 years ago
  73. aacdf98 Add SSE4.1 vpx_obmc_sad* implementations. by Geza Lore · 9 years ago
  74. ffa9173 Use correct size load in vpx_avg_4x4_sse2. by Geza Lore · 9 years ago
  75. 462e0ff vpx_dsp,add_noise: remove mmx implementation by James Zern · 9 years ago
  76. eea8ea8 vpx_dsp: remove mmx variance implementations by James Zern · 9 years ago
  77. 0ba9b29 Merge "Upgrade vpx_lpf_{vertical,horizontal}_4 mmx to sse2" by Linfeng Zhang · 9 years ago
  78. 4b5e462 Upgrade vpx_lpf_{vertical,horizontal}_4 mmx to sse2 by Linfeng Zhang · 9 years ago
  79. a661bc8 Add optimized vpx_blend_mask6 by Geza Lore · 9 years ago
  80. 36b610d Merge "neon hadamard 8x8" by Johann Koenig · 9 years ago
  81. 9b54e81 neon hadamard 8x8 by Johann · 9 years ago
  82. d0e687b remove mmx sad functions by Linfeng Zhang · 9 years ago
  83. da33728 vpx_dsp: Rename postproc.c add_noise. by Jim Bankoski · 9 years ago
  84. fce3cee Move vpx_add_plane from codec to vpx_dsp and dedup. by Jim Bankoski · 9 years ago
  85. 6db9560 Merge "Optimized HBD block subtraction for all block sizes" into nextgenv2 by Yi Luo · 9 years ago
  86. 0f80b1f Optimized HBD block subtraction for all block sizes by Yi Luo · 9 years ago
  87. 250935c Optimized HBD 4x4 variance calculation by Yi Luo · 9 years ago
  88. c810740 Merge branch 'masterbase' into nextgenv2 by Yaowu Xu · 9 years ago
  89. 67c4c82 VPX: loopfilter_mmx.asm using x86inc 2 by Scott LaVarnway · 9 years ago
  90. 9aa083d Revert "VPX: loopfilter_mmx.asm using x86inc" by James Zern · 9 years ago
  91. 1d69cee Adds masked variance and sad functions for wedge by Debargha Mukherjee · 9 years ago
  92. 15ecdc3 VPX: loopfilter_mmx.asm using x86inc by Scott LaVarnway · 9 years ago
  93. 7823fbb Merge "Move PSNR related functions into vpx_dsp/psnr.c" into nextgenv2 by Yaowu Xu · 9 years ago
  94. 7538501 Move PSNR related functions into vpx_dsp/psnr.c by Yaowu Xu · 9 years ago
  95. abd0050 Add optimized vpx_sum_squares_2d_i16 for vp10. by Geza Lore · 9 years ago
  96. d36659c move vp9_avg to vpx_dsp by James Zern · 9 years ago
  97. 9cfba09 Optimize vpx_quantize_{b,b_32x32} assembler. by Geza Lore · 9 years ago
  98. 54d4895 vp8: change build_intra_predictors_mby_s to use vpx_dsp. by Ronald S. Bultje · 9 years ago
  99. 1958830 VPX: subpixel_8t_ssse3 asm using x86inc by Scott LaVarnway · 10 years ago
  100. a28b2c6 Add sse2 versions of halfpix variance by Johann · 10 years ago