Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/drivers/orientation/
Dorientation.c194 float weight_next; in fillSamples() local
245 weight_next = (float)counter / floatFromUint64(sample_spacing_ns); in fillSamples()
247 mTask.samples[index][w].x = curr_sample->x + weight_next * in fillSamples()
249 mTask.samples[index][w].y = curr_sample->y + weight_next * in fillSamples()
251 mTask.samples[index][w].z = curr_sample->z + weight_next * in fillSamples()