Home
last modified time | relevance | path

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

/dports/graphics/freeimage/FreeImage/Source/OpenEXR/IlmImf/
H A DImfDwaCompressor.cpp1906 unsigned short channelRuleSize = 0; in compress() local
1912 channelRuleSize = Xdr::size<unsigned short>(); in compress()
1914 channelRuleSize += channelRules[i].size(); in compress()
1921 outBufferSize += channelRuleSize; in compress()
1931 channelRuleSize]; in compress()
1984 Xdr::write<CharPtrIO> (writePtr, channelRuleSize); in compress()
/dports/graphics/povray37/povray-3.7.0.10/libraries/openexr/IlmImf/
H A DImfDwaCompressor.cpp1906 unsigned short channelRuleSize = 0; in compress() local
1912 channelRuleSize = Xdr::size<unsigned short>(); in compress()
1914 channelRuleSize += channelRules[i].size(); in compress()
1921 outBufferSize += channelRuleSize; in compress()
1931 channelRuleSize]; in compress()
1984 Xdr::write<CharPtrIO> (writePtr, channelRuleSize); in compress()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/IlmImf/
H A DImfDwaCompressor.cpp1916 unsigned short channelRuleSize = 0; in compress() local
1922 channelRuleSize = Xdr::size<unsigned short>(); in compress()
1924 channelRuleSize += channelRules[i].size(); in compress()
1931 outBufferSize += channelRuleSize; in compress()
1941 channelRuleSize]; in compress()
1994 Xdr::write<CharPtrIO> (writePtr, channelRuleSize); in compress()
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXR/
H A DImfDwaCompressor.cpp1910 unsigned short channelRuleSize = 0; in compress() local
1916 channelRuleSize = Xdr::size<unsigned short>(); in compress()
1918 channelRuleSize += channelRules[i].size(); in compress()
1925 outBufferSize += channelRuleSize; in compress()
1935 channelRuleSize]; in compress()
1988 Xdr::write<CharPtrIO> (writePtr, channelRuleSize); in compress()