Home | History | Annotate | Download | only in source

Lines Matching defs:lut

316 		uint16 *lut = NULL;
323 lut = info.fLinearizationTable->Buffer_uint16 ();
330 // the entire process can be a single LUT.
346 if (lut)
351 x = lut [x];
403 if (lut)
408 x = lut [x];
565 // Simple LUT case.
574 const uint16 *lut = fScale_buffer->Buffer_uint16 ();
586 *dstPtr = lut [*srcPtr];
603 *dstPtr = lut [*srcPtr];
617 const real32 *lut = fScale_buffer->Buffer_real32 ();
629 *dstPtr = lut [*srcPtr];
646 *dstPtr = lut [*srcPtr];
664 const int32 *lut = fScale_buffer->Buffer_int32 ();
700 int32 x = lut [*srcPtr] - b1;
733 int32 x = lut [*srcPtr] - b1;
792 const real32 *lut = fScale_buffer->Buffer_real32 ();
804 real32 x = lut [*srcPtr] - b1;
837 real32 x = lut [*srcPtr] - b1;
1207 // Read linearization LUT.