OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:assumed_mean_z
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
gyro_stillness_detect.h
75
float assumed_mean_x, assumed_mean_y,
assumed_mean_z
;
member in struct:GyroStillDet
gyro_stillness_detect.c
86
gyro_still_det->
assumed_mean_z
= z;
118
delta = (z - gyro_still_det->
assumed_mean_z
);
160
gyro_still_det->win_mean_z += gyro_still_det->
assumed_mean_z
;
Completed in 2774 milliseconds