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. 2283d37 Use TX_TYPE consistently instead of int. by Urvang Joshi · 7 years ago
  4. d405f8a Cleanup dead fwd transform functions by Frederic Barbier · 8 years ago
  5. c756e4d Cleanup dead high-bitdepth inverse-tx functions by Frederic Barbier · 8 years ago
  6. c6a48a2 Drop support for CONFIG_EMULATE_HARDWARE by Sebastien Alaiwan · 8 years ago
  7. 71e8784 Homogenize configuration option name. by Sebastien Alaiwan · 8 years ago
  8. 7a07ece Include googletest cmake support. by Tom Finegan · 8 years ago
  9. 0c552df Fix aom_fdct32x32_avx2 output as CONFIG_AOM_HIGHBITDEPTH=1 by Yi Luo · 8 years ago
  10. fed8e1c Hybrid forward transform 32x32 AVX2 optimization by Yi Luo · 8 years ago
  11. 2ab7ff0 Change to use AOM copyright notice by Yaowu Xu · 9 years ago
  12. f883b42 Port renaming changes from AOMedia by Yaowu Xu · 9 years ago
  13. c27fc14 Port folder renaming changes from AOM by Yaowu Xu · 9 years ago
  14. 3a826f1 test/: apply clang-format by clang-format · 9 years ago
  15. 3fa28d5 More vp8/vp9 clean up by Yaowu Xu · 9 years ago
  16. 3bd709f Remove vp8, vp9 folders by Yaowu Xu · 9 years ago
  17. 6fe07a2 Merge branch 'master' into nextgenv2 by Yaowu Xu · 9 years ago
  18. 6bbb8b7 tests: remove redundant round() definition by James Zern · 9 years ago
  19. 6382727 Fix UBSAN/IOC errors by Yaowu Xu · 9 years ago
  20. ef17fc4 dct32x32_test: s/HAVE_NEON_ASM/HAVE_NEON/ by James Zern · 9 years ago
  21. 5ab46e0 Merge changes I7a1c0cba,Ie02b5caf,I2cbd85d7,I644f35b0 by James Zern · 9 years ago
  22. 50e05d0 dct32x32_test: create fn pointers w/'&' ref by James Zern · 9 years ago
  23. c98f8e0 dct32x32_test: add PartialTrans32x32Test, Random by James Zern · 9 years ago
  24. 0269df4 vpx_fdct32x32_1_c: fix accumulator overflow by James Zern · 9 years ago
  25. b054983 dct32x32_test: remove unused function by James Zern · 9 years ago
  26. 08a453b Replace vp9_ prefix with vpx_ prefix in vpx_dsp function names by Jingning Han · 10 years ago
  27. 097d59c Cosmetics - Fix header file order in unit tests by Jingning Han · 10 years ago
  28. 4b5109c Replace vp9_ prefix in 2D-DCT functions with vpx_ by Jingning Han · 10 years ago
  29. a6a4659 Factor 32x32 fwd DCT to vpx_dsp folder by Jingning Han · 10 years ago
  30. d9fedf7 mips msa vp9 fdct 32x32 optimization by Parag Salasakar · 10 years ago
  31. 6af9d7f mips msa vp9 updated idct 8x8, 16x16 and 32x32 module by Parag Salasakar · 10 years ago
  32. f9f078e mips msa vp9 updated macros and disable all MSA functions by Parag Salasakar · 10 years ago
  33. 1d7ccd5 Relocate memory operations for common code by Johann · 10 years ago
  34. a8a9c2b Merge "mips msa vp9 idct 32x32 optimization" by Parag Salasakar · 10 years ago
  35. fd3658b replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED by James Zern · 10 years ago
  36. 1601c13 mips msa vp9 idct 32x32 optimization by Parag Salasakar · 10 years ago
  37. 7e40a55 Added high bitdepth sse2 transform functions by Peter de Rivaz · 10 years ago
  38. 1929c9b Rename highbitdepth functions to use highbd prefix by Deb Mukherjee · 10 years ago
  39. d50716f Incorporate WRAPLOW macro into non-highbitdepth tx by Deb Mukherjee · 10 years ago
  40. 10783d4 Adds high bitdepth transform functions and tests by Deb Mukherjee · 11 years ago
  41. eb2f000 tests/reference_32x32_dct_1d: remove unused stride param by James Zern · 11 years ago
  42. fd38e70 dct32x32_test: drop '_t' from local typenames by James Zern · 11 years ago
  43. 29e1b1a tests: add API_REGISTER_STATE_CHECK by James Zern · 11 years ago
  44. 5c2696c Rework unit test for 8x8 transformation by Jingning Han · 11 years ago
  45. ce23931 Only build neon assembly for armv7 targets by Johann · 11 years ago
  46. a6effda dct32x32_test: add NEON functions by James Zern · 11 years ago
  47. 002ad40 test/: remove unnecessary extern "C"s by James Zern · 11 years ago
  48. e9c1961 Merge "vp9_short_fdct32x32_rd vp9_short_fdct32x32 optimized for AVX2" by Yaowu Xu · 11 years ago
  49. 8def766 vp9_short_fdct32x32_rd vp9_short_fdct32x32 optimized for AVX2 by levytamar82 · 11 years ago
  50. 51490e5 Removing PARAMS macro for consistency by Joshua Litt · 11 years ago
  51. 600a386 Making input pointer constant for all fdct/fht functions. by Dmitry Kovalev · 11 years ago
  52. a018988 Renaming vp9_short_fdct32x32 to vp9_fdct32x32. by Dmitry Kovalev · 11 years ago
  53. e05412f Using stride (# of elements) instead of pitch (bytes) in fdct32x32. by Dmitry Kovalev · 11 years ago
  54. 65f118d Making input pointer of any inverse transform constant. by Dmitry Kovalev · 11 years ago
  55. 1e766b5 Giving consistent names to IDCT 32x32 functions. by Dmitry Kovalev · 11 years ago
  56. afffa3d cleanup cpplint warnings by Yaowu Xu · 12 years ago
  57. 4ad52a8 Enable 32x32 Transform unit test by Jingning Han · 12 years ago
  58. 2cf0d4b WIP: 32x32 idct/recon merge by Scott LaVarnway · 12 years ago
  59. 3dbc78b Enable 32x32 dct tests by Yaowu Xu · 12 years ago
  60. 649be94 Removal of Hybrid DWT/DCT experiment. by Paul Wilkins · 12 years ago
  61. 55657aa Fix wrong pitch argument in dct32x32 unit test. by Ronald S. Bultje · 12 years ago
  62. aa2effa Merge tx32x32 experiment. by Ronald S. Bultje · 12 years ago
  63. c681887 fixed build issue with round() by Yaowu Xu · 12 years ago
  64. c456b35 32x32 transform for superblocks. by Ronald S. Bultje · 12 years ago