Home
last modified time | relevance | path

Searched defs:ref_func (Results 1 – 8 of 8) sorted by relevance

/external/libaom/test/
Dfunction_equivalence_test.h40 : ref_func(ref), tst_func(tst), bit_depth(depth) {} in ref_func() function
41 T ref_func; member
Dav1_fwd_txfm2d_test.cc256 FwdTxfm2dFunc ref_func = libaom_test::fwd_txfm_func_ls[tx_size]; in AV1FwdTxfm2dMatchTest() local
313 FwdTxfm2dFunc ref_func = libaom_test::fwd_txfm_func_ls[tx_size]; in AV1FwdTxfm2dSpeedTest() local
530 FwdTxfm2dFunc ref_func = libaom_test::fwd_txfm_func_ls[tx_size]; in AV1HighbdFwdTxfm2dMatchTest() local
592 FwdTxfm2dFunc ref_func = libaom_test::fwd_txfm_func_ls[tx_size]; in AV1HighbdFwdTxfm2dSpeedTest() local
Dsubtract_test.cc46 SubtractFunc ref_func) { in AV1SubtractBlockTestBase()
Dcdef_test.cc440 CDEFCopyRect8To16 ref_func) { in test_copy_rect_8_to_16()
524 CDEFCopyRect16To16 ref_func) { in test_copy_rect_16_to_16()
Dtemporal_filter_test.cc392 EstimateNoiseFunc ref_func; member in __anon0055b5b30111::EstimateNoiseTest
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dmacro_unary_float.cpp89 #define ref_func(s) (signbit_test ? func.i_f_f(s) : func.i_f(s)) in Test() macro
Dbinary_float.cpp408 #define ref_func(s, s2) (copysign_test ? func.f_ff_f(s, s2) : func.f_ff(s, s2)) in Test() macro
/external/libvpx/test/
Dsum_squares_test.cc142 SSEFunc ref_func; // Pointer to reference function member