1. b7c05bd *.{c,cc,h}: normalize AOMedia copyright by James Zern · 7 months ago
  2. a455a61 Remove completed TODO from av1_inv_txfm2d_test.cc by George Steed · 1 year, 4 months ago
  3. faa2dcf test/*.cc: prefer 'override' to 'virtual' by James Zern · 1 year, 6 months ago
  4. 7bb4c54 Revert "Revert "Remove second transpose from transforms"" by Kyle Siefring · 2 years, 2 months ago
  5. fe9647f Revert "Remove second transpose from transforms" by Kyle Siefring · 2 years, 2 months ago
  6. 976f227 Remove second transpose from transforms by Kyle Siefring · 2 years, 3 months ago
  7. 664f04d test/*: normalize use of nullptr by James Zern · 2 years, 8 months ago
  8. 9dfac72 Update gtest usage in unit tests by chiyotsai · 4 years, 7 months ago
  9. 96786fe Update google test to version 1.10.x by Cheng Chen · 5 years ago
  10. a543df5 Replace testing::tuple with std::tuple by sarahparker · 6 years ago
  11. 37b9a65 Fix bug in lowbd inv_txfm'mismatch in NEON by Sachin Kumar Garg · 6 years ago
  12. a6fe432 fix compile error LLVM-9.1 by Pascal Massimino · 6 years ago
  13. 09c8534 Disable av1_inv_txfm_add NEON optimization by Yunqing Wang · 6 years ago
  14. 068f2cc Fix lowbd inv_txfm's mismatch between C and SIMD by Peng Bin · 6 years ago
  15. 54fa62e clang-format v6.0.1 by Johann · 6 years ago
  16. 000f2f6 Facilitate eob support in inverse transform for neon by Venkat · 7 years ago
  17. 44702c8 cmake: generate rtcd headers in config subdir. by Tom Finegan · 7 years ago
  18. ab1f9dc av1_txfm_test.h: isTxSizeTypeValid -> IsTxSizeTypeValid by James Zern · 7 years ago
  19. a369522 Remove unused fadst32/iadst32 functions by Angie Chiang · 7 years ago
  20. e3313cf Remove av1_[f/i]identity64 txfm c functions by Angie Chiang · 7 years ago
  21. 9f04180 Implement av1_lowbd_fwd_txfm_sse4_1 by Peng Bin · 7 years ago
  22. 9561280 test: use testing::*tuple instead of std::tr1 by James Zern · 7 years ago
  23. e5f271a Partial inv txfm based on eob for ssse3 by Peng Bin · 7 years ago
  24. 34b90dd Sync inv identity txfm ssse3/avx2 with C version by Peng Bin · 7 years ago
  25. 0ee9960 Hook in AVX2 inv txfm by Peng Bin · 7 years ago
  26. 56750cf Refactor inv txfm2d ssse3 function prototype by Peng Bin · 7 years ago
  27. 188b706 Change inv txfm from sse2 to ssse3 for speedup by Peng Bin · 7 years ago
  28. d3d4159 Remove CONFIG_TX64X64 by Yaowu Xu · 7 years ago
  29. 18976fa Add inv txfm2d sse2 for sizes with 4 by Peng Bin · 7 years ago
  30. a7ba23f Add inv txfm2d 64 sse2 by Peng Bin · 7 years ago
  31. 008c643 Add inv txfm2d {8x32,32x8} sse2 by Peng Bin · 7 years ago
  32. e193a70 Inv_txfm unittest cosmetic changes by Peng Bin · 7 years ago
  33. 3285bc4 Add av1_lowbd_inv_txfm2d_add_{16,32}_sse2 by Peng Bin · 7 years ago
  34. 463bd75 [Normative txmg]Use 12-bit cos_bit on inverse txfm by Angie Chiang · 7 years ago
  35. 87fc8f9 Fix unittest on av1_lowbd_inv_txfm2d_add_{16,8}x{16,8}_sse2 by Zoe Liu · 7 years ago
  36. ba7815a Add av1_lowbd_inv_txfm2d_add_{16,8}x{16,8}_sse2 by Peng Bin · 7 years ago
  37. 58bd7ce Implement av1_lowbd_inv_txfm2d_add_8x8_sse2 by Peng Bin · 7 years ago
  38. a87dc76 Bitstream change - avoid overflow of identity txfm by Angie Chiang · 7 years ago
  39. 0c7b8d8 Simplify txfm table by Angie Chiang · 7 years ago
  40. d4327bc Simplify cos_bit setting in txfm by Angie Chiang · 7 years ago
  41. 123e8a6 adopt some clang 5.0.0 formatting by Johann · 7 years ago
  42. 0625027 Tune the inv_shift by Angie Chiang · 7 years ago
  43. a0d2759 Tune fwd txfm's config by Angie Chiang · 7 years ago
  44. 4b29ea8 Move InvSqrt2 to the front of inv_txfm2d_add_c by Angie Chiang · 7 years ago
  45. a4c8048 Move rect txfm's shift setting into config by Angie Chiang · 7 years ago
  46. aa84f3e Enhance tests to include fwd/inv 1D transforms by Debargha Mukherjee · 7 years ago
  47. 7580f25 Account for sqrt(2) in range computation of 1:2 tx by Yue Chen · 7 years ago
  48. 1158bff Various fixes to scale managed txfms and tests by Debargha Mukherjee · 7 years ago
  49. c1d9aef Define separate stage ranges for col/row idtx txfm by Yue Chen · 7 years ago
  50. d3e7c68 Remove the use of macro "CONFIG_HIGHBITDEPTH" by Yaowu Xu · 7 years ago
  51. 4d5cf53 Swap new size 8 and 16 fwd/inv transforms for ADST by Urvang Joshi · 7 years ago
  52. a30b9ec Correct scale factor for TX_16X64 and TX_64X16. by Urvang Joshi · 7 years ago
  53. 46e8fda txfm2d_test: Relax some error thresholds. by Urvang Joshi · 7 years ago
  54. e3fb568 Add a missed array alignment by Yaowu Xu · 7 years ago
  55. b971c86 Align arrays by Yaowu Xu · 7 years ago
  56. 5dbb9b4 AV1InvTxfm2d: Better test for txfms with approx. by Urvang Joshi · 7 years ago
  57. e035b5d AV1InvTxfm2d.RunRoundtripCheck: Add 1:4 transforms by Urvang Joshi · 7 years ago
  58. a989d83 AV1InvTxfm2d.CfgTest: Add 1:2 and 1:4 transforms. by Urvang Joshi · 7 years ago
  59. 0e301ba AV1InvTxfm2d.RunRoundtripCheck: Add TX64X64 test. by Urvang Joshi · 7 years ago
  60. c502216 Pass TXFM_2D_FLIP_CFG by pointer; don't return. by Urvang Joshi · 7 years ago
  61. 5e98200 Remove special functions to get fwd/inv configs. by Urvang Joshi · 7 years ago
  62. ab2b36e Fix unit tests for TX64X64. by Urvang Joshi · 7 years ago
  63. 3bac992 Remove experimental flag of EXT_TX by Sebastien Alaiwan · 7 years ago
  64. 1181296 Remove experimental flag for rect-tx by Debargha Mukherjee · 7 years ago
  65. 2283d37 Use TX_TYPE consistently instead of int. by Urvang Joshi · 7 years ago
  66. 9c7089a Add txfm config test by Angie Chiang · 7 years ago
  67. d2db658 Add rect txfm unit tests by Angie Chiang · 7 years ago
  68. 8b730a5 Avoid use of 'assert' in unit tests by Sebastien Alaiwan · 8 years ago
  69. ed9e0d0 Unify the many definitions of NELEMENTS by Sebastien Alaiwan · 8 years ago
  70. 6c933e1 av1_inv_txfm2d_test: Remove suffix on local variable name by Sebastien Alaiwan · 8 years ago
  71. 7a6e87b Reduce scope of temporary arrays by Sebastien Alaiwan · 8 years ago
  72. b5138be Avoid dynamic memory allocation by Sebastien Alaiwan · 8 years ago
  73. f7829f4 Reduce scope of 'count_' by Sebastien Alaiwan · 8 years ago
  74. eec47e6 Refactor hbd txfm configurations to be 1D by Sarah Parker · 8 years ago
  75. 71e8784 Homogenize configuration option name. by Sebastien Alaiwan · 8 years ago
  76. bde4ac8 change to use AOMedia copyright notice by Yaowu Xu · 8 years ago
  77. f883b42 Port renaming changes from AOMedia by Yaowu Xu · 8 years ago