HomeSort by relevance Sort by last modified time
    Searched refs:var_th (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/firmware/os/algos/calibration/accelerometer/
accel_cal.h 67 // Setting Th to var_th.
68 float var_th; member in struct:AccelStillDet
accel_cal.c 124 asd->var_th = th;
249 if (asd->var_x < asd->var_th && asd->var_y < asd->var_th &&
250 asd->var_z < asd->var_th) {

Completed in 52 milliseconds