Home
last modified time | relevance | path

Searched refs:getLog2 (Results 1 – 25 of 71) sorted by relevance

123

/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/CommonLib/
H A DContextModelling.cpp63 , m_log2CGWidth ( g_log2SbbSize[ getLog2(m_width) ][ getLog2(m_height) ][0] ) in CoeffCodingContext()
64 , m_log2CGHeight ( g_log2SbbSize[ getLog2(m_width) ][ getLog2(m_height) ][1] ) in CoeffCodingContext()
68 , m_log2BlockWidth (getLog2(m_width )) in CoeffCodingContext()
69 , m_log2BlockHeight (getLog2(m_height)) in CoeffCodingContext()
127 m_subSetPosY = m_subSetPos >> getLog2( m_widthInGroups ); in initSubblock()
209 … const unsigned wIdxAbove = cuAbove ? getLog2( cuAbove->blocks[partitioner.chType].width ) : 0; in CtxSplit()
210 … const unsigned hIdxLeft = cuLeft ? getLog2( cuLeft ->blocks[partitioner.chType].height ) : 0; in CtxSplit()
251 … return ( 7 - ( ( getLog2( pu.lumaSize().width ) + getLog2( pu.lumaSize().height ) + 1 ) >> 1 ) ); in CtxInterDir()
H A DChromaFormat.h130 …return maxLog2TrDynamicRange - channelBitDepth - ( ( getLog2(size.width) + getLog2(size.height) ) … in getTransformShift()
H A DIntraPrediction.cpp165 const uint32_t log2W = getLog2( width ); in xPredIntraPlanarCore()
166 const uint32_t log2H = getLog2( height ); in xPredIntraPlanarCore()
223 const int scale = ((getLog2(iWidth) - 2 + getLog2(iHeight) - 2 + 2) >> 2); in IntraPredSampleFilterCore()
425 const auto divShift = getLog2(denom); in xGetPredValDc()
452 int deltaSize = abs(getLog2(width) - getLog2(height)); in getWideAngle()
682 const int log2Ratio = getLog2(width) - getLog2(height); in xPredIntraAng()
710 const int scale = ( ( getLog2( width ) - 2 + getLog2( height ) - 2 + 2 ) >> 2 ); in xPredIntraAng()
747 const int log2Size = ((getLog2(width) + getLog2(height)) >> 1); in xPredIntraAng()
842 angularScale = std::min(maxScale, getLog2(sideSize) - (getLog2(3 * invAngle - 2) - 8)); in xPredIntraAng()
1432 …int log2Size = ( ( getLog2( tuArea.blocks[compID].width ) + getLog2( tuArea.blocks[compID].height … in useFilteredIntraRefSamples()
[all …]
H A DQuant.cpp349 const uint32_t uiLog2TrWidth = getLog2(area.width); in dequant()
350 const uint32_t uiLog2TrHeight = getLog2(area.height); in dequant()
549 const int blockIsNotPowerOf4 = ( getLog2( width ) + getLog2( height ) ) & 1; in xSetScalingListDec()
577 const int blockIsNotPowerOf4 = ( getLog2( width ) + getLog2( height ) ) & 1; in xSetRecScalingListDec()
H A DReshape.cpp249 int numNeighborLog = getLog2(numNeighbor); in calculateChromaAdjVpduNei()
384 …Coef[i] = ((int32_t)m_binCW[i] * (1 << FP_PREC) + (1 << (getLog2(pwlFwdBinLen) - 1))) >> getLog2(p… in constructReshaper()
H A DUnitTools.cpp245 uint32_t ctuSizeBit = getLog2(cu.sps->getMaxCUWidth()); in isSameCtu()
345 …bool notEnoughSamplesToSplit = ( getLog2( width ) + getLog2( height ) <= ( getLog2( minTuSizeFo… in canUseISPSplit()
379 …CHECK( getLog2(partitionSize) + getLog2(nonSplitDimensionSize) < getLog2(minNumberOfSamplesPerCu),… in getISPSplitDim()
627 int deltaSize = abs( getLog2( width ) - getLog2( height ) ); in getWideAngIntraMode()
1821 iDMvHorX = (mvRT - mvLT).getHor() << (shift - getLog2(neiW)); in xInheritedAffineMv()
1822 iDMvHorY = (mvRT - mvLT).getVer() << (shift - getLog2(neiW)); in xInheritedAffineMv()
1825 iDMvVerX = (mvLB - mvLT).getHor() << (shift - getLog2(neiH)); in xInheritedAffineMv()
1826 iDMvVerY = (mvLB - mvLT).getVer() << (shift - getLog2(neiH)); in xInheritedAffineMv()
2194 int shiftHtoW = shift + getLog2(cuW) - getLog2(cuH); in getAffineControlPointCand()
2918 int log2CtuSize = getLog2(pu.sps->getCTUSize()); in clipColPos()
[all …]
H A DMatrixIntraPrediction.cpp176 const int log2DownsmpFactor = getLog2(downsmpFactor); in boundaryDownsampling1D()
208 const int log2UpsmpFactor = getLog2( upsmpFactor ); in predictionUpsampling1D()
H A DRom.h161 inline SizeType idxFrom( SizeType size ) const { return getLog2(size); } in idxFrom()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.h58 CounterSizeBitsLog = getLog2(CounterSizeBits); in PackedCounterArray()
63 PackingRatioLog = getLog2(PackingRatio); in PackedCounterArray()
118 : Recorder(Recorder), PageSizeLog(getLog2(getPageSizeCached())) {} in FreePagesRangeTracker()
195 const uptr PageSizeLog = getLog2(PageSize); in releaseFreeMemoryToOS()
H A Dcommon.h73 inline uptr getLog2(uptr X) { in getLog2() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/scudo/standalone/
H A Drelease.h61 CounterSizeBitsLog = getLog2(CounterSizeBits); in PackedCounterArray()
66 PackingRatioLog = getLog2(PackingRatio); in PackedCounterArray()
135 : Recorder(Recorder), PageSizeLog(getLog2(getPageSizeCached())) {} in FreePagesRangeTracker()
212 const uptr PageSizeLog = getLog2(PageSize); in releaseFreeMemoryToOS()
H A Dcommon.h73 inline uptr getLog2(uptr X) { in getLog2() function
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/scudo/standalone/
H A Drelease.h61 CounterSizeBitsLog = getLog2(CounterSizeBits); in PackedCounterArray()
66 PackingRatioLog = getLog2(PackingRatio); in PackedCounterArray()
135 : Recorder(Recorder), PageSizeLog(getLog2(getPageSizeCached())) {} in FreePagesRangeTracker()
212 const uptr PageSizeLog = getLog2(PageSize); in releaseFreeMemoryToOS()
H A Dcommon.h73 inline uptr getLog2(uptr X) { in getLog2() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/scudo/standalone/
H A Drelease.h64 CounterSizeBitsLog = getLog2(CounterSizeBits); in PackedCounterArray()
69 PackingRatioLog = getLog2(PackingRatio); in PackedCounterArray()
145 : Recorder(Recorder), PageSizeLog(getLog2(getPageSizeCached())) {} in FreePagesRangeTracker()
229 const uptr PageSizeLog = getLog2(PageSize); in releaseFreeMemoryToOS()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/scudo/standalone/
H A Drelease.h66 CounterSizeBitsLog = getLog2(CounterSizeBits); in PackedCounterArray()
71 PackingRatioLog = getLog2(PackingRatio); in PackedCounterArray()
149 : Recorder(Recorder), PageSizeLog(getLog2(getPageSizeCached())) {} in FreePagesRangeTracker()
235 const uptr PageSizeLog = getLog2(PageSize); in releaseFreeMemoryToOS()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/scudo/standalone/
H A Drelease.h64 CounterSizeBitsLog = getLog2(CounterSizeBits); in PackedCounterArray()
69 PackingRatioLog = getLog2(PackingRatio); in PackedCounterArray()
145 : Recorder(Recorder), PageSizeLog(getLog2(getPageSizeCached())) {} in FreePagesRangeTracker()
229 const uptr PageSizeLog = getLog2(PageSize); in releaseFreeMemoryToOS()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/scudo/standalone/
H A Drelease.h66 CounterSizeBitsLog = getLog2(CounterSizeBits); in PackedCounterArray()
71 PackingRatioLog = getLog2(PackingRatio); in PackedCounterArray()
149 : Recorder(Recorder), PageSizeLog(getLog2(getPageSizeCached())) {} in FreePagesRangeTracker()
235 const uptr PageSizeLog = getLog2(PageSize); in releaseFreeMemoryToOS()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/scudo/standalone/
H A Drelease.h66 CounterSizeBitsLog = getLog2(CounterSizeBits); in PackedCounterArray()
71 PackingRatioLog = getLog2(PackingRatio); in PackedCounterArray()
149 : Recorder(Recorder), PageSizeLog(getLog2(getPageSizeCached())) {} in FreePagesRangeTracker()
235 const uptr PageSizeLog = getLog2(PageSize); in releaseFreeMemoryToOS()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.h66 CounterSizeBitsLog = getLog2(CounterSizeBits); in PackedCounterArray()
71 PackingRatioLog = getLog2(PackingRatio); in PackedCounterArray()
149 : Recorder(Recorder), PageSizeLog(getLog2(getPageSizeCached())) {} in FreePagesRangeTracker()
235 const uptr PageSizeLog = getLog2(PageSize); in releaseFreeMemoryToOS()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/scudo/standalone/
H A Drelease.h64 CounterSizeBitsLog = getLog2(CounterSizeBits); in PackedCounterArray()
69 PackingRatioLog = getLog2(PackingRatio); in PackedCounterArray()
145 : Recorder(Recorder), PageSizeLog(getLog2(getPageSizeCached())) {} in FreePagesRangeTracker()
229 const uptr PageSizeLog = getLog2(PageSize); in releaseFreeMemoryToOS()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/scudo/standalone/
H A Drelease.h66 CounterSizeBitsLog = getLog2(CounterSizeBits);
71 PackingRatioLog = getLog2(PackingRatio);
149 : Recorder(Recorder), PageSizeLog(getLog2(getPageSizeCached())) {}
235 const uptr PageSizeLog = getLog2(PageSize);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/builder/
H A DReferenceAnalyzer.java101 int index = getLog2(ref.getReferenceKind()); in visit()
183 int getLog2(int bitConstant) { in getLog2() method in ReferenceAnalyzer
269 int index = getLog2(referencekind); in getProblemDetectors()
/dports/audio/fdk-aac/fdk-aac-2.0.2/libSBRdec/src/
H A DHFgen_preFlat.cpp135 const UCHAR getLog2[32] = {0, 1, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, variable
731 int sum_saftey = getLog2[numBands - 1]; in polyfit()
811 x_sf = getLog2[x_int]; in polyval()
/dports/multimedia/handbrake/fdk-aac-2.0.1/libSBRdec/src/
H A DHFgen_preFlat.cpp135 const UCHAR getLog2[32] = {0, 1, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, variable
731 int sum_saftey = getLog2[numBands - 1]; in polyfit()
811 x_sf = getLog2[x_int]; in polyval()

123