Searched refs:c11 (Results 1 – 2 of 2) sorted by relevance
/device/google/contexthub/firmware/inc/algos/ |
D | mag_cal.h | 40 float c00, c01, c02, c10, c11, c12, c20, c21, c22; member 48 float c10, float c11, float c12, 65 float c10, float c11, float c12,
|
/device/google/contexthub/firmware/src/algos/ |
D | mag_cal.c | 143 float c10, float c11, float c12, in initMagCal() argument 155 moc->c10 = c10; moc->c11 = c11; moc->c12 = c12; in initMagCal() 266 float c10, float c11, float c12, in magCalSetSoftiron() argument 270 moc->c10 = c10; moc->c11 = c11; moc->c12 = c12; in magCalSetSoftiron() 278 *yo = moc->c10 * xi + moc->c11 * yi + moc->c12 * zi; in magCalRemoveSoftiron()
|