Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_stillness_detect.c190 float var_thresh = gyro_still_det->var_threshold; in gyroStillDetCompute() local
196 gyroStillDetLimit(0.5f - (gyro_still_det->win_var_x - var_thresh) * in gyroStillDetCompute()
198 gyroStillDetLimit(0.5f - (gyro_still_det->win_var_y - var_thresh) * in gyroStillDetCompute()
200 gyroStillDetLimit(0.5f - (gyro_still_det->win_var_z - var_thresh) * in gyroStillDetCompute()