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

  /device/google/contexthub/firmware/os/algos/calibration/accelerometer/
accel_cal.c 172 return fabsf(acc->x_bias - acc->x_bias_new) > ACCEL_NEW_BIAS_THRESHOLD ||
197 acc->x_bias_new = acc->y_bias_new = acc->z_bias_new = 0;
417 *x = acc->x_bias_new;
424 if ((acc->x_bias < acc->x_bias_new) || (acc->x_bias > acc->x_bias_new) ||
427 acc->x_bias = acc->x_bias_new;
438 acc->x_bias = acc->x_bias_new = x;
466 CAL_ENCODE_FLOAT(acc->x_bias_new, 6),
511 acc->x_bias_new = bias.x * KSCALE2;
739 CAL_ENCODE_FLOAT(acc->x_bias_new, 6)
    [all...]
accel_cal.h 159 float x_bias_new, y_bias_new, z_bias_new; member in struct:AccelCal

Completed in 2154 milliseconds