Home
last modified time | relevance | path

Searched refs:inv_txfm_ (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/test/
Dfwht4x4_test.cc61 inv_txfm_ = GET_PARAM(1); in SetUp()
76 inv_txfm_(out, dst, stride); in RunInvTxfm()
80 IdctFunc inv_txfm_; member in __anonc8b6c3120111::Trans4x4WHT
Dav1_highbd_iht_test.cc52 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/
Ddct32x32_test.cc90 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()
Dfdct8x8_test.cc534 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
Ddct16x16_test.cc622 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
Ddct_test.cc144 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