Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/over_temp/
Dover_temp_cal.h168 struct OverTempModelThreeAxis latest_offset;
198 struct OverTempModelThreeAxis model_data[OTC_MODEL_SIZE];
206 struct OverTempModelThreeAxis compensated_offset;
248 struct OverTempModelThreeAxis *nearest_offset;
251 struct OverTempModelThreeAxis *latest_offset;
426 const struct OverTempModelThreeAxis *model_data);
441 struct OverTempModelThreeAxis *model_data);
Dover_temp_cal.c216 struct OverTempModelThreeAxis *estimate,
438 const struct OverTempModelThreeAxis *model_data) { in overTempCalSetModelData()
449 sizeof(struct OverTempModelThreeAxis)); in overTempCalSetModelData()
490 struct OverTempModelThreeAxis *model_data) { in overTempCalGetModelData()
494 over_temp_cal->num_model_pts * sizeof(struct OverTempModelThreeAxis)); in overTempCalGetModelData()
831 struct OverTempModelThreeAxis *estimate, in compensateWithEstimate()
1258 sizeof(struct OverTempModelThreeAxis)); in removeModelDataByIndex()
1534 over_temp_cal->latest_offset, sizeof(struct OverTempModelThreeAxis)); in updateDebugData()
1538 sizeof(struct OverTempModelThreeAxis)); in updateDebugData()
Dover_temp_model.h35 struct OverTempModelThreeAxis { struct
/device/google/contexthub/firmware/os/algos/calibration/online_calibration/common_data/
Dcalibration_data.h142 OverTempModelThreeAxis* otc_model_data = nullptr;