Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/accelerometer/
Daccel_cal.h54 float var_x, var_y, var_z; member
Daccel_cal.c261 asd->var_x = (asd->acc_xx - (asd->acc_x * asd->acc_x) * inv) * inv; in accelStillnessDetection()
265 if (asd->var_x < asd->var_th && asd->var_y < asd->var_th && in accelStillnessDetection()