Lines Matching refs:real32
49 real32 fScale;
156 fScale = (real32) scale; in dng_linearize_plane()
206 fBlack_2D_buffer->Buffer_real32 () [index] = (real32) x; in dng_linearize_plane()
280 fBlack_1D_buffer->Buffer_real32 () [j] = (real32) x; in dng_linearize_plane()
381 fScale_buffer->Buffer_real32 () [j] = (real32) y; in dng_linearize_plane()
421 fScale_buffer->Buffer_real32 () [j] = (real32) y; in dng_linearize_plane()
488 real32 scale = fScale; in Process()
490 const real32 *srcPtr = (const real32 *) sPtr; in Process()
492 real32 *dstPtr = (real32 *) dPtr; in Process()
515 real32 b1 = 0.0f; in Process()
522 const real32 *b2 = NULL; in Process()
540 real32 x = (*srcPtr) * scale - b1; in Process()
617 const real32 *lut = fScale_buffer->Buffer_real32 (); in Process()
619 real32 *dstPtr = (real32 *) dPtr; in Process()
765 real32 b1 = 0.0f; in Process()
772 const real32 *b2 = NULL; in Process()
792 const real32 *lut = fScale_buffer->Buffer_real32 (); in Process()
794 real32 *dstPtr = (real32 *) dPtr; in Process()
804 real32 x = lut [*srcPtr] - b1; in Process()
837 real32 x = lut [*srcPtr] - b1; in Process()
869 real32 scale = fScale; in Process()
878 real32 *dstPtr = (real32 *) dPtr; in Process()
883 real32 x = ((real32) *srcPtr) * scale - b1; in Process()
915 real32 dstScale = (real32) 0x0FFFF; in Process()
920 real32 x = ((real32) *srcPtr) * scale - b1; in Process()