summaryrefslogtreecommitdiff
path: root/test/av1_fwd_txfm2d_test.cc
Commit message (Expand)AuthorAge
* cmake: generate rtcd headers in config subdir.Tom Finegan2018-05-23
* av1_txfm_test.h: isTxSizeTypeValid -> IsTxSizeTypeValidJames Zern2018-05-01
* Rename av1_fwd_txfm2d_sse4_1 testPeng Bin2018-04-26
* Remove unused fadst32/iadst32 functionsAngie Chiang2018-04-24
* Remove av1_[f/i]identity64 txfm c functionsAngie Chiang2018-04-24
* Hook in fwd_txfm with size 64Peng Bin2018-04-12
* Implement av1_lowbd_fwd_txfm_sse4_1Peng Bin2018-04-10
* Implement av1_lowbd_fwd_txfm2d_{64x16,16x64}_sse2Peng Bin2018-04-06
* test: use testing::*tuple instead of std::tr1James Zern2018-03-31
* Implement av1_lowbd_fwd_txfm2d_{4x16,16x4}_sse2Linfeng Zhang2018-02-16
* Remove CONFIG_TX64X64Yaowu Xu2018-02-15
* Implement av1_lowbd_fwd_txfm2d_8x4_sse2Linfeng Zhang2018-02-14
* Implement av1_lowbd_fwd_txfm2d_4x8_sse2Linfeng Zhang2018-02-13
* Implement av1_lowbd_fwd_txfm2d_4x4_sse2Linfeng Zhang2018-02-13
* Implement av1_lowbd_fwd_txfm2d_32x8_sse2Angie Chiang2018-02-09
* Implement av1_lowbd_fwd_txfm2d_8x32_sse2Angie Chiang2018-02-09
* Turn on sse2 simd optimizationAngie Chiang2018-02-09
* Implement av1_lowbd_inv_txfm2d_add_8x8_sse2Peng Bin2018-02-08
* Implement av1_fwd_txfm2d_32x{16, 32}_sse2Linfeng Zhang2018-02-08
* Implement av1_fwd_txfm2d_16x{8,32}_sse2Linfeng Zhang2018-02-08
* Bitstream change - avoid overflow of identity txfmAngie Chiang2018-02-08
* Bitstream change - avoid overflow of 1:2/2:1 txfmAngie Chiang2018-02-08
* Align buffersYaowu Xu2018-02-07
* Implement av1_fwd_txfm2d_8x16_sse2Linfeng Zhang2018-02-06
* Implement av1_fwd_txfm2d_16x16_sse2Linfeng Zhang2018-02-06
* Implement av1_fwd_txfm2d_8x8_sse2Angie Chiang2018-02-06
* Simplify txfm tableAngie Chiang2018-01-25
* Simplify cos_bit setting in txfmAngie Chiang2018-01-24
* adopt some clang 5.0.0 formattingJohann2018-01-24
* Let adst4's precision be adjustableAngie Chiang2018-01-23
* Tune fwd txfm's configAngie Chiang2018-01-23
* Move rect txfm's shift setting into configAngie Chiang2018-01-11
* Enhance tests to include fwd/inv 1D transformsDebargha Mukherjee2018-01-04
* Account for sqrt(2) in range computation of 1:2 txYue Chen2018-01-04
* Various fixes to scale managed txfms and testsDebargha Mukherjee2018-01-03
* Define separate stage ranges for col/row idtx txfmYue Chen2017-12-29
* Remove the use of macro "CONFIG_HIGHBITDEPTH"Yaowu Xu2017-12-27
* Replace hbd adst4 with lbd adst4Sarah Parker2017-12-23
* Swap new size 8 and 16 fwd/inv transforms for ADSTUrvang Joshi2017-12-21
* Correct scale factor for TX_16X64 and TX_64X16.Urvang Joshi2017-12-16
* txfm2d_test: Relax some error thresholds.Urvang Joshi2017-12-15
* reference_hybrid_2d: Scaling within the function.Urvang Joshi2017-12-14
* AV1FwdTxfm2d.RunFwdAccuracyCheck: Add rect txfms.Urvang Joshi2017-12-13
* AV1FwdTxfm2d.RunFwdAccuracyCheck: Add TX64X64 test.Urvang Joshi2017-12-12
* AV1FwdTxfm2d.CfgTest: Add 1:2 and 1:4 transforms.Urvang Joshi2017-12-12
* Pass TXFM_2D_FLIP_CFG by pointer; don't return.Urvang Joshi2017-11-30
* Remove special functions to get fwd/inv configs.Urvang Joshi2017-11-28
* Fix unit tests for TX64X64.Urvang Joshi2017-11-15
* Remove experimental flag of EXT_TXSebastien Alaiwan2017-11-02
* Use TX_TYPE consistently instead of int.Urvang Joshi2017-10-05