Home
last modified time | relevance | path

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

/dports/graphics/freeimage/FreeImage/Source/OpenEXR/IlmImf/
H A DImfDwaCompressor.cpp1945 #define OBIDX(x) (Int64 *)&_outBuffer[x * sizeof (Int64)] in compress() macro
1947 Int64 *version = OBIDX (VERSION); in compress()
1949 Int64 *unknownCompressedSize = OBIDX (UNKNOWN_COMPRESSED_SIZE); in compress()
1950 Int64 *acCompressedSize = OBIDX (AC_COMPRESSED_SIZE); in compress()
1951 Int64 *dcCompressedSize = OBIDX (DC_COMPRESSED_SIZE); in compress()
1952 Int64 *rleCompressedSize = OBIDX (RLE_COMPRESSED_SIZE); in compress()
1953 Int64 *rleUncompressedSize = OBIDX (RLE_UNCOMPRESSED_SIZE); in compress()
1954 Int64 *rleRawSize = OBIDX (RLE_RAW_SIZE); in compress()
1956 Int64 *totalAcUncompressedCount = OBIDX (AC_UNCOMPRESSED_COUNT); in compress()
1957 Int64 *totalDcUncompressedCount = OBIDX (DC_UNCOMPRESSED_COUNT); in compress()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/openexr/IlmImf/
H A DImfDwaCompressor.cpp1945 #define OBIDX(x) (Int64 *)&_outBuffer[x * sizeof (Int64)] in compress() macro
1947 Int64 *version = OBIDX (VERSION); in compress()
1949 Int64 *unknownCompressedSize = OBIDX (UNKNOWN_COMPRESSED_SIZE); in compress()
1950 Int64 *acCompressedSize = OBIDX (AC_COMPRESSED_SIZE); in compress()
1951 Int64 *dcCompressedSize = OBIDX (DC_COMPRESSED_SIZE); in compress()
1952 Int64 *rleCompressedSize = OBIDX (RLE_COMPRESSED_SIZE); in compress()
1953 Int64 *rleUncompressedSize = OBIDX (RLE_UNCOMPRESSED_SIZE); in compress()
1954 Int64 *rleRawSize = OBIDX (RLE_RAW_SIZE); in compress()
1956 Int64 *totalAcUncompressedCount = OBIDX (AC_UNCOMPRESSED_COUNT); in compress()
1957 Int64 *totalDcUncompressedCount = OBIDX (DC_UNCOMPRESSED_COUNT); in compress()
[all …]
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/IlmImf/
H A DImfDwaCompressor.cpp1955 #define OBIDX(x) (Int64 *)&_outBuffer[x * sizeof (Int64)] in compress() macro
1957 Int64 *version = OBIDX (VERSION); in compress()
1959 Int64 *unknownCompressedSize = OBIDX (UNKNOWN_COMPRESSED_SIZE); in compress()
1960 Int64 *acCompressedSize = OBIDX (AC_COMPRESSED_SIZE); in compress()
1961 Int64 *dcCompressedSize = OBIDX (DC_COMPRESSED_SIZE); in compress()
1962 Int64 *rleCompressedSize = OBIDX (RLE_COMPRESSED_SIZE); in compress()
1963 Int64 *rleUncompressedSize = OBIDX (RLE_UNCOMPRESSED_SIZE); in compress()
1964 Int64 *rleRawSize = OBIDX (RLE_RAW_SIZE); in compress()
1966 Int64 *totalAcUncompressedCount = OBIDX (AC_UNCOMPRESSED_COUNT); in compress()
1967 Int64 *totalDcUncompressedCount = OBIDX (DC_UNCOMPRESSED_COUNT); in compress()
[all …]
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXR/
H A DImfDwaCompressor.cpp1949 #define OBIDX(x) (uint64_t *)&_outBuffer[x * sizeof (uint64_t)] in compress() macro
1951 uint64_t *version = OBIDX (VERSION); in compress()
1953 uint64_t *unknownCompressedSize = OBIDX (UNKNOWN_COMPRESSED_SIZE); in compress()
1954 uint64_t *acCompressedSize = OBIDX (AC_COMPRESSED_SIZE); in compress()
1955 uint64_t *dcCompressedSize = OBIDX (DC_COMPRESSED_SIZE); in compress()
1956 uint64_t *rleCompressedSize = OBIDX (RLE_COMPRESSED_SIZE); in compress()
1957 uint64_t *rleUncompressedSize = OBIDX (RLE_UNCOMPRESSED_SIZE); in compress()
1958 uint64_t *rleRawSize = OBIDX (RLE_RAW_SIZE); in compress()
1960 uint64_t *totalAcUncompressedCount = OBIDX (AC_UNCOMPRESSED_COUNT); in compress()
1961 uint64_t *totalDcUncompressedCount = OBIDX (DC_UNCOMPRESSED_COUNT); in compress()
[all …]