Home
last modified time | relevance | path

Searched refs:var_threshold (Results 1 – 6 of 6) sorted by relevance

/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_stillness_detect.c29 float var_threshold, float confidence_delta) { in gyroStillDetInit() argument
35 if (confidence_delta < var_threshold) { in gyroStillDetInit()
38 gyro_still_det->confidence_delta = var_threshold; in gyroStillDetInit()
43 gyro_still_det->var_threshold = var_threshold; in gyroStillDetInit()
163 (gyro_still_det->var_threshold + gyro_still_det->confidence_delta); in gyroStillDetCompute()
166 (gyro_still_det->var_threshold - gyro_still_det->confidence_delta); in gyroStillDetCompute()
189 float var_thresh = gyro_still_det->var_threshold; in gyroStillDetCompute()
Dgyro_stillness_detect.h49 float var_threshold; // [sensor units]^2 member
97 float var_threshold, float confidence_delta);
/device/google/contexthub/firmware/os/algos/calibration/common/
Ddiversity_checker.c33 float var_threshold, in diversityCheckerInit() argument
59 diverse_data->var_threshold = var_threshold; in diversityCheckerInit()
189 return (var < diverse_data->var_threshold); in diversityCheckerNormQuality()
Ddiversity_checker.h90 float var_threshold; member
109 size_t max_num_max_distance, float var_threshold,
/device/google/contexthub/firmware/os/algos/calibration/magnetometer/
Dmag_cal.h61 float var_threshold, float max_min_threshold, float local_field,
Dmag_cal.c171 ,float var_threshold in initMagCal() argument
201 var_threshold, in initMagCal()