Lines Matching refs:colIndex
87 real32 InterpolateEntry (uint32 colIndex);
177 real32 dng_gain_map_interpolator::InterpolateEntry (uint32 colIndex) in InterpolateEntry() argument
180 return fMap.Entry (fRowIndex1, colIndex, fPlane) * (1.0f - fRowFract) + in InterpolateEntry()
181 fMap.Entry (fRowIndex2, colIndex, fPlane) * ( fRowFract); in InterpolateEntry()
231 uint32 colIndex = static_cast<uint32> (colIndexF); in ResetColumn() local
232 real64 base = InterpolateEntry (colIndex); in ResetColumn()
233 real64 delta = InterpolateEntry (colIndex + 1) - base; in ResetColumn()
235 fValueBase = (real32) (base + delta * (colIndexF - (real64) colIndex)); in ResetColumn()
239 fResetColumn = (int32) ceil (((colIndex + 1) * fMap.Spacing ().h + in ResetColumn()
320 for (int32 colIndex = 0; colIndex < fPoints.h; colIndex++) in PutStream() local
327 colIndex, in PutStream()
422 for (int32 colIndex = 0; colIndex < mapPoints.h; colIndex++) in GetStream() local
430 map->Entry (rowIndex, colIndex, plane) = x; in GetStream()
442 (unsigned) colIndex, in GetStream()