OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:akf
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/os/algos/calibration/accelerometer/
accel_cal.c
167
kasaInit(&acc->
akf
);
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);
318
kasaAccumulate(&ac1->
akf
, asd->mean_x, asd->mean_y, asd->mean_z);
325
kasaAccumulate(&ac1->
akf
, asd->mean_x, asd->mean_y, asd->mean_z);
332
kasaAccumulate(&ac1->
akf
, asd->mean_x, asd->mean_y, asd->mean_z);
341
kasaAccumulate(&ac1->
akf
, asd->mean_x, asd->mean_y, asd->mean_z);
347
// Check if
akf
->nsamples is zero.
348
if (ac1->
akf
.nsamples == 0)
[
all
...]
accel_cal.h
127
struct KasaFit
akf
;
member in struct:AccelCalAlgo
Completed in 78 milliseconds