Lines Matching refs:lut
316 uint16 *lut = NULL; in dng_linearize_plane() local
323 lut = info.fLinearizationTable->Buffer_uint16 (); in dng_linearize_plane()
346 if (lut) in dng_linearize_plane()
351 x = lut [x]; in dng_linearize_plane()
403 if (lut) in dng_linearize_plane()
408 x = lut [x]; in dng_linearize_plane()
574 const uint16 *lut = fScale_buffer->Buffer_uint16 (); in Process() local
586 *dstPtr = lut [*srcPtr]; in Process()
603 *dstPtr = lut [*srcPtr]; in Process()
617 const real32 *lut = fScale_buffer->Buffer_real32 (); in Process() local
629 *dstPtr = lut [*srcPtr]; in Process()
646 *dstPtr = lut [*srcPtr]; in Process()
664 const int32 *lut = fScale_buffer->Buffer_int32 (); in Process() local
700 int32 x = lut [*srcPtr] - b1; in Process()
733 int32 x = lut [*srcPtr] - b1; in Process()
792 const real32 *lut = fScale_buffer->Buffer_real32 (); in Process() local
804 real32 x = lut [*srcPtr] - b1; in Process()
837 real32 x = lut [*srcPtr] - b1; in Process()