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