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 182 acc->x_bias_new = acc->y_bias_new = acc->z_bias_new = 0;
438 *x = acc->x_bias_new;
445 if ((acc->x_bias < acc->x_bias_new) || (acc->x_bias > acc->x_bias_new) ||
448 acc->x_bias = acc->x_bias_new;
459 acc->x_bias = acc->x_bias_new = x;
486 CAL_ENCODE_FLOAT(acc->x_bias_new,5),
530 acc->x_bias_new = bias.x * KSCALE2;
771 CAL_ENCODE_FLOAT(acc->x_bias_new, 6),
accel_cal.h 140 float x_bias_new, y_bias_new, z_bias_new; member in struct:AccelCal

Completed in 78 milliseconds