1. 2680275 rename the simd function name to reflect the number of taps used. by Ryan · 7 years ago
  2. d6a7dd1 SSE2 optimization for lpf 16_dual implementations by Maxym Dmytrychenko · 7 years ago
  3. 8ec5c07 Remove two more LPF macros by Yaowu Xu · 7 years ago
  4. 6d0ed3e Remove CONFIG_PARALLEL_DEBLOCKING by Yaowu Xu · 7 years ago
  5. e33f581 SSE2 optimizations for _16 highbd lpf functions by Maxym Dmytrychenko · 7 years ago
  6. ae6e6bc SSE2 optimizations for _6/_16 lowbd lpf functions by Maxym Dmytrychenko · 7 years ago
  7. 123e8a6 adopt some clang 5.0.0 formatting by Johann · 7 years ago
  8. d3e7c68 Remove the use of macro "CONFIG_HIGHBITDEPTH" by Yaowu Xu · 7 years ago
  9. 360c491 lpf_test: correct threshold ranges by James Zern · 7 years ago
  10. 684b7bd Unify highbd loopfilter function names by James Zern · 7 years ago
  11. 989c5cb Rename test/lpf_8_test.cc to test/lpf_test.cc by James Zern · 7 years ago[Renamed from test/lpf_8_test.cc]
  12. 1dbe80b Unify loopfilter function names by James Zern · 7 years ago
  13. 5b0f0b8 Remove duplicates in Loop8Test6Param and Loop8Test9Param by Linfeng Zhang · 9 years ago
  14. e68e6b7 Update Loop8Test{6,9}Param to test filter8() by Linfeng Zhang · 9 years ago
  15. bda536a Disable wide filter unit tests in deblock_13tap mode by Ola Hugosson · 7 years ago
  16. ea8a0d5 Lowbd parallel_deblocking sse2 optimization by Yi Luo · 8 years ago
  17. 6f5569f Highbd parallel_deblocking sse2 optimization by Yi Luo · 8 years ago
  18. 6ae0054 Highbd loop filter AVX2 by Yi Luo · 8 years ago
  19. 2c6ca5f enable parallel_deblocking experiment by default by Ryan Lei · 8 years ago
  20. 1fd7105 lpf_8_test: Use static arrays for test params by Yaowu Xu · 8 years ago
  21. 71e8784 Homogenize configuration option name. by Sebastien Alaiwan · 8 years ago
  22. 7a07ece Include googletest cmake support. by Tom Finegan · 8 years ago
  23. 17ce8b1 Remove file base name collisions. by Tom Finegan · 8 years ago
  24. 88a03bb Fix warnings reported by -Wshadow: Part3: test/ directory by Urvang Joshi · 8 years ago
  25. 2ab7ff0 Change to use AOM copyright notice by Yaowu Xu · 9 years ago
  26. f883b42 Port renaming changes from AOMedia by Yaowu Xu · 9 years ago
  27. c27fc14 Port folder renaming changes from AOM by Yaowu Xu · 9 years ago
  28. 3a826f1 test/: apply clang-format by clang-format · 9 years ago
  29. 3fa28d5 More vp8/vp9 clean up by Yaowu Xu · 9 years ago
  30. 4b5e462 Upgrade vpx_lpf_{vertical,horizontal}_4 mmx to sse2 by Linfeng Zhang · 9 years ago
  31. 67c4c82 VPX: loopfilter_mmx.asm using x86inc 2 by Scott LaVarnway · 9 years ago
  32. 9aa083d Revert "VPX: loopfilter_mmx.asm using x86inc" by James Zern · 9 years ago
  33. 15ecdc3 VPX: loopfilter_mmx.asm using x86inc by Scott LaVarnway · 9 years ago
  34. 3ea537c lpf_8_test: remove unneeded function wrapper by James Zern · 9 years ago
  35. 9b44d9d split vpx_highbd_lpf_horizontal_16 in two by James Zern · 9 years ago
  36. 1b519fb split vpx_lpf_horizontal_16 in two by James Zern · 9 years ago
  37. e7a23d7 vpx_highbd_lpf_horizontal_4: remove unused count param by James Zern · 9 years ago
  38. 5171857 vpx_highbd_lpf_horizontal_8: remove unused count param by James Zern · 9 years ago
  39. 3c1019e vpx_highbd_lpf_vertical_4: remove unused count param by James Zern · 9 years ago
  40. 72a9f06 vpx_highbd_lpf_vertical_8: remove unused count param by James Zern · 9 years ago
  41. b1e97c6 vpx_lpf_horizontal_4: remove unused count param by James Zern · 9 years ago
  42. bd5a5bb vpx_lpf_horizontal_8: remove unused count param by James Zern · 9 years ago
  43. 109a47b vpx_lpf_vertical_4: remove unused count param by James Zern · 9 years ago
  44. 3722574 vpx_lpf_vertical_8: remove unused count param by James Zern · 9 years ago
  45. 47dee37 lpf_8_test: add missing dspr2 tests by James Zern · 9 years ago
  46. 4fec4a8 lpf_8_test: add missing vpx_lpf_horizontal_4 tests by James Zern · 9 years ago
  47. c3f2c8a lpf_8_test: add missing vpx_lpf_vertical_4 tests by James Zern · 9 years ago
  48. 45a7b5e lpf_8_test: simplify function wrapper generation by James Zern · 9 years ago
  49. f642ee8 Enable missing dual lpf test by Johann · 10 years ago
  50. 097d59c Cosmetics - Fix header file order in unit tests by Jingning Han · 10 years ago
  51. 2992739 Rename loop filter function from vp9_ to vpx_ by Jingning Han · 10 years ago
  52. 50adfdf Migrate loop filter functions from vp9/ to vpx_dsp/ by Jingning Han · 10 years ago
  53. d43fd99 mips msa vp9 loopfilter 4, 8 optimization by Parag Salasakar · 10 years ago
  54. 914f8f9 mips msa vp9 loopfilter 16 optimization by Parag Salasakar · 10 years ago
  55. fd3658b replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED by James Zern · 10 years ago
  56. f58011a vpx_mem: remove vpx_memset by James Zern · 10 years ago
  57. 4e73e4b Test loopfilters with count=2 by Ed Baker · 10 years ago
  58. 377b668 Disable vp9 _8_ loopfilters by Johann · 10 years ago
  59. fca0037 Add missing tests for neon _16_ filters by Johann · 10 years ago
  60. aeeaa67 VP9 common for ARMv8 by using NEON intrinsics 15 by James Yu · 11 years ago
  61. 5b098b1 VP9 common for ARMv8 by using NEON intrinsics 01 by James Yu · 11 years ago
  62. 072ed17 Loop filter test fix by Deb Mukherjee · 10 years ago
  63. 3063193 acm_random: provide full range for Rand8() by James Zern · 10 years ago
  64. 27dce0f Test name changes to use SSE/SSE2 exactly by Deb Mukherjee · 10 years ago
  65. 86175a5 WORKAROUND FIX FOR GCC4.9.1 by levytamar82 · 10 years ago
  66. 931ed51 High bit-depth loop/arf/postproc filter functions by Deb Mukherjee · 11 years ago