OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:acc_var_y
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
gyro_stillness_detect.c
94
gyro_still_det->
acc_var_y
= 0;
116
gyro_still_det->
acc_var_y
+= delta * delta;
148
(gyro_still_det->
acc_var_y
- gyro_still_det->win_mean_y * tmp) *
239
gyro_still_det->
acc_var_y
= 0;
gyro_stillness_detect.h
76
float acc_var_x,
acc_var_y
, acc_var_z;
member in struct:GyroStillDet
Completed in 957 milliseconds