Searched refs:mFy (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
165 mFy == calib.data.f[1] && in updateCalibration()180 mFy = calib.data.f[1]; in updateCalibration()186 mInvFy = 1 / mFy; in updateCalibration()329 float yr = mFy * yc + mCy; in mapCorrectedToRawImpl()