Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_stillness_detect.c125 float tmp_denom_mean = 1.f; in gyroStillDetCompute() local
130 tmp_denom_mean = 1.f / gyro_still_det->num_acc_win_samples; in gyroStillDetCompute()
139 gyro_still_det->win_mean_x *= tmp_denom_mean; in gyroStillDetCompute()
145 gyro_still_det->win_mean_y *= tmp_denom_mean; in gyroStillDetCompute()
151 gyro_still_det->win_mean_z *= tmp_denom_mean; in gyroStillDetCompute()