OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mean_z
(Results
1 - 4
of
4
) sorted by null
/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
gyro_stillness_detect.h
69
float mean_x, mean_y,
mean_z
;
member in struct:GyroStillDet
gyro_stillness_detect.c
75
gyro_still_det->
mean_z
+= z;
230
gyro_still_det->prev_mean_z = gyro_still_det->
mean_z
* tmp_denom;
237
gyro_still_det->
mean_z
= 0;
/device/google/contexthub/firmware/os/algos/calibration/accelerometer/
accel_cal.c
82
if (PHIZ < asd->
mean_z
) {
86
if (PHIZb > asd->
mean_z
) {
91
PHIb < asd->mean_y && PHIZ > asd->
mean_z
&& PHIZb < asd->
mean_z
) {
270
asd->
mean_z
= asd->acc_z * inv;
273
asd->
mean_z
* asd->
mean_z
;
297
kasaAccumulate(&ac1->akf, asd->mean_x, asd->mean_y, asd->
mean_z
);
304
kasaAccumulate(&ac1->akf, asd->mean_x, asd->mean_y, asd->
mean_z
);
311
kasaAccumulate(&ac1->akf, asd->mean_x, asd->mean_y, asd->
mean_z
);
[
all
...]
accel_cal.h
53
float mean_x, mean_y,
mean_z
;
member in struct:AccelStillDet
Completed in 6436 milliseconds