Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/
Dap_hub_sync.c58 sync->windowMax = delta; in apHubSyncAddDelta()
63 sync->windowMax = (delta > sync->windowMax) ? delta : sync->windowMax; in apHubSyncAddDelta()
69 sync->deltaEstimation = sync->windowMax; in apHubSyncAddDelta()
72 SYNC_FILTER_A * sync->windowMax) / SYNC_FILTER_B; in apHubSyncAddDelta()
79 sync->windowMax = INT64_MIN; in apHubSyncAddDelta()
92 ret = sync->windowMax; in apHubSyncGetDelta()
/device/google/contexthub/firmware/os/inc/algos/
Dap_hub_sync.h45 int64_t windowMax; // track the maximum timestamp difference in a window member