Searched refs:c11 (Results 1 – 2 of 2) sorted by relevance
/device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_cal/ |
D | mag_cal.h | 59 float c11; member 76 float c00, c01, c02, c10, c11, c12, c20, c21, c22; member 100 float c10, float c11, float c12, float c20, float c21,
|
D | mag_cal.c | 123 moc->c11 = mag_cal_parameters->c11; in initMagCal() 248 float c10, float c11, float c12, float c20, float c21, in magCalSetSoftiron() argument 254 moc->c11 = c11; in magCalSetSoftiron() 264 *yo = moc->c10 * xi + moc->c11 * yi + moc->c12 * zi; in magCalRemoveSoftiron()
|