1. 123e8a6 adopt some clang 5.0.0 formatting by Johann · 7 years ago
  2. d3e7c68 Remove the use of macro "CONFIG_HIGHBITDEPTH" by Yaowu Xu · 7 years ago
  3. 7a160ac Fix convolve test for ext_partition by Debargha Mukherjee · 7 years ago
  4. 7d70168 Fix warnings about dangling 'else' by Sebastien Alaiwan · 7 years ago
  5. 5ab5872 Add missing initializations of HBD buffers by Yaowu Xu · 8 years ago
  6. 92400ab Enable build support for high-bitdepth by default by Sebastien Alaiwan · 8 years ago
  7. e57473a Fix possibility of uninitialized vals in convolve_test by Sarah Parker · 8 years ago
  8. 032573d Cleanup: remove const by Yaowu Xu · 8 years ago
  9. a4d8799 Move width branch out of height loop by Yi Luo · 8 years ago
  10. 71e8784 Homogenize configuration option name. by Sebastien Alaiwan · 8 years ago
  11. 9d24735 High bit depth inter prediction filter AVX2 by Yi Luo · 8 years ago
  12. a9b174b InterpFilter type: Create an enum. by Urvang Joshi · 8 years ago
  13. 7a07ece Include googletest cmake support. by Tom Finegan · 8 years ago
  14. 1733f6b Merge ext_interp and dual_filter by Angie Chiang · 8 years ago
  15. b137289 Turn on convolve_test.cc by Angie Chiang · 8 years ago
  16. 88a03bb Fix warnings reported by -Wshadow: Part3: test/ directory by Urvang Joshi · 8 years ago
  17. c648a9f Use derived variable size for memcpy by Yaowu Xu · 8 years ago
  18. 7b9407a s/INTERP_FILTER/InterpFilter/ by James Zern · 9 years ago
  19. 2ab7ff0 Change to use AOM copyright notice by Yaowu Xu · 9 years ago
  20. f883b42 Port renaming changes from AOMedia by Yaowu Xu · 9 years ago
  21. c27fc14 Port folder renaming changes from AOM by Yaowu Xu · 9 years ago
  22. 3a826f1 test/: apply clang-format by clang-format · 9 years ago
  23. 3bd709f Remove vp8, vp9 folders by Yaowu Xu · 9 years ago
  24. 2967bf3 Merge changes from libvpx/master by cherry-pick by Johann · 9 years ago
  25. 6fe07a2 Merge branch 'master' into nextgenv2 by Yaowu Xu · 9 years ago
  26. 9a56a5e convolve_test: Fix high bit depth IOC runtime errors. by Tom Finegan · 9 years ago
  27. 6042d68 convolve_test: Fix IOC runtime errors. by Tom Finegan · 9 years ago
  28. 2f97b7c Port convolve test refactor to master. by Alex Converse · 9 years ago
  29. f03e238 convolve_test: Avoid #if inside INSTANTIATE_TEST_CASE_P by Alex Converse · 9 years ago
  30. 552d5cd Extend superblock size fo 128x128 pixels. by Geza Lore · 9 years ago
  31. 938b8df Extend convolution functions to 128x128 for ext-partition. by Geza Lore · 9 years ago
  32. cffef11 tests: quiet some unused parameter warnings by James Zern · 9 years ago
  33. 0c00af1 Add vpx_highbd_convolve_{copy,avg}_sse2 by Alex Converse · 9 years ago
  34. 7e77938 Generate convolve_test wrapper functions with a macro by Alex Converse · 9 years ago
  35. 4e6b507 VPX: remove scaled calls from FUN_CONV_1D by Scott LaVarnway · 10 years ago
  36. 7186a2d Code refactor on InterpKernel by Zoe Liu · 10 years ago
  37. 097d59c Cosmetics - Fix header file order in unit tests by Jingning Han · 10 years ago
  38. 1ec0853 Delete ChangeFilterWorks test by Scott LaVarnway · 10 years ago
  39. 017253b remove vp9_get_interp_kernel() by James Zern · 10 years ago
  40. ff8505a Fix --disable-use-x86inc by Johann · 10 years ago
  41. bdfbc3e mips msa vp9 convolve8 avg hv optimization by Parag Salasakar · 10 years ago
  42. b8c1cdc mips msa vp9 convolve8 avg horiz optimization by Parag Salasakar · 10 years ago
  43. c543d38 mips msa vp9 convolve8 avg vert optimization by Parag Salasakar · 10 years ago
  44. ebf7466 mips msa vp9 updated convolve horiz, vert, hv, copy, avg module by Parag Salasakar · 10 years ago
  45. f9f078e mips msa vp9 updated macros and disable all MSA functions by Parag Salasakar · 10 years ago
  46. 95cb130 Merge "mips msa vp9 copy and avg convolve optimization" by Parag Salasakar · 10 years ago
  47. 2301d10 mips msa vp9 copy and avg convolve optimization by Parag Salasakar · 10 years ago
  48. f274c21 vpx_mem: remove vpx_memcpy by James Zern · 10 years ago
  49. ca90d4f mips msa vp9 convolve8 horiz optimization by Parag Salasakar · 10 years ago
  50. ef51c1a mips msa vp9 convolve8 hv optimization by Parag Salasakar · 10 years ago
  51. 27d083c mips msa vp9 convolve8 vert optimization by Parag Salasakar · 10 years ago
  52. 18d3236 Fix test to call clear system state in convolve_test. by Jim Bankoski · 10 years ago
  53. 01fc6f5 VP9 common for ARMv8 by using NEON intrinsics 07 by James Yu · 11 years ago
  54. 893534a VP9 common for ARMv8 by using NEON intrinsics 04 by James Yu · 11 years ago
  55. d12757f VP9 common for ARMv8 by using NEON intrinsics 03 by James Yu · 11 years ago
  56. 617382a VP9 common for ARMv8 by using NEON intrinsics 02 by Scott LaVarnway · 11 years ago
  57. 1c3594c Add convolve_copy and convolve_avg to the test by Johann · 10 years ago
  58. 27dce0f Test name changes to use SSE/SSE2 exactly by Deb Mukherjee · 10 years ago
  59. 1929c9b Rename highbitdepth functions to use highbd prefix by Deb Mukherjee · 10 years ago
  60. d50716f Incorporate WRAPLOW macro into non-highbitdepth tx by Deb Mukherjee · 10 years ago
  61. db71c1b Fix compile warning. by hkuang · 11 years ago
  62. 0d3c3d3 Adds high bitdepth convolve, interpred & scaling by Deb Mukherjee · 11 years ago
  63. 10783d4 Adds high bitdepth transform functions and tests by Deb Mukherjee · 11 years ago
  64. 8645a53 Allow specifying opt dependencies by Johann · 11 years ago
  65. 839911f Fix bug 804 by levytamar82 · 11 years ago
  66. dfc4e8f convolve_test: drop '_t' from local typenames by James Zern · 11 years ago
  67. 29e1b1a tests: add API_REGISTER_STATE_CHECK by James Zern · 11 years ago
  68. 5704578 convolve: disable avx2 variants by James Zern · 11 years ago
  69. 4f0943b Turn on unit tests for AVX2 convolve functions by Yunqing Wang · 11 years ago
  70. 077144d Use extreme values for input in convovle tests by Yaowu Xu · 11 years ago
  71. 021eaab Hiding vp9_sub_pel_filters_{8, 8s, 8lp} filters in *.c file. by Dmitry Kovalev · 11 years ago
  72. ce23931 Only build neon assembly for armv7 targets by Johann · 11 years ago
  73. 3d4ed27 Reusing vp9_get_interp_kernel() function in unit tests. by Dmitry Kovalev · 11 years ago
  74. 002ad40 test/: remove unnecessary extern "C"s by James Zern · 11 years ago
  75. 51490e5 Removing PARAMS macro for consistency by Joshua Litt · 11 years ago
  76. 3fb728c SSE2 8-tap sub-pixel filter optimization by Yunqing Wang · 11 years ago
  77. 40edab5 mips dsp-ase r2 vp9 decoder convolve module optimizations by Parag Salasakar · 12 years ago
  78. e326cec Fix intermediate height in convolve_c by Tero Rintaluoma · 12 years ago
  79. 3f10831 Fix bug in convolution functions (filter selection) by Adrian Grange · 12 years ago
  80. c3809f3 Begin to restrict x86inc.asm usage by Jim Bankoski · 12 years ago
  81. 59dc4e9 vp9_convolve8_neon placeholder by Johann · 12 years ago
  82. a15bebf vp9_convolve8_[horiz|vert]_avg by Johann · 12 years ago
  83. 158c80c convolve8 optimizations for neon by Johann · 12 years ago
  84. decead7 Replace copy_memNxM functions with a generic copy/avg function. by Ronald S. Bultje · 12 years ago
  85. e7b599f convolve_test: align filter arrays by James Zern · 12 years ago
  86. 995ce52 Cosmetic cleanups of filters by Deb Mukherjee · 12 years ago
  87. 8fb48af convolve_test: cosmetics by James Zern · 12 years ago
  88. b0e5775 convolve_test: remove unnecessary memset by James Zern · 12 years ago
  89. a9ebbcc convolve: support larger blocks, fix asm saturation bug by John Koleszar · 12 years ago
  90. 04c2407 convolve test: validate 1D filters are 1D by John Koleszar · 12 years ago
  91. 557a1b2 Run all filters through convolve test by John Koleszar · 12 years ago
  92. 6fd7dd1 Use 256-byte aligned filter tables by John Koleszar · 12 years ago
  93. 6a4f708 Refactor inter recon functions to support scaling by John Koleszar · 12 years ago
  94. 29d47ac Restore SSSE3 subpixel filters in new convolve framework by John Koleszar · 12 years ago
  95. 5ca6a36 Add 8-tap generic convolver by John Koleszar · 12 years ago