Home
last modified time | relevance | path

Searched refs:theClampValueHi (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimPixelFlipper.cpp52 theClampValueHi(ossim::nan()), in ossimPixelFlipper()
171 T clampHi = static_cast<T>(theClampValueHi); in flipPixels()
611 if (scalar == OSSIM_USHORT16 && theClampValueHi == 2047.0) in getOutputScalarType()
620 else if (scalar == OSSIM_USHORT16 && theClampValueHi == 4095.0) in getOutputScalarType()
629 else if (scalar == OSSIM_USHORT16 && theClampValueHi == 8191.0) in getOutputScalarType()
638 else if (scalar == OSSIM_USHORT16 && theClampValueHi == 16383.0) in getOutputScalarType()
667 if ((theClampValueHi > MIN) && (theClampValueHi < MAX)) in getMaxPixelValue()
668 return theClampValueHi; in getMaxPixelValue()
775 kwl.add(prefix, PF_CLAMP_VALUE_HI_KW, theClampValueHi); in saveState()
829 theClampValueHi = clamp_value; in setClampValue()
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/imaging/
H A DossimPixelFlipper.h243 ossim_float64 theClampValueHi; variable