1. 44702c8 cmake: generate rtcd headers in config subdir. by Tom Finegan · 7 years ago
  2. 00f8a93 Add sse2/ssse3 intra predictors for 16x4 by Scott LaVarnway · 7 years ago
  3. 7600314 Add sse2/ssse3 intra predictors for 32x8 by Scott LaVarnway · 7 years ago
  4. 925d4e5 Add sse2/ssse3 intra predictors for 8x32 by Scott LaVarnway · 7 years ago
  5. aaed33a Add sse2/ssse3 intra predictors for 4x16 by Scott LaVarnway · 7 years ago
  6. 6d9d52d Add ssse3 aom_smooth_h_predictor_16,32,64xh by Scott LaVarnway · 7 years ago
  7. 5be7c66 Add ssse3 aom_smooth_h_predictor_8xh by Scott LaVarnway · 7 years ago
  8. deeee7c Add ssse3 aom_smooth_h_predictor_4xh by Scott LaVarnway · 7 years ago
  9. 7db820e Add ssse3 aom_smooth_v_predictor_4xh by Scott LaVarnway · 7 years ago
  10. 664b74f Add ssse3 aom_smooth_v_predictor_8xh by Scott LaVarnway · 7 years ago
  11. e25a4ba Add ssse3 aom_smooth_v_predictor_16,32,64xh by Scott LaVarnway · 7 years ago
  12. 1e73219 Add sse2 version of aom_h_predictor_wxh() by Scott LaVarnway · 7 years ago
  13. a2f7a63 Add sse2 dc, dc_left, dc_top, dc_128, v, h by Scott LaVarnway · 7 years ago
  14. ee5a4d4 Add aom_paeth_predictor_16x64 ssse3,avx2 by Scott LaVarnway · 7 years ago
  15. 139542e Add aom_smooth_predictor_16x64_ssse3() by Scott LaVarnway · 7 years ago
  16. 7cb2db1 Add ssse3 version of aom_smooth_predictor_wxh() by Scott LaVarnway · 7 years ago
  17. fcc8f34 Add sse2/avx2 version of aom_v_predictor_wxh() by Scott LaVarnway · 7 years ago
  18. 892a543 Add sse2/avx2 version of aom_dc_predictor_wxh() by Scott LaVarnway · 7 years ago
  19. efef81c Add sse2/avx2 version of aom_dc_top_predictor_wxh() by Scott LaVarnway · 7 years ago
  20. de79128 Add sse2/avx2 version of aom_dc_left_predictor_wxh() by Scott LaVarnway · 7 years ago
  21. 3fffb88 Add sse2/avx2 version of aom_dc_128_predictor_wxh() by Scott LaVarnway · 7 years ago
  22. f0cf4e3 Add ssse3/avx2 version of aom_paeth_predictor_wxh() by Scott LaVarnway · 7 years ago
  23. 2e4ee07 Intra pred tests for >32x32 and 1:4 blocks by Urvang Joshi · 7 years ago
  24. a5f2540 Refactor test_intra_pred_speed. by Urvang Joshi · 7 years ago
  25. 59b633c Remove deprecated intra predictor functions by Hui Su · 7 years ago
  26. 6839682 Rect DC_PRED: mult and shifts equivalent to div. by Urvang Joshi · 7 years ago
  27. 439bcb5 More renaming about directional intra modes by Hui Su · 7 years ago
  28. 123e8a6 adopt some clang 5.0.0 formatting by Johann · 7 years ago
  29. 37ebf18 [Normative] DC_PRED: Avoid div using mult+shift. by Urvang Joshi · 7 years ago
  30. d3e7c68 Remove the use of macro "CONFIG_HIGHBITDEPTH" by Yaowu Xu · 7 years ago
  31. b7301cd Remove smooth_hv experiment flag. by Urvang Joshi · 7 years ago
  32. ae67695 Lowbd D207E/D63E/D45E intrapred x86 optimization by Yi Luo · 7 years ago
  33. 0b7127b Highbd D207E/D63E intrapred sse2/avx2 optimization by Yi Luo · 7 years ago
  34. 96d1c0a Rename TM_PRED --> PAETH_PRED. by Urvang Joshi · 7 years ago
  35. 56ad3dd Highbd D45E intrapred SSE2/AVX2 speedup by Yi Luo · 7 years ago
  36. 71b6e04 Migrate some vp9 highbd intrapred x86 speedup to av1 by Yi Luo · 7 years ago
  37. 46ae1ea Lowbd SMOOTH_PRED intrapred ssse3 optimization by Yi Luo · 8 years ago
  38. 237cf1b Lowbd TM_PRED intra pred avx2 optimization by Yi Luo · 8 years ago
  39. a0f66fc Lowbd TM_PRED intrapred ssse3 optimization by Yi Luo · 8 years ago
  40. 23c6190 Lowbd intrapred DC/TOP/LEFT/128/V/H avx2 by Yi Luo · 8 years ago
  41. 0c0fd1e Lowbd rectangle V/H intra pred sse2 optimization by Yi Luo · 8 years ago
  42. 39bdf36 Lowbd rect intrapred DC/LEFT/TOP/128 sse2 optimization by Yi Luo · 8 years ago
  43. bdddf33 Highbd rectangle intrapred V/DC sse2 optimization by Yi Luo · 8 years ago
  44. bbf6186 Highbd intrapred DC_LEFT/TOP/128 sse2 optimization by Yi Luo · 8 years ago
  45. 23b9b31 Highbd intra pred H_PRED sse2 optimization by Yi Luo · 8 years ago
  46. f5d71a6 Enhance intra pred speed test to include highbd pred by Yi Luo · 8 years ago
  47. 93b543a Remove ALT_INTRA flag. by Urvang Joshi · 8 years ago
  48. e6ca8e8 Add a new experiment SMOOTH_HV. by Urvang Joshi · 8 years ago
  49. 5894efb Fix unused variable warnings in a couple tests. by Tom Finegan · 8 years ago
  50. c3bcf3b Intra prediction: Remove unused variants. by Urvang Joshi · 8 years ago
  51. ee7ee7f SMOOTH_PRED: Use get_msb() to get log2 of block dimension. by Urvang Joshi · 8 years ago
  52. 8176081 SMOOTH_PRED: Use 12-bit multiplications instead of 18-bit. by Urvang Joshi · 8 years ago
  53. 7a07ece Include googletest cmake support. by Tom Finegan · 8 years ago
  54. 7a40600 ALT_INTRA: Integerize the weights for SMOOTH_PRED. by Urvang Joshi · 8 years ago
  55. 6be4a54 Add a new intra prediction mode "smooth". by Urvang Joshi · 8 years ago
  56. 31744ec test_intra_pred_speed.cc : Fix visual studio build. by Urvang Joshi · 9 years ago
  57. 9c01aa1 Change to use aom copyright notice by Yaowu Xu · 9 years ago
  58. 340593e Add ALT_INTRA experiment. by Urvang Joshi · 9 years ago
  59. f883b42 Port renaming changes from AOMedia by Yaowu Xu · 9 years ago
  60. c27fc14 Port folder renaming changes from AOM by Yaowu Xu · 9 years ago
  61. 3bcf3f0 test_intra_pred_speed fix: use dspr2 version when HAVE_DSPR2 by Urvang Joshi · 9 years ago
  62. 3a826f1 test/: apply clang-format by clang-format · 9 years ago
  63. 2967bf3 Merge changes from libvpx/master by cherry-pick by Johann · 9 years ago
  64. ad0646c Slow pshufb removal in 3 intra prediction functions. by Linfeng Zhang · 9 years ago
  65. 8812048 Code clean of tm_predictor_32x32 by Jian Zhou · 9 years ago
  66. c90a8a1 SSE2 based h_predictor_32x32 by Jian Zhou · 9 years ago
  67. aa5b517 Re-enable SSE2 based intra 4x4 prediction by Jian Zhou · 9 years ago
  68. 79a9add Revert "MMX in intra 4x4 prediction replaced with SSE2" by James Zern · 9 years ago
  69. e86c7c8 Speed up h_predictor_16x16 by Jian Zhou · 9 years ago
  70. da3f08f Speed up h_predictor_8x8 by Jian Zhou · 9 years ago
  71. aa2764a MMX in intra 8x8 prediction replaced with SSE2 by Jian Zhou · 9 years ago
  72. 89a1efa MMX in intra 4x4 prediction replaced with SSE2 by Jian Zhou · 9 years ago
  73. 9d29d76 SSE2 speed up of h_predictor_4x4 by Jian Zhou · 9 years ago
  74. 79b6862 Speed up tm_predictor_4x4 by Jian Zhou · 9 years ago
  75. 4013645 Replace prefix vp9_ with vpx_ for intra prediction functions by hui su · 10 years ago
  76. 7971846 Move intra prediction functions from vp9/common/ to vpx_dsp/ by hui su · 10 years ago
  77. ff8505a Fix --disable-use-x86inc by Johann · 10 years ago
  78. 9db1f24 vp9_reconintra_neon: add d45 16x16 by James Zern · 10 years ago
  79. 12c6688 vp9_reconintra_neon: add d45 8x8 by James Zern · 10 years ago
  80. ce88d74 vp9_reconintra_neon: add d45 4x4 by James Zern · 10 years ago
  81. 337b221 vp9_reconintra_neon: add d135 4x4 by James Zern · 10 years ago
  82. 6e44bf2 vp9_reconintra_neon: add DC 4x4 predictors by James Zern · 10 years ago
  83. 79fb3a0 vp9_reconintra_neon: add DC 32x32 predictors by James Zern · 10 years ago
  84. 98f0178 enable vp9_d153_predictor_32x32_ssse3 by James Zern · 10 years ago
  85. 07799ef Merge "test_intra_pred_speed: add ClearSystemState() call" by James Zern · 10 years ago
  86. c7489f4 Merge "mips msa vp9 intra-pred optimization" by Parag Salasakar · 10 years ago
  87. 1898d13 test_intra_pred_speed: add ClearSystemState() call by James Zern · 10 years ago
  88. 6a422e4 test_intra_pred_speed: remove #if w/in another macro by James Zern · 10 years ago
  89. a2288d2 mips msa vp9 intra-pred optimization by Parag Salasakar · 10 years ago
  90. a2a13cb vp9_reconintra_neon: add DC 16x16 predictors by James Zern · 10 years ago
  91. e97b849 vp9_reconintra_neon: add DC 8x8 predictors by James Zern · 10 years ago
  92. 8089f1c test_intra_pred_speed: reuse test_libvpx's main() by James Zern · 10 years ago
  93. 0d2f348 tests: add test_intra_pred_speed by James Zern · 10 years ago