Searched refs:outlierCheck (Results 1 – 1 of 1) sorted by relevance
/device/google/contexthub/firmware/os/algos/calibration/over_temp/ |
D | over_temp_cal.c | 171 static bool outlierCheck(struct OverTempCal *over_temp_cal, const float *offset, 578 if (outlierCheck(over_temp_cal, offset, 0, temperature_celsius) || in overTempCalUpdateSensorEstimate() 579 outlierCheck(over_temp_cal, offset, 1, temperature_celsius) || in overTempCalUpdateSensorEstimate() 580 outlierCheck(over_temp_cal, offset, 2, temperature_celsius)) { in overTempCalUpdateSensorEstimate() 1375 bool outlierCheck(struct OverTempCal *over_temp_cal, const float *offset, in outlierCheck() function
|