Searched refs:mFx (Results 1 – 2 of 2) sorted by relevance
41 mFx(other.mFx), mFy(other.mFy), mCx(other.mCx), mCy(other.mCy), mS(other.mS), in DistortionMapper()181 float mFx, mFy, mCx, mCy, mS; variable
164 mFx == calib.data.f[0] && in updateCalibration()179 mFx = calib.data.f[0]; in updateCalibration()185 mInvFx = 1 / mFx; in updateCalibration()328 float xr = mFx * xc + mS * yc + mCx; in mapCorrectedToRawImpl()