Searched refs:prev_mean_x (Results 1 – 3 of 3) sorted by relevance
79 float prev_mean_x, prev_mean_y, prev_mean_z; member
464 if (!(gyro_cal->gyro_stillness_detect.prev_mean_x < MAX_GYRO_BIAS && in computeGyroCal()465 gyro_cal->gyro_stillness_detect.prev_mean_x > -MAX_GYRO_BIAS && in computeGyroCal()476 gyro_cal->gyro_stillness_detect.prev_mean_x * RAD_TO_MDEG, 3), in computeGyroCal()490 gyro_cal->bias_x = gyro_cal->gyro_stillness_detect.prev_mean_x; in computeGyroCal()825 gyro_cal->accel_stillness_detect.prev_mean_x; in gyroCalUpdateDebug()832 gyro_cal->gyro_stillness_detect.prev_mean_x; in gyroCalUpdateDebug()839 gyro_cal->mag_stillness_detect.prev_mean_x; in gyroCalUpdateDebug()
228 gyro_still_det->prev_mean_x = gyro_still_det->mean_x * tmp_denom; in gyroStillDetReset()