1. 02f04d0 Remove CONFIG_JNT_COMP macro by Deepa K G · 7 years ago
  2. 1687085 Remove CONFIG_EXT_PARTITION_TYPES config flag by Debargha Mukherjee · 7 years ago
  3. 2ccf4b9 Remove CONFIG_EXT_PARTITION config flag by Debargha Mukherjee · 7 years ago
  4. 123e8a6 adopt some clang 5.0.0 formatting by Johann · 7 years ago
  5. d3e7c68 Remove the use of macro "CONFIG_HIGHBITDEPTH" by Yaowu Xu · 7 years ago
  6. a0367dc JNT_COMP: unit tests for jnt_sad_avg by Cheng Chen · 7 years ago
  7. 4322bc1 Fix constructor order in unit tests (sanitizer) by Sebastien Alaiwan · 8 years ago
  8. be111b3 Remove armv6 media-extension assembly. by Ralph Giles · 8 years ago
  9. 71e8784 Homogenize configuration option name. by Sebastien Alaiwan · 8 years ago
  10. 7a07ece Include googletest cmake support. by Tom Finegan · 8 years ago
  11. e983258 High bit depth motion search SAD optimization on avx2 by Yi Luo · 8 years ago
  12. 9e21874 SAD avg and 4D avx2 optimization for ext-partition by Yi Luo · 8 years ago
  13. 1f49624 SAD avx2 optimization for ext-partition by Yi Luo · 8 years ago
  14. 2ab7ff0 Change to use AOM copyright notice by Yaowu Xu · 9 years ago
  15. f883b42 Port renaming changes from AOMedia by Yaowu Xu · 9 years ago
  16. c27fc14 Port folder renaming changes from AOM by Yaowu Xu · 9 years ago
  17. 3a826f1 test/: apply clang-format by clang-format · 9 years ago
  18. 2967bf3 Merge changes from libvpx/master by cherry-pick by Johann · 9 years ago
  19. 6fe07a2 Merge branch 'master' into nextgenv2 by Yaowu Xu · 9 years ago
  20. d0e687b remove mmx sad functions by Linfeng Zhang · 9 years ago
  21. a0e1c23 Add SSE2 versions of 128x128 vpx_sad* by Geza Lore · 9 years ago
  22. 697bf5b Add 128 pixel variance and SAD functions by Geza Lore · 9 years ago
  23. 789dbb3 Code clean of sad4xNx4D_sse by Jian Zhou · 9 years ago
  24. b158d9a Code clean of sad4xN(_avg)_sse by Jian Zhou · 9 years ago
  25. 91606bb sad_test: create fn pointers w/'&' ref by James Zern · 9 years ago
  26. 097d59c Cosmetics - Fix header file order in unit tests by Jingning Han · 10 years ago
  27. bc3ec8e mips msa vpx_dsp sad sad4d avgsad optimization by Parag Salasakar · 10 years ago
  28. 1d7ccd5 Relocate memory operations for common code by Johann · 10 years ago
  29. d5d9289 Move shared SAD code to vpx_dsp by Johann · 10 years ago
  30. e3167f7 Add vp9_sad32x32x4d_neon Neon intrinsic function. by Frank Galligan · 10 years ago
  31. 9f574d0 Add vp9_sad16x16x4d_neon Neon intrinsic function. by Frank Galligan · 10 years ago
  32. 54fa956 Add vp9_sad64x64x4d_neon Neon intrinsic function. by Frank Galligan · 10 years ago
  33. 65d7fa7 sad_test: initialize bit_depth_ in all cases by James Zern · 10 years ago
  34. 16d2696 sad_test: fix vp8-only build by James Zern · 10 years ago
  35. 00c385f Visual studio build fix using explicit cast by Deb Mukherjee · 10 years ago
  36. 7eee487 Added highbitdepth sse2 SAD acceleration and tests by Peter de Rivaz · 10 years ago
  37. 7045aec SAD32xh and SAD64xh for AVX2 by levytamar82 · 10 years ago
  38. 318fc0c Removing MMX SAD calculation code. by Dmitry Kovalev · 11 years ago
  39. af10457 Fix bug 806 by levytamar82 · 11 years ago
  40. 545be78 Added vp9_sad8x8_neon() by Scott LaVarnway · 11 years ago
  41. 18e733b sad_test: drop '_t' from local typenames by James Zern · 11 years ago
  42. ba0652e Merge "Added vp9_sad64x64_neon(), vp9_sad32x32_neon()" by Scott LaVarnway · 11 years ago
  43. 696fa52 Added vp9_sad64x64_neon(), vp9_sad32x32_neon() by Scott LaVarnway · 11 years ago
  44. 29e1b1a tests: add API_REGISTER_STATE_CHECK by James Zern · 11 years ago
  45. d3ff009 vp9_sad*x4d: disable avx2 variants by James Zern · 11 years ago
  46. fc88292 Remove Wextra warnings from vp9_sad.c by Deb Mukherjee · 11 years ago
  47. 0b44988 Revert "Remove Wextra warnings from vp9_sad.c" by Frank Galligan · 11 years ago
  48. 9165504 Remove Wextra warnings from vp9_sad.c by Deb Mukherjee · 11 years ago
  49. a16794d Revert "Remove Wextra warnings from vp9_sad.c" by Jim Bankoski · 11 years ago
  50. 7ab9a95 Remove Wextra warnings from vp9_sad.c by Deb Mukherjee · 11 years ago
  51. 24c1734 fix vp9 only build by Yaowu Xu · 11 years ago
  52. 5f1486f sad_test: (arm) fix vp9-only build by James Zern · 11 years ago
  53. d7cff28 cosmetics: sad_test: add a few comments by James Zern · 11 years ago
  54. f061968 test/: remove some unnecessary extern "C"s by James Zern · 11 years ago
  55. afffa3d cleanup cpplint warnings by Yaowu Xu · 12 years ago
  56. 5b30788 variance x86inc guards by Jim Bankoski · 12 years ago
  57. c9126e0 sad + miscellaneous updates by Jim Bankoski · 12 years ago
  58. 3c4abbe Add SAD unit tests for all rectangular sizes. by Ronald S. Bultje · 12 years ago
  59. 5b75674 tests: clear system state after non-API calls by James Zern · 12 years ago
  60. 0b7910b Merge "Enable sse2 version of sad8x4/4x8" by Jingning Han · 12 years ago
  61. 15f50e7 Enable sse2 version of sad8x4/4x8 by Jingning Han · 12 years ago
  62. fa96eeb Implement SSE version for sad4x8x4d and SSE2 version for sad8x4x4d. by Ronald S. Bultje · 12 years ago
  63. 5e3439b sad_test: fix msvc compile by James Zern · 12 years ago
  64. 1cfc86e Add unit test for x4 multi-SAD functions by John Koleszar · 12 years ago
  65. 6b653cb Add VP9 1 block SAD functions to unit test by John Koleszar · 12 years ago
  66. 16810c1 Merge branch 'vp9-preview' of review:webm/libvpx by John Koleszar · 12 years ago
  67. eebb648 tests: add xmm register check for win64 targets by James Zern · 12 years ago
  68. a9c7597 support building vp8 and vp9 into a single lib by John Koleszar · 12 years ago
  69. 10f8b36 msvs/tests: fix data alignment for asm tests by James Zern · 13 years ago
  70. 12ddb75 sad_test: fix msvc build by James Zern · 13 years ago
  71. 1161055 Be consistent with SAD values by Johann · 13 years ago
  72. fbea897 Add tests for SAD functions by Johann · 13 years ago