Home
last modified time | relevance | path

Searched refs:fake_mag_decimation (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/os/inc/algos/
Dfusion.h58 float fake_mag_decimation; member
/device/google/contexthub/firmware/os/algos/
Dfusion.c197 fusion->fake_mag_decimation = 0.f; in fusion_init_complete()
544 (fusion->fake_mag_decimation += dT) > FAKE_MAG_INTERVAL) { in fusionHandleAcc()
552 fusion->fake_mag_decimation = 0.f; in fusionHandleAcc()