Searched defs:ref_func (Results 1 – 4 of 4) sorted by relevance
41 : ref_func(ref), tst_func(tst), bit_depth(bit_depth) {} in ref_func() function42 T ref_func; member
250 FwdTxfm2dFunc ref_func = libaom_test::fwd_txfm_func_ls[tx_size]; in AV1FwdTxfm2dMatchTest() local307 FwdTxfm2dFunc ref_func = libaom_test::fwd_txfm_func_ls[tx_size]; in AV1FwdTxfm2dSpeedTest() local439 FwdTxfm2dFunc ref_func = libaom_test::fwd_txfm_func_ls[tx_size]; in AV1HighbdFwdTxfm2dMatchTest() local500 FwdTxfm2dFunc ref_func = libaom_test::fwd_txfm_func_ls[tx_size]; in AV1HighbdFwdTxfm2dSpeedTest() local
315 #define ref_func(s) (signbit_test ? func.i_f_f(s) : func.i_f(s)) in Test() macro
652 #define ref_func(s, s2) (copysign_test ? func.f_ff_f(s, s2) : func.f_ff(s, s2)) in Test() macro