Lines Matching refs:real32
43 real32 fRowFract;
47 real32 fValueBase;
48 real32 fValueStep;
49 real32 fValueIndex;
59 real32 Interpolate () const in Interpolate()
87 real32 InterpolateEntry (uint32 colIndex);
165 fRowFract = (real32) (rowIndexF - (real64) fRowIndex1); in dng_gain_map_interpolator()
177 real32 dng_gain_map_interpolator::InterpolateEntry (uint32 colIndex) in InterpolateEntry()
235 fValueBase = (real32) (base + delta * (colIndexF - (real64) colIndex)); in ResetColumn()
237 fValueStep = (real32) ((delta * fScale.h) / fMap.Spacing ().h); in ResetColumn()
276 real32 dng_gain_map::Interpolate (int32 row, in Interpolate()
428 real32 x = stream.Get_real32 (); in GetStream()
570 real32 *dPtr = buffer.DirtyPixel_real32 (row, overlap.l, plane); in ProcessArea()
581 real32 gain = interp.Interpolate (); in ProcessArea()