Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/over_temp/
Dover_temp_model.h27 #define OTC_MODEL_SIZE (40) macro
Dover_temp_cal.h198 struct OverTempModelThreeAxis model_data[OTC_MODEL_SIZE];
Dover_temp_cal.c440 over_temp_cal->num_model_pts = NANO_MIN(data_length, OTC_MODEL_SIZE); in overTempCalSetModelData()
635 if (over_temp_cal->num_model_pts < OTC_MODEL_SIZE) { in overTempCalUpdateSensorEstimate()