HomeSort by relevance Sort by last modified time
    Searched refs:fake_mag_decimation (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/firmware/inc/algos/
fusion.h 58 float fake_mag_decimation; member in struct:Fusion
  /device/google/contexthub/firmware/src/algos/
fusion.c 198 fusion->fake_mag_decimation = 0.f;
545 (fusion->fake_mag_decimation += dT) > FAKE_MAG_INTERVAL) {
553 fusion->fake_mag_decimation = 0.f;

Completed in 182 milliseconds