HomeSort by relevance Sort by last modified time
    Searched refs:confidence_delta (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/firmware/os/algos/calibration/gyroscope/
gyro_stillness_detect.h 53 float confidence_delta; // [sensor units]^2 member in struct:GyroStillDet
97 float confidence_delta);
gyro_stillness_detect.c 30 float confidence_delta) {
36 if (confidence_delta < var_threshold) {
37 gyro_still_det->confidence_delta = confidence_delta;
39 gyro_still_det->confidence_delta = var_threshold;
164 (gyro_still_det->var_threshold + gyro_still_det->confidence_delta);
167 (gyro_still_det->var_threshold - gyro_still_det->confidence_delta);

Completed in 82 milliseconds