Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/tests/
Dmotion.c67 me_cmp_func test_func, me_cmp_func ref_func) in test_motion() argument
84 d2 = ref_func(NULL, img1, ptr, WIDTH, 8); in test_motion()
/third_party/openh264/test/processing/
DProcessUT_DownSample.cpp186 #define GENERATE_DyadicBilinearDownsampler_UT_with_ref(func, ASM, CPUFLAGS, ref_func) \ argument
214 ref_func (dst_c, dst_stride_c, src_c, src_stride_c, src_width_c, src_height_c); \
/third_party/mindspore/mindspore/core/base/
Dbase_ref.h369 explicit RunFunctionRef(const RunFuncPtr &ref_func) : func_(ref_func) {} in RunFunctionRef() argument