Searched refs:confidence_delta (Results 1 – 2 of 2) sorted by relevance
30 float confidence_delta) { in gyroStillDetInit() argument36 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()
53 float confidence_delta; // [sensor units]^2 member97 float confidence_delta);