Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/over_temp/
Dover_temp_cal.c795 if (over_temp_cal->temp_sensitivity[index] < OTC_INITIAL_SENSITIVITY) { in compensateWithLinearModel()
820 if (over_temp_cal->temp_sensitivity[index] < OTC_INITIAL_SENSITIVITY) { in addLinearTemperatureExtrapolation()
871 if (over_temp_cal->temp_sensitivity[index] < OTC_INITIAL_SENSITIVITY) { in compareAndCompensateWithNearest()
1382 if (over_temp_cal->temp_sensitivity[axis_index] < OTC_INITIAL_SENSITIVITY) { in outlierCheck()
1402 over_temp_cal->temp_sensitivity[0] = OTC_INITIAL_SENSITIVITY; in resetOtcLinearModel()
1403 over_temp_cal->temp_sensitivity[1] = OTC_INITIAL_SENSITIVITY; in resetOtcLinearModel()
1404 over_temp_cal->temp_sensitivity[2] = OTC_INITIAL_SENSITIVITY; in resetOtcLinearModel()
Dover_temp_cal.h119 #define OTC_INITIAL_SENSITIVITY (1e6f) macro