Home
last modified time | relevance | path

Searched refs:refBits (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/digikam/digikam-7.4.0/core/libs/pgfutils/libpgf/
H A DDecoder.h86 …UINT32 ComposeBitplane(UINT32 bufferSize, DataT planeMask, UINT32* sigBits, UINT32* refBits, UINT3…
87 UINT32 ComposeBitplaneRLD(UINT32 bufferSize, DataT planeMask, UINT32 sigPos, UINT32* refBits);
88 …UINT32 ComposeBitplaneRLD(UINT32 bufferSize, DataT planeMask, UINT32* sigBits, UINT32* refBits, UI…
H A DEncoder.cpp486 UINT32 refBits[BufferLen] = { 0 }; in BitplaneEncode() local
527 …Bitplane(bufferSize, planeMask, m_codePos + RLblockSizeLen + 1, sigBits, refBits, signBits, signLe… in BitplaneEncode()
616 m_codeBuffer[wordPos++] = refBits[k]; in BitplaneEncode()
634 …2 bufferSize, UINT32 planeMask, UINT32 codePos, UINT32* sigBits, UINT32* refBits, UINT32* signBits… in DecomposeBitplane() argument
636 ASSERT(refBits); in DecomposeBitplane()
717 SetBit(refBits, refPos); in DecomposeBitplane()
719 ClearBit(refBits, refPos); in DecomposeBitplane()
H A DDecoder.cpp773 …oseBitplane(UINT32 bufferSize, DataT planeMask, UINT32* sigBits, UINT32* refBits, UINT32* signBits… in ComposeBitplane() argument
775 ASSERT(refBits); in ComposeBitplane()
809 if (GetBit(refBits, refPos)) { in ComposeBitplane()
834 …croBlock::ComposeBitplaneRLD(UINT32 bufferSize, DataT planeMask, UINT32 codePos, UINT32* refBits) { in ComposeBitplaneRLD() argument
835 ASSERT(refBits); in ComposeBitplaneRLD()
915 if (GetBit(refBits, refPos)) { in ComposeBitplaneRLD()
937 …BitplaneRLD(UINT32 bufferSize, DataT planeMask, UINT32* sigBits, UINT32* refBits, UINT32 signPos) { in ComposeBitplaneRLD() argument
939 ASSERT(refBits); in ComposeBitplaneRLD()
1024 if (GetBit(refBits, refPos)) { in ComposeBitplaneRLD()
H A DEncoder.h98 …2 bufferSize, UINT32 planeMask, UINT32 codePos, UINT32* sigBits, UINT32* refBits, UINT32* signBits…
/dports/graphics/libpgf/PGF/Codec/src/
H A DDecoder.h82 …UINT32 ComposeBitplane(UINT32 bufferSize, DataT planeMask, UINT32* sigBits, UINT32* refBits, UINT3…
83 UINT32 ComposeBitplaneRLD(UINT32 bufferSize, DataT planeMask, UINT32 sigPos, UINT32* refBits);
84 …UINT32 ComposeBitplaneRLD(UINT32 bufferSize, DataT planeMask, UINT32* sigBits, UINT32* refBits, UI…
H A DEncoder.cpp486 UINT32 refBits[BufferLen] = { 0 }; in BitplaneEncode() local
527 …Bitplane(bufferSize, planeMask, m_codePos + RLblockSizeLen + 1, sigBits, refBits, signBits, signLe… in BitplaneEncode()
616 m_codeBuffer[wordPos++] = refBits[k]; in BitplaneEncode()
634 …2 bufferSize, UINT32 planeMask, UINT32 codePos, UINT32* sigBits, UINT32* refBits, UINT32* signBits… in DecomposeBitplane() argument
636 ASSERT(refBits); in DecomposeBitplane()
717 SetBit(refBits, refPos); in DecomposeBitplane()
719 ClearBit(refBits, refPos); in DecomposeBitplane()
H A DDecoder.cpp763 …oseBitplane(UINT32 bufferSize, DataT planeMask, UINT32* sigBits, UINT32* refBits, UINT32* signBits… in ComposeBitplane() argument
765 ASSERT(refBits); in ComposeBitplane()
799 if (GetBit(refBits, refPos)) { in ComposeBitplane()
824 …croBlock::ComposeBitplaneRLD(UINT32 bufferSize, DataT planeMask, UINT32 codePos, UINT32* refBits) { in ComposeBitplaneRLD() argument
825 ASSERT(refBits); in ComposeBitplaneRLD()
905 if (GetBit(refBits, refPos)) { in ComposeBitplaneRLD()
927 …BitplaneRLD(UINT32 bufferSize, DataT planeMask, UINT32* sigBits, UINT32* refBits, UINT32 signPos) { in ComposeBitplaneRLD() argument
929 ASSERT(refBits); in ComposeBitplaneRLD()
1014 if (GetBit(refBits, refPos)) { in ComposeBitplaneRLD()
H A DEncoder.h94 …2 bufferSize, UINT32 planeMask, UINT32 codePos, UINT32* sigBits, UINT32* refBits, UINT32* signBits…
/dports/print/scribus-devel/scribus-1.5.7/scribus/third_party/pgf/
H A DDecoder.h82 …UINT32 ComposeBitplane(UINT32 bufferSize, DataT planeMask, UINT32* sigBits, UINT32* refBits, UINT3…
83 UINT32 ComposeBitplaneRLD(UINT32 bufferSize, DataT planeMask, UINT32 sigPos, UINT32* refBits);
84 …UINT32 ComposeBitplaneRLD(UINT32 bufferSize, DataT planeMask, UINT32* sigBits, UINT32* refBits, UI…
H A DEncoder.cpp486 UINT32 refBits[BufferLen] = { 0 }; in BitplaneEncode() local
527 …Bitplane(bufferSize, planeMask, m_codePos + RLblockSizeLen + 1, sigBits, refBits, signBits, signLe… in BitplaneEncode()
616 m_codeBuffer[wordPos++] = refBits[k]; in BitplaneEncode()
634 …2 bufferSize, UINT32 planeMask, UINT32 codePos, UINT32* sigBits, UINT32* refBits, UINT32* signBits… in DecomposeBitplane() argument
636 ASSERT(refBits); in DecomposeBitplane()
717 SetBit(refBits, refPos); in DecomposeBitplane()
719 ClearBit(refBits, refPos); in DecomposeBitplane()
H A DDecoder.cpp763 …oseBitplane(UINT32 bufferSize, DataT planeMask, UINT32* sigBits, UINT32* refBits, UINT32* signBits… in ComposeBitplane() argument
765 ASSERT(refBits); in ComposeBitplane()
799 if (GetBit(refBits, refPos)) { in ComposeBitplane()
824 …croBlock::ComposeBitplaneRLD(UINT32 bufferSize, DataT planeMask, UINT32 codePos, UINT32* refBits) { in ComposeBitplaneRLD() argument
825 ASSERT(refBits); in ComposeBitplaneRLD()
905 if (GetBit(refBits, refPos)) { in ComposeBitplaneRLD()
927 …BitplaneRLD(UINT32 bufferSize, DataT planeMask, UINT32* sigBits, UINT32* refBits, UINT32 signPos) { in ComposeBitplaneRLD() argument
929 ASSERT(refBits); in ComposeBitplaneRLD()
1014 if (GetBit(refBits, refPos)) { in ComposeBitplaneRLD()
H A DEncoder.h94 …2 bufferSize, UINT32 planeMask, UINT32 codePos, UINT32* sigBits, UINT32* refBits, UINT32* signBits…
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/
H A DExtHandler.cpp2633 const unsigned refBits = (_h.BlockBits - 2); in GetStream_Node() local
2634 const size_t numRefsInBlocks = (size_t)1 << refBits; in GetStream_Node()
2639 const UInt64 numL2 = (rem - 1) >> refBits; in GetStream_Node()
2644 numBlocks2 += (numL2 - 1) >> refBits; in GetStream_Node()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/
H A DExtHandler.cpp2612 const unsigned refBits = (_h.BlockBits - 2); in GetStream_Node() local
2613 const size_t numRefsInBlocks = (size_t)1 << refBits; in GetStream_Node()
2618 const UInt64 numL2 = (rem - 1) >> refBits; in GetStream_Node()
2623 numBlocks2 += (numL2 - 1) >> refBits; in GetStream_Node()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fShaderPrecisionTests.cpp311 const deUint64 refBits = tcu::Float64(reference).bits(); in compare() local
313 const deUint64 accurateRefBits = maskBits < 64 ? refBits >> (deUint64)maskBits : 0u; in compare()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderPackingFunctionTests.cpp817 const deUint32 refBits = tcu::Float32(ref).bits(); in checkValue() local
819 const deBool bitMatch = (refBits ^ resBits) == 0u; in checkValue()