Searched refs:var_threshold (Results 1 – 6 of 6) sorted by relevance
/device/google/contexthub/firmware/os/algos/calibration/gyroscope/ |
D | gyro_stillness_detect.c | 29 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()
|
D | gyro_stillness_detect.h | 49 float var_threshold; // [sensor units]^2 member 97 float var_threshold, float confidence_delta);
|
/device/google/contexthub/firmware/os/algos/calibration/common/ |
D | diversity_checker.c | 33 float var_threshold, in diversityCheckerInit() argument 59 diverse_data->var_threshold = var_threshold; in diversityCheckerInit() 189 return (var < diverse_data->var_threshold); in diversityCheckerNormQuality()
|
D | diversity_checker.h | 90 float var_threshold; member 109 size_t max_num_max_distance, float var_threshold,
|
/device/google/contexthub/firmware/os/algos/calibration/magnetometer/ |
D | mag_cal.h | 61 float var_threshold, float max_min_threshold, float local_field,
|
D | mag_cal.c | 171 ,float var_threshold in initMagCal() argument 201 var_threshold, in initMagCal()
|