Home
last modified time | relevance | path

Searched refs:ySampling (Results 76 – 100 of 137) sorted by relevance

123456

/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXR/
H A DImfPxr24Compressor.cpp280 if (modp (y, c.ySampling) != 0) in compress()
425 if (modp (y, c.ySampling) != 0) in uncompress()
H A DImfMisc.cpp92 if (modp (y, c.channel().ySampling) == 0) in bytesPerLineTable()
132 const int ySampling = abs(c.channel().ySampling); in bytesPerDeepLineTable() local
144 const int sampleMinY = roundToNextMultiple(minY, ySampling); in bytesPerDeepLineTable()
145 const int sampleMaxY = roundToPrevMultiple(maxY, ySampling); in bytesPerDeepLineTable()
149 for (int y = sampleMinY; y <= sampleMaxY; y+=ySampling) in bytesPerDeepLineTable()
H A DImfHeader.cpp1210 if (i.channel().ySampling != 1) in sanityCheck()
1239 if (i.channel().ySampling < 1) in sanityCheck()
1254 if (dataWindow.min.y % i.channel().ySampling) in sanityCheck()
1272 i.channel().ySampling) in sanityCheck()
H A DImfB44Compressor.cpp499 _channelData[i].ys = c.channel().ySampling; in B44Compressor()
644 cd.ny = numSamples (c.channel().ySampling, minY, maxY); in compress()
877 cd.ny = numSamples (c.channel().ySampling, minY, maxY); in uncompress()
H A DImfDeepFrameBuffer.h55 int ySampling = 1,
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/IlmImf/
H A DImfMisc.cpp122 if (modp (y, c.channel().ySampling) == 0) in bytesPerLineTable()
162 const int ySampling = abs(c.channel().ySampling); in bytesPerDeepLineTable() local
174 const int sampleMinY = roundToNextMultiple(minY, ySampling); in bytesPerDeepLineTable()
175 const int sampleMaxY = roundToPrevMultiple(maxY, ySampling); in bytesPerDeepLineTable()
179 for (int y = sampleMinY; y <= sampleMaxY; y+=ySampling) in bytesPerDeepLineTable()
H A DImfInputFile.cpp302 while (modp (yStart, toSlice.ySampling) != 0) in bufferedReadPixels()
307 y += toSlice.ySampling) in bufferedReadPixels()
319 divp (y, toSlice.ySampling) * toSlice.yStride + in bufferedReadPixels()
H A DImfFrameBuffer.cpp69 ySampling (ysm), in Slice()
H A DImfB44Compressor.cpp529 _channelData[i].ys = c.channel().ySampling; in B44Compressor()
674 cd.ny = numSamples (c.channel().ySampling, minY, maxY); in compress()
907 cd.ny = numSamples (c.channel().ySampling, minY, maxY); in uncompress()
H A DImfDeepFrameBuffer.h84 int ySampling = 1,
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/IlmImf/
H A DImfInputFile.cpp302 while (modp (yStart, toSlice.ySampling) != 0) in bufferedReadPixels()
307 y += toSlice.ySampling) in bufferedReadPixels()
319 divp (y, toSlice.ySampling) * toSlice.yStride + in bufferedReadPixels()
H A DImfFrameBuffer.cpp69 ySampling (ysm), in Slice()
H A DImfB44Compressor.cpp529 _channelData[i].ys = c.channel().ySampling; in B44Compressor()
674 cd.ny = numSamples (c.channel().ySampling, minY, maxY); in compress()
907 cd.ny = numSamples (c.channel().ySampling, minY, maxY); in uncompress()
H A DImfDeepFrameBuffer.h83 int ySampling = 1,
/dports/graphics/povray37/povray-3.7.0.10/libraries/openexr/IlmImf/
H A DImfInputFile.cpp302 while (modp (yStart, toSlice.ySampling) != 0) in bufferedReadPixels()
307 y += toSlice.ySampling) in bufferedReadPixels()
319 divp (y, toSlice.ySampling) * toSlice.yStride + in bufferedReadPixels()
H A DImfFrameBuffer.cpp69 ySampling (ysm), in Slice()
H A DImfB44Compressor.cpp529 _channelData[i].ys = c.channel().ySampling; in B44Compressor()
674 cd.ny = numSamples (c.channel().ySampling, minY, maxY); in compress()
907 cd.ny = numSamples (c.channel().ySampling, minY, maxY); in uncompress()
H A DImfDeepFrameBuffer.h83 int ySampling = 1,
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXRUtil/
H A DImfDeepImageChannel.cpp115 ySampling()); in slice()
H A DImfSampleCountChannel.cpp96 ySampling()); in slice()
H A DImfFlatImageLevel.h137 int ySampling,
H A DImfDeepImageLevel.h169 int ySampling,
/dports/graphics/ampasACES-container/aces_container-7a4e21e/
H A Daces_attributestructs.cpp130 << ", ySampling:\t" << v.ySampling in operator <<()
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/openexr.imageio/
H A Dexrinput.cpp926 int ySampling; member
935 , ySampling(exrchan.ySampling) in ChanNameHolder()
1079 if (cnh[c].xSampling != 1 || cnh[c].ySampling != 1) { in query_channels()
1083 cnh[c].fullname, cnh[c].xSampling, cnh[c].ySampling); in query_channels()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/openexr.imageio/
H A Dexrinput.cpp926 int ySampling; member
935 , ySampling(exrchan.ySampling) in ChanNameHolder()
1079 if (cnh[c].xSampling != 1 || cnh[c].ySampling != 1) { in query_channels()
1083 cnh[c].fullname, cnh[c].xSampling, cnh[c].ySampling); in query_channels()

123456