Home
last modified time | relevance | path

Searched refs:prev_mean_y (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_cal.c521 gyro_cal->gyro_stillness_detect.prev_mean_y < MAX_GYRO_BIAS && in computeGyroCal()
522 gyro_cal->gyro_stillness_detect.prev_mean_y > -MAX_GYRO_BIAS && in computeGyroCal()
532 CAL_ENCODE_FLOAT(gyro_cal->gyro_stillness_detect.prev_mean_y * in computeGyroCal()
548 gyro_cal->bias_y = gyro_cal->gyro_stillness_detect.prev_mean_y; in computeGyroCal()
880 gyro_cal->accel_stillness_detect.prev_mean_y; in gyroCalUpdateDebug()
887 gyro_cal->gyro_stillness_detect.prev_mean_y; in gyroCalUpdateDebug()
894 gyro_cal->mag_stillness_detect.prev_mean_y; in gyroCalUpdateDebug()
1066 CAL_ENCODE_FLOAT(gyro_cal->accel_stillness_detect.prev_mean_y, 6), in gyroCalDebugPrintData()
1081 CAL_ENCODE_FLOAT(gyro_cal->gyro_stillness_detect.prev_mean_y * in gyroCalDebugPrintData()
1099 CAL_ENCODE_FLOAT(gyro_cal->mag_stillness_detect.prev_mean_y, 6), in gyroCalDebugPrintData()
Dgyro_stillness_detect.h79 float prev_mean_x, prev_mean_y, prev_mean_z; member
Dgyro_stillness_detect.c229 gyro_still_det->prev_mean_y = gyro_still_det->mean_y * tmp_denom; in gyroStillDetReset()