Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/drivers/tilt_detection/
Dtilt_detection.c45 float this_batch_sample_sum[3]; member
96 state->this_batch_sample_sum[0] += sample->x; in algoUpdate()
97 state->this_batch_sample_sum[1] += sample->y; in algoUpdate()
98 state->this_batch_sample_sum[2] += sample->z; in algoUpdate()
106 state->this_batch_g[0] = state->this_batch_sample_sum[0] * invN; in algoUpdate()
107 state->this_batch_g[1] = state->this_batch_sample_sum[1] * invN; in algoUpdate()
108 state->this_batch_g[2] = state->this_batch_sample_sum[2] * invN; in algoUpdate()
134 state->this_batch_sample_sum[0] = 0; in algoUpdate()
135 state->this_batch_sample_sum[1] = 0; in algoUpdate()
136 state->this_batch_sample_sum[2] = 0; in algoUpdate()