Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/
Dap_hub_sync.c69 sync->deltaEstimation = sync->windowMax; in apHubSyncAddDelta()
71 sync->deltaEstimation = ((SYNC_FILTER_B - SYNC_FILTER_A) * sync->deltaEstimation + in apHubSyncAddDelta()
76 osLog(LOG_DEBUG, "ApHub new sync offset = %" PRId64, sync->deltaEstimation); in apHubSyncAddDelta()
95 ret = sync->deltaEstimation; in apHubSyncGetDelta()
/device/google/contexthub/firmware/os/inc/algos/
Dap_hub_sync.h43 int64_t deltaEstimation; // the estimated delta between two clocks, filtered. member