Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/tools/3D-Reconstruction/MotionEST/
H A DExhaust.py28 def __init__(self, cur_f, ref_f, blk_size, wnd_size, metric=MSE): argument
80 def __init__(self, cur_f, ref_f, blk_size, wnd_size, beta, metric=MSE): argument
161 ref_f, argument
H A DSearchSmooth.py30 def __init__(self, cur_f, ref_f, blk_size, search, max_iter=100): argument
135 def __init__(self, cur_f, ref_f, blk_size, search, beta, max_iter=100): argument
H A DGroundTruth.py29 def __init__(self, cur_f, ref_f, blk_sz, gt_path, mf=None, mask=None): argument
H A DHornSchunck.py30 def __init__(self, cur_f, ref_f, blk_sz, alpha, sigma, max_iter=100): argument
H A DMotionEST.py26 def __init__(self, cur_f, ref_f, blk_sz): argument
H A DAnandan.py31 def __init__(self, cur_f, ref_f, blk_sz, beta, k1, k2, k3, max_iter=100): argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/test/sequence/
Dref_vector.cpp57 composite_reference<foo> ref_f(f); in main() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/test/
Dis_function_test.cpp28 void ref_f()const& {} in ref_f() function
/aosp_15_r20/frameworks/base/libs/androidfw/tests/
H A DStringPool_test.cpp153 StringPool::Ref ref_f = pool.MakeRef("m"); in TEST() local