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

/external/dng_sdk/source/
H A Ddng_gain_map.cpp42 uint32 fRowIndex2; member in class:dng_gain_map_interpolator
113 , fRowIndex2 (0)
131 fRowIndex2 = 0;
150 fRowIndex2 = fRowIndex1;
161 // implies fRowIndex2 <= lastRow below.
163 fRowIndex2 = fRowIndex1 + 1;
181 fMap.Entry (fRowIndex2, colIndex, fPlane) * ( fRowFract);

Completed in 148 milliseconds