Searched defs:inv_txfm_ (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/test/
H A Ddct32x32_test.cc102 inv_txfm_ = GET_PARAM(1);
116 InvTxfmFunc inv_txfm_; member in class:__anon11095::Trans32x32Test
151 ASM_REGISTER_STATE_CHECK(inv_txfm_(test_temp_block, dst, 32));
154 ASM_REGISTER_STATE_CHECK(inv_txfm_(test_temp_block,
291 ASM_REGISTER_STATE_CHECK(inv_txfm_(coeff, dst, 32));
294 ASM_REGISTER_STATE_CHECK(inv_txfm_(coeff, CONVERT_TO_BYTEPTR(dst16), 32));
H A Dfdct4x4_test.cc289 inv_txfm_ = GET_PARAM(1);
303 inv_txfm_(out, dst, stride);
307 IdctFunc inv_txfm_; member in class:__anon11101::Trans4x4DCT
334 inv_txfm_ = GET_PARAM(1);
349 inv_txfm_(out, dst, stride, tx_type_);
353 IhtFunc inv_txfm_; member in class:__anon11101::Trans4x4HT
380 inv_txfm_ = GET_PARAM(1);
394 inv_txfm_(out, dst, stride);
398 IdctFunc inv_txfm_; member in class:__anon11101::Trans4x4WHT
H A Dfdct8x8_test.cc539 inv_txfm_ = GET_PARAM(1);
554 inv_txfm_(out, dst, stride);
558 IdctFunc inv_txfm_; member in class:__anon11102::FwdTrans8x8DCT
589 inv_txfm_ = GET_PARAM(1);
604 inv_txfm_(out, dst, stride, tx_type_);
608 IhtFunc inv_txfm_; member in class:__anon11102::FwdTrans8x8HT
631 inv_txfm_ = GET_PARAM(1);
642 inv_txfm_(out, dst, stride);
647 IdctFunc inv_txfm_; member in class:__anon11102::InvTrans8x8DCT
H A Ddct16x16_test.cc642 inv_txfm_ = GET_PARAM(1);
672 inv_txfm_(out, dst, stride);
676 IdctFunc inv_txfm_; member in class:__anon11094::Trans16x16DCT
709 inv_txfm_ = GET_PARAM(1);
739 inv_txfm_(out, dst, stride, tx_type_);
743 IhtFunc inv_txfm_; member in class:__anon11094::Trans16x16HT
772 inv_txfm_ = GET_PARAM(1);
783 inv_txfm_(out, dst, stride);
787 IdctFunc inv_txfm_; member in class:__anon11094::InvTrans16x16DCT

Completed in 87 milliseconds