Searched refs:std_dev_I (Results 1 – 1 of 1) sorted by relevance
124 const float std_dev_I = ComputeStdDev(vals_I, kFlowArraySize, mean_I); in FindFlowAtPoint_LK() local165 const float std_dev_ratio = std_dev_J > 0.0f ? std_dev_I / std_dev_J : 1.0f; in FindFlowAtPoint_LK()