1. 0dff0e5 Add remaining highbd_dc_predictor Neon implementations and tests by George Steed · 1 year, 10 months ago
  2. 7920062 Add highbd_dc_top_predictor Neon implementation and tests by George Steed · 1 year, 10 months ago
  3. bf79e16 Add highbd_dc_left_predictor Neon implementation and tests by George Steed · 1 year, 10 months ago
  4. dcaf4ef Add highbd_dc_128_predictor Neon implementation and tests by George Steed · 1 year, 10 months ago
  5. bdbdeae Add highbd_h_predictor Neon implementation and tests by George Steed · 1 year, 10 months ago
  6. 34afdef Add Neon implementations for remaining h predictors by George Steed · 1 year, 11 months ago
  7. c26cf7f Add Neon implementations for remaining v predictors by George Steed · 1 year, 11 months ago
  8. 407a459 Add Neon implementations for rectangular dc predictors by George Steed · 1 year, 11 months ago
  9. ff5799c Add Neon implementation for 64x64 dc predictors by George Steed · 1 year, 11 months ago
  10. cb496e9 remove mips optimizations by James Zern · 2 years, 6 months ago
  11. 664f04d test/*: normalize use of nullptr by James Zern · 2 years, 10 months ago
  12. 6267278 intrapred_neon: add aom_smooth_h_predictor_NxM_neon by James Zern · 2 years, 10 months ago
  13. b5dac89 intrapred_neon: add aom_smooth_v_predictor_NxM_neon by James Zern · 2 years, 10 months ago
  14. 8e05a83 test_intra_pred_speed: add missing NEON functions by James Zern · 2 years, 10 months ago
  15. fd4f637 aom_dsp_rtcd_defs: restore highbd opts w/CONFIG_REALTIME_ONLY by James Zern · 2 years, 10 months ago
  16. 54bf5f8 add aom_highbd_smooth_h_predictor_NxM_neon by James Zern · 2 years, 11 months ago
  17. 55021bf add aom_highbd_smooth_v_predictor_NxM_neon by James Zern · 2 years, 11 months ago
  18. b19d72f add aom_highbd_smooth_predictor_NxM_neon by James Zern · 2 years, 11 months ago
  19. ada19d6 test_intra_pred_speed: remove arch test suite suffix by James Zern · 2 years, 11 months ago
  20. 9505f30 test_intra_pred_speed: add highbd NEON functions by James Zern · 2 years, 11 months ago
  21. 6ddbede Remove ClearSystemState from unit tests by chiyotsai · 3 years, 9 months ago
  22. c9e9db7 Remove 4x rectangular tx size from intra pred. by Jerome Jiang · 4 years, 4 months ago
  23. 73f215f Exclude hbd intra prediction from CONFIG_AV1_HIGHBITDEPTH by Jerome Jiang · 6 years ago
  24. 44702c8 cmake: generate rtcd headers in config subdir. by Tom Finegan · 7 years ago
  25. 00f8a93 Add sse2/ssse3 intra predictors for 16x4 by Scott LaVarnway · 7 years ago
  26. 7600314 Add sse2/ssse3 intra predictors for 32x8 by Scott LaVarnway · 7 years ago
  27. 925d4e5 Add sse2/ssse3 intra predictors for 8x32 by Scott LaVarnway · 7 years ago
  28. aaed33a Add sse2/ssse3 intra predictors for 4x16 by Scott LaVarnway · 7 years ago
  29. 6d9d52d Add ssse3 aom_smooth_h_predictor_16,32,64xh by Scott LaVarnway · 7 years ago
  30. 5be7c66 Add ssse3 aom_smooth_h_predictor_8xh by Scott LaVarnway · 7 years ago
  31. deeee7c Add ssse3 aom_smooth_h_predictor_4xh by Scott LaVarnway · 7 years ago
  32. 7db820e Add ssse3 aom_smooth_v_predictor_4xh by Scott LaVarnway · 7 years ago
  33. 664b74f Add ssse3 aom_smooth_v_predictor_8xh by Scott LaVarnway · 7 years ago
  34. e25a4ba Add ssse3 aom_smooth_v_predictor_16,32,64xh by Scott LaVarnway · 7 years ago
  35. 1e73219 Add sse2 version of aom_h_predictor_wxh() by Scott LaVarnway · 7 years ago
  36. a2f7a63 Add sse2 dc, dc_left, dc_top, dc_128, v, h by Scott LaVarnway · 7 years ago
  37. ee5a4d4 Add aom_paeth_predictor_16x64 ssse3,avx2 by Scott LaVarnway · 7 years ago
  38. 139542e Add aom_smooth_predictor_16x64_ssse3() by Scott LaVarnway · 7 years ago
  39. 7cb2db1 Add ssse3 version of aom_smooth_predictor_wxh() by Scott LaVarnway · 7 years ago
  40. fcc8f34 Add sse2/avx2 version of aom_v_predictor_wxh() by Scott LaVarnway · 7 years ago
  41. 892a543 Add sse2/avx2 version of aom_dc_predictor_wxh() by Scott LaVarnway · 7 years ago
  42. efef81c Add sse2/avx2 version of aom_dc_top_predictor_wxh() by Scott LaVarnway · 7 years ago
  43. de79128 Add sse2/avx2 version of aom_dc_left_predictor_wxh() by Scott LaVarnway · 7 years ago
  44. 3fffb88 Add sse2/avx2 version of aom_dc_128_predictor_wxh() by Scott LaVarnway · 7 years ago
  45. f0cf4e3 Add ssse3/avx2 version of aom_paeth_predictor_wxh() by Scott LaVarnway · 7 years ago
  46. 2e4ee07 Intra pred tests for >32x32 and 1:4 blocks by Urvang Joshi · 7 years ago
  47. a5f2540 Refactor test_intra_pred_speed. by Urvang Joshi · 7 years ago
  48. 59b633c Remove deprecated intra predictor functions by Hui Su · 7 years ago
  49. 6839682 Rect DC_PRED: mult and shifts equivalent to div. by Urvang Joshi · 7 years ago
  50. 439bcb5 More renaming about directional intra modes by Hui Su · 7 years ago
  51. 123e8a6 adopt some clang 5.0.0 formatting by Johann · 7 years ago
  52. 37ebf18 [Normative] DC_PRED: Avoid div using mult+shift. by Urvang Joshi · 7 years ago
  53. d3e7c68 Remove the use of macro "CONFIG_HIGHBITDEPTH" by Yaowu Xu · 7 years ago
  54. b7301cd Remove smooth_hv experiment flag. by Urvang Joshi · 7 years ago
  55. ae67695 Lowbd D207E/D63E/D45E intrapred x86 optimization by Yi Luo · 7 years ago
  56. 0b7127b Highbd D207E/D63E intrapred sse2/avx2 optimization by Yi Luo · 7 years ago
  57. 96d1c0a Rename TM_PRED --> PAETH_PRED. by Urvang Joshi · 7 years ago
  58. 56ad3dd Highbd D45E intrapred SSE2/AVX2 speedup by Yi Luo · 7 years ago
  59. 71b6e04 Migrate some vp9 highbd intrapred x86 speedup to av1 by Yi Luo · 7 years ago
  60. 46ae1ea Lowbd SMOOTH_PRED intrapred ssse3 optimization by Yi Luo · 7 years ago
  61. 237cf1b Lowbd TM_PRED intra pred avx2 optimization by Yi Luo · 7 years ago
  62. a0f66fc Lowbd TM_PRED intrapred ssse3 optimization by Yi Luo · 7 years ago
  63. 23c6190 Lowbd intrapred DC/TOP/LEFT/128/V/H avx2 by Yi Luo · 7 years ago
  64. 0c0fd1e Lowbd rectangle V/H intra pred sse2 optimization by Yi Luo · 7 years ago
  65. 39bdf36 Lowbd rect intrapred DC/LEFT/TOP/128 sse2 optimization by Yi Luo · 7 years ago
  66. bdddf33 Highbd rectangle intrapred V/DC sse2 optimization by Yi Luo · 7 years ago
  67. bbf6186 Highbd intrapred DC_LEFT/TOP/128 sse2 optimization by Yi Luo · 7 years ago
  68. 23b9b31 Highbd intra pred H_PRED sse2 optimization by Yi Luo · 7 years ago
  69. f5d71a6 Enhance intra pred speed test to include highbd pred by Yi Luo · 7 years ago
  70. 93b543a Remove ALT_INTRA flag. by Urvang Joshi · 8 years ago
  71. e6ca8e8 Add a new experiment SMOOTH_HV. by Urvang Joshi · 8 years ago
  72. 5894efb Fix unused variable warnings in a couple tests. by Tom Finegan · 8 years ago
  73. c3bcf3b Intra prediction: Remove unused variants. by Urvang Joshi · 8 years ago
  74. ee7ee7f SMOOTH_PRED: Use get_msb() to get log2 of block dimension. by Urvang Joshi · 8 years ago
  75. 8176081 SMOOTH_PRED: Use 12-bit multiplications instead of 18-bit. by Urvang Joshi · 8 years ago
  76. 7a07ece Include googletest cmake support. by Tom Finegan · 8 years ago
  77. 7a40600 ALT_INTRA: Integerize the weights for SMOOTH_PRED. by Urvang Joshi · 8 years ago
  78. 6be4a54 Add a new intra prediction mode "smooth". by Urvang Joshi · 8 years ago
  79. 31744ec test_intra_pred_speed.cc : Fix visual studio build. by Urvang Joshi · 9 years ago
  80. 9c01aa1 Change to use aom copyright notice by Yaowu Xu · 9 years ago
  81. 340593e Add ALT_INTRA experiment. by Urvang Joshi · 9 years ago
  82. f883b42 Port renaming changes from AOMedia by Yaowu Xu · 9 years ago
  83. c27fc14 Port folder renaming changes from AOM by Yaowu Xu · 9 years ago
  84. 3bcf3f0 test_intra_pred_speed fix: use dspr2 version when HAVE_DSPR2 by Urvang Joshi · 9 years ago
  85. 3a826f1 test/: apply clang-format by clang-format · 9 years ago
  86. 2967bf3 Merge changes from libvpx/master by cherry-pick by Johann · 9 years ago
  87. ad0646c Slow pshufb removal in 3 intra prediction functions. by Linfeng Zhang · 9 years ago
  88. 8812048 Code clean of tm_predictor_32x32 by Jian Zhou · 9 years ago
  89. c90a8a1 SSE2 based h_predictor_32x32 by Jian Zhou · 9 years ago
  90. aa5b517 Re-enable SSE2 based intra 4x4 prediction by Jian Zhou · 9 years ago
  91. 79a9add Revert "MMX in intra 4x4 prediction replaced with SSE2" by James Zern · 9 years ago
  92. e86c7c8 Speed up h_predictor_16x16 by Jian Zhou · 9 years ago
  93. da3f08f Speed up h_predictor_8x8 by Jian Zhou · 9 years ago
  94. aa2764a MMX in intra 8x8 prediction replaced with SSE2 by Jian Zhou · 9 years ago
  95. 89a1efa MMX in intra 4x4 prediction replaced with SSE2 by Jian Zhou · 9 years ago
  96. 9d29d76 SSE2 speed up of h_predictor_4x4 by Jian Zhou · 9 years ago
  97. 79b6862 Speed up tm_predictor_4x4 by Jian Zhou · 9 years ago
  98. 4013645 Replace prefix vp9_ with vpx_ for intra prediction functions by hui su · 10 years ago
  99. 7971846 Move intra prediction functions from vp9/common/ to vpx_dsp/ by hui su · 10 years ago
  100. ff8505a Fix --disable-use-x86inc by Johann · 10 years ago