Home
last modified time | relevance | path

Searched refs:get_amplification_factor (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/test/
Dav1_txfm_test.h52 double get_amplification_factor(TX_TYPE tx_type, TX_SIZE tx_size);
Dav1_txfm_test.cc213 double get_amplification_factor(TX_TYPE tx_type, TX_SIZE tx_size) { in get_amplification_factor() function
310 const double amplify_factor = get_amplification_factor(tx_type, tx_size); in reference_hybrid_2d()
Dav1_fwd_txfm2d_test.cc47 amplify_factor_ = libaom_test::get_amplification_factor(tx_type_, tx_size_); in SetUp()