OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stillness_confidence
(Results
1 - 4
of
4
) sorted by null
/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
gyro_stillness_detect.c
134
gyro_still_det->
stillness_confidence
= 0;
135
return gyro_still_det->
stillness_confidence
;
175
gyro_still_det->
stillness_confidence
= 0;
184
gyro_still_det->
stillness_confidence
= 1.f;
195
gyro_still_det->
stillness_confidence
=
206
return gyro_still_det->
stillness_confidence
;
222
gyro_still_det->
stillness_confidence
;
gyro_stillness_detect.h
86
float
stillness_confidence
;
member in struct:GyroStillDet
gyro_cal.h
157
float
stillness_confidence
;
member in struct:GyroCal
gyro_cal.c
353
gyro_cal->mag_stillness_detect.
stillness_confidence
= 1.0f;
360
conf_not_rot = gyro_cal->gyro_stillness_detect.
stillness_confidence
*
361
gyro_cal->mag_stillness_detect.
stillness_confidence
;
362
conf_not_accel = gyro_cal->accel_stillness_detect.
stillness_confidence
;
503
gyro_cal->
stillness_confidence
=
574
gyro_cal->
stillness_confidence
= 0;
[
all
...]
Completed in 133 milliseconds