Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Doptical_flow.cc397 const float shrink_factor = (1 << level); in FindFlowAtPointReversible() local
400 const float scaled_p_x = u_x / shrink_factor; in FindFlowAtPointReversible()
401 const float scaled_p_y = u_y / shrink_factor; in FindFlowAtPointReversible()
403 float scaled_flow_x = *flow_x / shrink_factor; in FindFlowAtPointReversible()
404 float scaled_flow_y = *flow_y / shrink_factor; in FindFlowAtPointReversible()
417 *flow_x = scaled_flow_x * shrink_factor; in FindFlowAtPointReversible()
418 *flow_y = scaled_flow_y * shrink_factor; in FindFlowAtPointReversible()