Home
last modified time | relevance | path

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

/external/libvpx/tools/3D-Reconstruction/MotionEST/
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
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
DGroundTruth.py29 def __init__(self, cur_f, ref_f, blk_sz, gt_path, mf=None, mask=None): argument
DHornSchunck.py30 def __init__(self, cur_f, ref_f, blk_sz, alpha, sigma, max_iter=100): argument
DMotionEST.py26 def __init__(self, cur_f, ref_f, blk_sz): argument
DAnandan.py31 def __init__(self, cur_f, ref_f, blk_sz, beta, k1, k2, k3, max_iter=100): argument
/external/sdv/vsomeip/third_party/boost/fusion/test/sequence/
Dref_vector.cpp57 composite_reference<foo> ref_f(f); in main() local
/external/sdv/vsomeip/third_party/boost/type_traits/test/
Dis_function_test.cpp28 void ref_f()const& {} in ref_f() function