Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/over_temp/
Dover_temp_cal.h127 #define OTC_NUM_WEIGHT_LEVELS (2) macro
202 struct OverTempCalWeight weighting_function[OTC_NUM_WEIGHT_LEVELS];
Dover_temp_cal.c1476 for (size_t i = 0; i < OTC_NUM_WEIGHT_LEVELS; i++) { in evaluateWeightingFunction()