Searched refs:inv_txfm_ (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/test/ |
D | fwht4x4_test.cc | 61 inv_txfm_ = GET_PARAM(1); in SetUp() 76 inv_txfm_(out, dst, stride); in RunInvTxfm() 80 IdctFunc inv_txfm_; member in __anonc8b6c3120111::Trans4x4WHT
|
D | av1_highbd_iht_test.cc | 52 inv_txfm_ = GET_PARAM(1); in SetUp() 102 IHbdHtFunc inv_txfm_; member in __anona5ef89ca0111::AV1HighbdInvHTNxN 130 inv_txfm_(coeffs_, output_, stride, tx_type_, bit_depth_)); in RunBitexactCheck()
|
/external/libvpx/libvpx/test/ |
D | dct32x32_test.cc | 90 inv_txfm_ = GET_PARAM(1); in SetUp() 104 InvTxfmFunc inv_txfm_; member in __anon04a6ed980111::Trans32x32Test 145 ASM_REGISTER_STATE_CHECK(inv_txfm_(test_temp_block, dst, 32)); in TEST_P() 149 inv_txfm_(test_temp_block, CAST_TO_BYTEPTR(dst16), 32)); in TEST_P() 297 ASM_REGISTER_STATE_CHECK(inv_txfm_(coeff, dst, 32)); in TEST_P() 300 ASM_REGISTER_STATE_CHECK(inv_txfm_(coeff, CAST_TO_BYTEPTR(dst16), 32)); in TEST_P()
|
D | fdct8x8_test.cc | 534 inv_txfm_ = GET_PARAM(1); in SetUp() 549 inv_txfm_(out, dst, stride); in RunInvTxfm() 553 IdctFunc inv_txfm_; member in __anon0530fec40111::FwdTrans8x8DCT 573 inv_txfm_ = GET_PARAM(1); in SetUp() 588 inv_txfm_(out, dst, stride, tx_type_); in RunInvTxfm() 592 IhtFunc inv_txfm_; member in __anon0530fec40111::FwdTrans8x8HT 608 inv_txfm_ = GET_PARAM(1); in SetUp() 619 inv_txfm_(out, dst, stride); in RunInvTxfm() 624 IdctFunc inv_txfm_; member in __anon0530fec40111::InvTrans8x8DCT
|
D | dct16x16_test.cc | 622 inv_txfm_ = GET_PARAM(1); in SetUp() 646 inv_txfm_(out, dst, stride); in RunInvTxfm() 650 IdctFunc inv_txfm_; member in __anonf392f1dc0111::Trans16x16DCT 674 inv_txfm_ = GET_PARAM(1); in SetUp() 698 inv_txfm_(out, dst, stride, tx_type_); in RunInvTxfm() 702 IhtFunc inv_txfm_; member in __anonf392f1dc0111::Trans16x16HT 724 inv_txfm_ = GET_PARAM(1); in SetUp() 735 inv_txfm_(out, dst, stride); in RunInvTxfm() 739 IdctFunc inv_txfm_; member in __anonf392f1dc0111::InvTrans16x16DCT
|
D | dct_test.cc | 144 inv_txfm_ = func_info->it_func; in SetUp() 204 inv_txfm_(in.TopLeftPixel(), out, stride_, tx_type_, bit_depth_); in RunInvTxfm() 421 IhtWithBdFunc inv_txfm_; member in __anonb5823bd60111::TransTestBase
|