Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/test/
H A 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
H A Dfunction_equivalence_test.h40 : ref_func(ref), tst_func(tst), bit_depth(depth) {} in ref_func() function
41 T ref_func; member
H A Dcdef_test.cc440 CDEFCopyRect8To16 ref_func) { in test_copy_rect_8_to_16()
525 CDEFCopyRect16To16 ref_func) { in test_copy_rect_16_to_16()
H A Dsubtract_test.cc46 SubtractFunc ref_func) { in AV1SubtractBlockTestBase()
H A Dtemporal_filter_test.cc392 EstimateNoiseFunc ref_func; member in __anon588a17550111::EstimateNoiseTest
/aosp_15_r20/external/OpenCL-CTS/test_conformance/math_brute_force/
H A Dmacro_unary_float.cpp89 #define ref_func(s) (signbit_test ? func.i_f_f(s) : func.i_f(s)) in Test() macro
H A Dbinary_float.cpp408 #define ref_func(s, s2) (copysign_test ? func.f_ff_f(s, s2) : func.f_ff(s, s2)) in Test() macro
/aosp_15_r20/external/libvpx/test/
H A Dsum_squares_test.cc149 SSEFunc ref_func; // Pointer to reference function member
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_expr.cpp463 std::function<float(float)> ref_func; in TEST() member
530 std::function<float(float, float)> ref_func; in TEST() member