Home
last modified time | relevance | path

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

/dports/graphics/freeimage/FreeImage/Source/OpenEXR/IlmImf/
H A DImfDwaCompressor.cpp1377 int tmpHalfBufferElements = 0; in execute() local
1381 tmpHalfBufferElements += _width * _height; in execute()
1383 std::vector<unsigned short> tmpHalfBuffer (tmpHalfBufferElements); in execute()
1387 if (tmpHalfBufferElements) in execute()
/dports/graphics/povray37/povray-3.7.0.10/libraries/openexr/IlmImf/
H A DImfDwaCompressor.cpp1377 int tmpHalfBufferElements = 0; in execute() local
1381 tmpHalfBufferElements += _width * _height; in execute()
1383 std::vector<unsigned short> tmpHalfBuffer (tmpHalfBufferElements); in execute()
1387 if (tmpHalfBufferElements) in execute()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/IlmImf/
H A DImfDwaCompressor.cpp1378 int tmpHalfBufferElements = 0; in execute() local
1382 tmpHalfBufferElements += _width * _height; in execute()
1384 std::vector<unsigned short> tmpHalfBuffer (tmpHalfBufferElements); in execute()
1388 if (tmpHalfBufferElements) in execute()
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXR/
H A DImfDwaCompressor.cpp1378 int tmpHalfBufferElements = 0; in execute() local
1382 tmpHalfBufferElements += _width * _height; in execute()
1384 std::vector<unsigned short> tmpHalfBuffer (tmpHalfBufferElements); in execute()
1388 if (tmpHalfBufferElements) in execute()