Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_stillness_detect.c30 float confidence_delta) { in gyroStillDetInit() argument
36 if (confidence_delta < var_threshold) { in gyroStillDetInit()
37 gyro_still_det->confidence_delta = confidence_delta; in gyroStillDetInit()
39 gyro_still_det->confidence_delta = var_threshold; in gyroStillDetInit()
164 (gyro_still_det->var_threshold + gyro_still_det->confidence_delta); in gyroStillDetCompute()
167 (gyro_still_det->var_threshold - gyro_still_det->confidence_delta); in gyroStillDetCompute()
Dgyro_stillness_detect.h53 float confidence_delta; // [sensor units]^2 member
97 float confidence_delta);