Home
last modified time | relevance | path

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

/dports/graphics/freeimage/FreeImage/Source/OpenEXR/IlmImf/
H A DImfDwaCompressor.cpp2357 const Int64 *inPtr64 = (const Int64*) inPtr; in uncompress() local
2359 Int64 version = *(inPtr64 + VERSION); in uncompress()
2361 Int64 unknownCompressedSize = *(inPtr64 + UNKNOWN_COMPRESSED_SIZE); in uncompress()
2362 Int64 acCompressedSize = *(inPtr64 + AC_COMPRESSED_SIZE); in uncompress()
2363 Int64 dcCompressedSize = *(inPtr64 + DC_COMPRESSED_SIZE); in uncompress()
2364 Int64 rleCompressedSize = *(inPtr64 + RLE_COMPRESSED_SIZE); in uncompress()
2365 Int64 rleUncompressedSize = *(inPtr64 + RLE_UNCOMPRESSED_SIZE); in uncompress()
2366 Int64 rleRawSize = *(inPtr64 + RLE_RAW_SIZE); in uncompress()
2368 Int64 totalAcUncompressedCount = *(inPtr64 + AC_UNCOMPRESSED_COUNT); in uncompress()
2369 Int64 totalDcUncompressedCount = *(inPtr64 + DC_UNCOMPRESSED_COUNT); in uncompress()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/openexr/IlmImf/
H A DImfDwaCompressor.cpp2357 const Int64 *inPtr64 = (const Int64*) inPtr; in uncompress() local
2359 Int64 version = *(inPtr64 + VERSION); in uncompress()
2361 Int64 unknownCompressedSize = *(inPtr64 + UNKNOWN_COMPRESSED_SIZE); in uncompress()
2362 Int64 acCompressedSize = *(inPtr64 + AC_COMPRESSED_SIZE); in uncompress()
2363 Int64 dcCompressedSize = *(inPtr64 + DC_COMPRESSED_SIZE); in uncompress()
2364 Int64 rleCompressedSize = *(inPtr64 + RLE_COMPRESSED_SIZE); in uncompress()
2365 Int64 rleUncompressedSize = *(inPtr64 + RLE_UNCOMPRESSED_SIZE); in uncompress()
2366 Int64 rleRawSize = *(inPtr64 + RLE_RAW_SIZE); in uncompress()
2368 Int64 totalAcUncompressedCount = *(inPtr64 + AC_UNCOMPRESSED_COUNT); in uncompress()
2369 Int64 totalDcUncompressedCount = *(inPtr64 + DC_UNCOMPRESSED_COUNT); in uncompress()
[all …]
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/IlmImf/
H A DImfDwaCompressor.cpp2366 const Int64 *inPtr64 = (const Int64*) inPtr; in uncompress() local
2368 Int64 version = *(inPtr64 + VERSION); in uncompress()
2370 Int64 unknownCompressedSize = *(inPtr64 + UNKNOWN_COMPRESSED_SIZE); in uncompress()
2371 Int64 acCompressedSize = *(inPtr64 + AC_COMPRESSED_SIZE); in uncompress()
2372 Int64 dcCompressedSize = *(inPtr64 + DC_COMPRESSED_SIZE); in uncompress()
2373 Int64 rleCompressedSize = *(inPtr64 + RLE_COMPRESSED_SIZE); in uncompress()
2374 Int64 rleUncompressedSize = *(inPtr64 + RLE_UNCOMPRESSED_SIZE); in uncompress()
2375 Int64 rleRawSize = *(inPtr64 + RLE_RAW_SIZE); in uncompress()
2377 Int64 totalAcUncompressedCount = *(inPtr64 + AC_UNCOMPRESSED_COUNT); in uncompress()
2378 Int64 totalDcUncompressedCount = *(inPtr64 + DC_UNCOMPRESSED_COUNT); in uncompress()
[all …]
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXR/
H A DImfDwaCompressor.cpp2361 const uint64_t *inPtr64 = (const uint64_t*) inPtr; in uncompress() local
2363 uint64_t version = *(inPtr64 + VERSION); in uncompress()
2365 uint64_t unknownCompressedSize = *(inPtr64 + UNKNOWN_COMPRESSED_SIZE); in uncompress()
2366 uint64_t acCompressedSize = *(inPtr64 + AC_COMPRESSED_SIZE); in uncompress()
2367 uint64_t dcCompressedSize = *(inPtr64 + DC_COMPRESSED_SIZE); in uncompress()
2368 uint64_t rleCompressedSize = *(inPtr64 + RLE_COMPRESSED_SIZE); in uncompress()
2369 uint64_t rleUncompressedSize = *(inPtr64 + RLE_UNCOMPRESSED_SIZE); in uncompress()
2370 uint64_t rleRawSize = *(inPtr64 + RLE_RAW_SIZE); in uncompress()
2372 uint64_t totalAcUncompressedCount = *(inPtr64 + AC_UNCOMPRESSED_COUNT); in uncompress()
2373 uint64_t totalDcUncompressedCount = *(inPtr64 + DC_UNCOMPRESSED_COUNT); in uncompress()
[all …]