Searched refs:fwd_txfm_ref (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/test/ |
D | transform_test_base.h | 147 fwd_txfm_ref(input_block, output_ref_block, stride, &txfm_param_); in RunCoeffCheck() 195 fwd_txfm_ref(input_block, trans_block, pitch_, &txfm_param_); in RunInvCoeffCheck() 237 fwd_txfm_ref(input_extreme_block, output_ref_block, pitch_, &txfm_param_); in RunMemCheck() 289 fwd_txfm_ref(in, coeff, pitch_, &txfm_param_); in RunInvAccuracyCheck() 316 FhtFunc fwd_txfm_ref; variable
|
D | fwht4x4_test.cc | 64 fwd_txfm_ref = fwht4x4_ref; in SetUp()
|
/external/libvpx/libvpx/test/ |
D | dct_test.cc | 287 fwd_txfm_ref(input_block, &output_ref_block, size_, tx_type_); in RunCoeffCheck() 329 fwd_txfm_ref(input_extreme_block, &output_ref_block, size_, tx_type_); in RunMemCheck() 390 fwd_txfm_ref(in, &coeff, size_, tx_type_); in RunInvAccuracyCheck() 420 FhtFuncRef fwd_txfm_ref; member in __anonb5823bd60111::TransTestBase 438 TransDCT() { fwd_txfm_ref = fdct_ref; } in TransDCT() 595 TransHT() { fwd_txfm_ref = fht_ref; } in TransHT() 710 TransWHT() { fwd_txfm_ref = fwht_ref; } in TransWHT()
|
D | dct16x16_test.cc | 393 fwd_txfm_ref(input_block, output_ref_block, pitch_, tx_type_); in RunCoeffCheck() 420 fwd_txfm_ref(input_extreme_block, output_ref_block, pitch_, tx_type_); in RunMemCheck() 458 fwd_txfm_ref(input_extreme_block, output_ref_block, pitch_, tx_type_); in RunQuantCheck() 611 FhtFunc fwd_txfm_ref; member in __anonf392f1dc0111::Trans16x16TestBase 626 fwd_txfm_ref = fdct16x16_ref; in SetUp() 678 fwd_txfm_ref = fht16x16_ref; in SetUp()
|
D | fdct8x8_test.cc | 338 fwd_txfm_ref(test_input_block, ref_temp_block, pitch_, tx_type_)); in RunExtremalCheck() 522 FhtFunc fwd_txfm_ref; member in __anon0530fec40111::FwdTrans8x8TestBase 537 fwd_txfm_ref = fdct8x8_ref; in SetUp() 576 fwd_txfm_ref = fht8x8_ref; in SetUp()
|