Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/diversity_checker/
Ddiversity_checker.c102 if (norm_squared_result > diverse_data->max_distance) { in diversityCheckerFindNearestPoint()
213 diverse_data->max_distance = diverse_data->max_distance_tuning_param_sq * in diversityCheckerLocalFieldUpdate()
Ddiversity_checker.h106 float max_distance; member
/device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_cal/
Dmag_cal.c201 CAL_ENCODE_FLOAT(moc->diversity_checker.max_distance, 3), in magCalUpdate()