Searched refs:var_threshold (Results 1 – 4 of 4) sorted by relevance
29 void gyroStillDetInit(struct GyroStillDet* gyro_still_det, float var_threshold, in gyroStillDetInit() argument36 if (confidence_delta < var_threshold) { in gyroStillDetInit()39 gyro_still_det->confidence_delta = var_threshold; in gyroStillDetInit()44 gyro_still_det->var_threshold = 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()190 float var_thresh = gyro_still_det->var_threshold; in gyroStillDetCompute()
49 float var_threshold; // [sensor units]^2 member96 void gyroStillDetInit(struct GyroStillDet* gyro_still_det, float var_threshold,
78 float var_threshold; member118 float var_threshold; member
50 diverse_data->var_threshold = parameters->var_threshold; in diversityCheckerInit()202 return (var < diverse_data->var_threshold); in diversityCheckerNormQuality()