Home
last modified time | relevance | path

Searched refs:xwi (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.cpp348 float xwi = (coordPairs[i] - activeCx - mS * ywi) * mInvFx; in mapCorrectedToRawImpl() local
350 float rSq = xwi * xwi + ywi * ywi; in mapCorrectedToRawImpl()
352 float xc = xwi * Fr + (mK[3] * 2 * xwi * ywi) + mK[4] * (rSq + 2 * xwi * xwi); in mapCorrectedToRawImpl()
353 float yc = ywi * Fr + (mK[4] * 2 * xwi * ywi) + mK[3] * (rSq + 2 * ywi * ywi); in mapCorrectedToRawImpl()