Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/over_temp/
Dover_temp_cal.c172 size_t axis_index, float temperature_celsius);
1376 size_t axis_index, float temperature_celsius) { in outlierCheck() argument
1382 if (over_temp_cal->temp_sensitivity[axis_index] < OTC_INITIAL_SENSITIVITY) { in outlierCheck()
1384 offset[axis_index] - in outlierCheck()
1385 (over_temp_cal->temp_sensitivity[axis_index] * temperature_celsius + in outlierCheck()
1386 over_temp_cal->sensor_intercept[axis_index])); in outlierCheck()