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

/external/dng_sdk/source/
H A Ddng_gain_map.cpp41 uint32 fRowIndex1; member in class:dng_gain_map_interpolator
112 , fRowIndex1 (0)
130 fRowIndex1 = 0;
149 fRowIndex1 = lastRow;
150 fRowIndex2 = fRowIndex1;
162 fRowIndex1 = static_cast<uint32> (rowIndexF);
163 fRowIndex2 = fRowIndex1 + 1;
165 fRowFract = (real32) (rowIndexF - (real64) fRowIndex1);
180 return fMap.Entry (fRowIndex1, colIndex, fPlane) * (1.0f - fRowFract) +

Completed in 2031 milliseconds