Home
last modified time | relevance | path

Searched refs:pLinear (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/3rdparty/openexr/IlmImf/
DImfChannelListAttribute.cpp92 Xdr::write <StreamIO> (os, i.channel().pLinear); in writeValueTo()
129 bool pLinear; in readValueFrom() local
134 Xdr::read <StreamIO> (is, pLinear); in readValueFrom()
140 (name, Channel (PixelType (type), xSampling, ySampling, pLinear)); in readValueFrom()
DImfChannelList.cpp58 pLinear (pl) in Channel()
70 pLinear == other.pLinear; in operator ==()
DImfB44Compressor.cpp462 bool pLinear; member
528 _channelData[i].pLinear = c.channel().pLinear; in B44Compressor()
850 if (cd.pLinear) in compress()
854 _optFlatFields, !cd.pLinear); in compress()
965 if (cd.pLinear) in uncompress()
DImfChannelList.h93 bool pLinear; member
103 bool pLinear = false);