OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:assumed_mean_x
(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
84
gyro_still_det->
assumed_mean_x
= x;
110
delta = (x - gyro_still_det->
assumed_mean_x
);
158
gyro_still_det->win_mean_x += gyro_still_det->
assumed_mean_x
;
Completed in 88 milliseconds