Searched defs:sy (Results 1 - 2 of 2) sorted by relevance

/device/generic/goldfish/camera/
H A DEmulatedFakeRotatingCameraDevice.cpp210 float sy = fz * upX - fx * upZ; local
212 float slf = 1.0f / sqrt(sx * sx + sy * sy + sz * sz);
214 sy *= slf;
218 float ux = sy * fz - sz * fy;
220 float uz = sx * fy - sy * fx;
232 m[4] = sy;
/device/google/contexthub/firmware/os/algos/calibration/over_temp/
H A Dover_temp_cal.c1354 float sy = 0.0f, stsy = 0.0f; local
1367 sy += over_temp_cal->model_data[i].offset[1] * weight;
1392 sensor_intercept[1] = (sy - st * temp_sensitivity[1]) * inv_sw;

Completed in 67 milliseconds