Searched refs:target_error (Results 1 – 1 of 1) sorted by relevance
410 const float target_error = 1e-3f; in process() local411 float target_norm = static_cast<float>(right.dot(right)) * powf(target_error, 2.0f); in process()