Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/accelerometer/
Daccel_cal.h68 float var_th; member
Daccel_cal.c129 asd->var_th = th; in accelStillInit()
265 if (asd->var_x < asd->var_th && asd->var_y < asd->var_th && in accelStillnessDetection()
266 asd->var_z < asd->var_th) { in accelStillnessDetection()