Home
last modified time | relevance | path

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

/dports/graphics/freeimage/FreeImage/Source/OpenEXR/IlmImf/
H A DImfDwaCompressor.cpp716 std::vector<unsigned short *> currDcComp (_rowPtrs.size()); in execute() local
754 currDcComp[0] = (unsigned short *)_packedDc; in execute()
757 currDcComp[comp] = currDcComp[comp - 1] + numBlocksX * numBlocksY; in execute()
804 (_mm_setzero_si128(), *currDcComp[comp]++, 0); in execute()
809 halfZigBlock[comp]._buffer[0] = *currDcComp[comp]++; in execute()
1362 std::vector<unsigned short *> currDcComp (_rowPtrs.size()); in execute() local
1429 currDcComp[0] = (unsigned short *)_packedDc; in execute()
1432 currDcComp[chan] = currDcComp[chan-1] + numBlocksX * numBlocksY; in execute()
1557 *currDcComp[chan]++ = halfZigCoef[0].bits(); in execute()
/dports/graphics/povray37/povray-3.7.0.10/libraries/openexr/IlmImf/
H A DImfDwaCompressor.cpp716 std::vector<unsigned short *> currDcComp (_rowPtrs.size()); in execute() local
754 currDcComp[0] = (unsigned short *)_packedDc; in execute()
757 currDcComp[comp] = currDcComp[comp - 1] + numBlocksX * numBlocksY; in execute()
804 (_mm_setzero_si128(), *currDcComp[comp]++, 0); in execute()
809 halfZigBlock[comp]._buffer[0] = *currDcComp[comp]++; in execute()
1362 std::vector<unsigned short *> currDcComp (_rowPtrs.size()); in execute() local
1429 currDcComp[0] = (unsigned short *)_packedDc; in execute()
1432 currDcComp[chan] = currDcComp[chan-1] + numBlocksX * numBlocksY; in execute()
1557 *currDcComp[chan]++ = halfZigCoef[0].bits(); in execute()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/IlmImf/
H A DImfDwaCompressor.cpp717 std::vector<unsigned short *> currDcComp (_rowPtrs.size()); in execute() local
755 currDcComp[0] = (unsigned short *)_packedDc; in execute()
758 currDcComp[comp] = currDcComp[comp - 1] + numBlocksX * numBlocksY; in execute()
805 (_mm_setzero_si128(), *currDcComp[comp]++, 0); in execute()
810 halfZigBlock[comp]._buffer[0] = *currDcComp[comp]++; in execute()
1363 std::vector<unsigned short *> currDcComp (_rowPtrs.size()); in execute() local
1439 currDcComp[0] = (unsigned short *)_packedDc; in execute()
1442 currDcComp[chan] = currDcComp[chan-1] + numBlocksX * numBlocksY; in execute()
1567 *currDcComp[chan]++ = halfZigCoef[0].bits(); in execute()
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXR/
H A DImfDwaCompressor.cpp702 std::vector<unsigned short *> currDcComp (_rowPtrs.size()); in execute() local
740 currDcComp[0] = (unsigned short *)_packedDc; in execute()
743 currDcComp[comp] = currDcComp[comp - 1] + numBlocksX * numBlocksY; in execute()
790 (_mm_setzero_si128(), *currDcComp[comp]++, 0); in execute()
795 halfZigBlock[comp]._buffer[0] = *currDcComp[comp]++; in execute()
1363 std::vector<unsigned short *> currDcComp (_rowPtrs.size()); in execute() local
1439 currDcComp[0] = (unsigned short *)_packedDc; in execute()
1442 currDcComp[chan] = currDcComp[chan-1] + numBlocksX * numBlocksY; in execute()
1567 *currDcComp[chan]++ = halfZigCoef[0].bits(); in execute()