Searched refs:fRowFract (Results 1 - 1 of 1) sorted by relevance

/external/dng_sdk/source/
H A Ddng_gain_map.cpp43 real32 fRowFract; member in class:dng_gain_map_interpolator
114 , fRowFract (0.0f)
133 fRowFract = 0.0f;
152 fRowFract = 0.0f;
165 fRowFract = (real32) (rowIndexF - (real64) fRowIndex1);
180 return fMap.Entry (fRowIndex1, colIndex, fPlane) * (1.0f - fRowFract) +
181 fMap.Entry (fRowIndex2, colIndex, fPlane) * ( fRowFract);

Completed in 172 milliseconds