Searched refs:std_dev_J (Results 1 – 1 of 1) sorted by relevance
161 const float std_dev_J = ComputeStdDev(vals_J, kFlowArraySize, mean_J); 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()