Searched refs:c21 (Results 1 – 2 of 2) sorted by relevance
/device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_cal/ |
D | mag_cal.h | 62 float c21; 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 | 126 moc->c21 = mag_cal_parameters->c21; in initMagCal() 248 float c10, float c11, float c12, float c20, float c21, in magCalSetSoftiron() argument 257 moc->c21 = c21; in magCalSetSoftiron() 265 *zo = moc->c20 * xi + moc->c21 * yi + moc->c22 * zi; in magCalRemoveSoftiron()
|