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

  /device/google/contexthub/firmware/inc/algos/
accel_cal.h 135 float x_bias_new, y_bias_new, z_bias_new; member in struct:accelCal_t
  /device/google/contexthub/firmware/src/algos/
accel_cal.c 192 acc->x_bias_new = acc->y_bias_new = acc->z_bias_new = 0;
450 *y = acc->y_bias_new;
457 (acc->y_bias < acc->y_bias_new) || (acc->y_bias > acc->y_bias_new) ||
460 acc->y_bias = acc->y_bias_new;
472 acc->y_bias = acc->y_bias_new = y;
533 acc->y_bias_new = bias.y * KSCALE2;
736 ENCODE_FLOAT(acc->y_bias_new, 6),

Completed in 80 milliseconds