Home
last modified time | relevance | path

Searched refs:getComponentScaleX (Results 1 – 25 of 39) sorted by relevance

12

/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibCommon/
H A DTComPicYuv.h108 …getWidth (const ComponentID id) const { return m_iPicWidth >> getComponentScaleX(id); } in getWidth()
113 …omponentID id) const { return ((m_iPicWidth ) + (m_iMarginX <<1)) >> getComponentScaleX(id); } in getStride()
116 … getMarginX (const ComponentID id) const { return m_iMarginX >> getComponentScaleX(id); } in getMarginX()
138 …UInt getComponentScaleX(const ComponentID id) const { return ::getComponentScaleX(id, m_c… in getComponentScaleX() function
H A DTComYuv.h155 … Int blkX = g_auiRasterToPelX[ g_auiZscanToRaster[ uiPartUnitIdx ] ] >> getComponentScaleX(id); in getAddr()
162 … Int blkX = g_auiRasterToPelX[ g_auiZscanToRaster[ uiPartUnitIdx ] ] >> getComponentScaleX(id); in getAddr()
195 …ride (const ComponentID id) const { return m_iWidth >> getComponentScaleX(id); } in getStride()
197 …dth (const ComponentID id) const { return m_iWidth >> getComponentScaleX(id); } in getWidth()
200 …UInt getComponentScaleX (const ComponentID id) const { return ::getComponentScaleX in getComponentScaleX() function
H A DTComYuv.cpp211 …copyPartToPartComponent (ComponentID(ch), pcYuvDst, uiPartIdx, iWidth>>getComponentScaleX(Compon… in copyPartToPartYuv()
269 const Int uiPartWidth =uiPartSize>>getComponentScaleX(ch); in addClip()
309 const Int uiPartWidth =uiPartSize>>getComponentScaleX(ch); in subtract()
352 const Int iWidth = uiWidth >> getComponentScaleX(ch); in addAvg()
407 const Int iWidth = uiWidth >>getComponentScaleX(ch); in removeHighFreq()
H A DTComPic.h131 …Int getComponentScaleX(const ComponentID id) const { return m_apcPicYuv[PIC_YUV_REC]-… in getComponentScaleX() function
H A DTComPicYuv.cpp98 …arginY >> getComponentScaleY(ch)) * getStride(ch) + (m_iMarginX >> getComponentScaleX(ch)); in create()
114 const Int ctuWidth=uiMaxCUWidth>>getComponentScaleX(ch); in create()
H A DTComWeightPrediction.cpp106 const UInt csx = pcYuvSrc0->getComponentScaleX(compID); in addWeightBi()
173 const UInt csx = pcYuvSrc0->getComponentScaleX(compID); in addWeightUni()
H A DTComChromaFormat.h60 static inline UInt getComponentScaleX (const ComponentID id, const ChromaFormat fmt) … in getComponentScaleX() function
H A DTComDataCU.cpp163 …const UInt chromaShift = getComponentScaleX(compID, chromaFormatIDC) + getComponentScaleY(compID, … in create()
402 …const UInt componentShift = m_pcPic->getComponentScaleX(ComponentID(comp)) + m_pcPic->getComponent… in initCtu()
525 …const UInt numCoeff = numCoeffY >> (getPic()->getComponentScaleX(component) + getPic()->getCompone… in initEstData()
605 …const UInt componentShift = m_pcPic->getComponentScaleX(ComponentID(ch)) + m_pcPic->getComponentSc… in initSubCU()
717 …const UInt componentShift = m_pcPic->getComponentScaleX(component) + m_pcPic->getComponentScaleY… in copySubCU()
844 …const UInt componentShift = m_pcPic->getComponentScaleX(component) + m_pcPic->getComponentScaleY… in copyPartFrom()
922 …const UInt componentShift = m_pcPic->getComponentScaleX(component) + m_pcPic->getComponentScaleY… in copyToPic()
1000 …UInt componentShift = m_pcPic->getComponentScaleX(ComponentID(comp)) + m_pcPic->getComponentScaleY… in copyToPic()
3326 const UInt maximumWidth = MDCS_MAXIMUM_WIDTH >> getComponentScaleX(compID, format); in getCoefScanIdx()
H A DTComSampleAdaptiveOffset.cpp569 const UInt componentScaleX = getComponentScaleX(component, pPic->getChromaFormat()); in offsetCTU()
694 const UInt csx=pcPicYuvRec->getComponentScaleX(compID); in xPCMSampleRestoration()
H A DTComTU.cpp69 const UInt csx=getComponentScaleX(ComponentID(i), mChromaFormat); in TComTU()
H A DTComInterpolationFilter.cpp344 const UInt csx = getComponentScaleX(compID, fmt); in filterHor()
H A DTComPrediction.cpp664 Int shiftHor=(2+refPic->getComponentScaleX(compID)); in xPredInterBlk()
675 UInt cxWidth = width >> refPic->getComponentScaleX(compID); in xPredInterBlk()
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibVideoIO/
H A DTVideoIOYuv.cpp189 …frameSize += (width >> getComponentScaleX(compID, format)) * (height >> getComponentScaleY(compID,… in skipFrames()
240 const UInt csx_file =getComponentScaleX(compID, fileFormat); in readPlane()
242 const UInt csx_dest =getComponentScaleX(compID, destFormat); in readPlane()
370 const UInt csx_file =getComponentScaleX(compID, fileFormat); in writePlane()
372 const UInt csx_src =getComponentScaleX(compID, srcFormat); in writePlane()
493 const UInt csx_file =getComponentScaleX(compID, fileFormat); in writeField()
495 const UInt csx_src =getComponentScaleX(compID, srcFormat); in writeField()
682 const UInt csx=getComponentScaleX(compID, pPicYuv->getChromaFormat()); in read()
774 const UInt csx = pPicYuv->getComponentScaleX(compID); in write()
875 assert(dstPicYuvTop->getComponentScaleX(compID) == dstPicYuvBottom->getComponentScaleX(compID)); in write()
[all …]
/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/CommonLib/
H A DUnit.cpp71 uint32_t scaleX = getComponentScaleX(compID(), chromaFormat); in chromaPos()
86 uint32_t scaleX = getComponentScaleX( compID(), chromaFormat ); in lumaSize()
101 uint32_t scaleX = getComponentScaleX( compID(), chromaFormat ); in chromaSize()
116 uint32_t scaleX = getComponentScaleX( compID(), chromaFormat ); in lumaPos()
H A Ddtrace_codingstruct.h78 uint32_t uiChromaScaleX = getComponentScaleX( compId, pelUnitBuf.chromaFormat ); in dtracePicComp()
H A DInterPrediction.cpp725 const int shiftHor = MV_FRACTIONAL_BITS_INTERNAL + getComponentScaleX(compID, chFmt); in xPredInterBlk()
904 const int iScaleX = getComponentScaleX( compID, chFmt ); in xPredAffineBlk()
1504 …int mvshiftTempHor = mvShift + getComponentScaleX( ( ComponentID ) compID, pu.chromaFormat … in xPrefetch()
1732 … const int mvshiftTempHor = mvShift + getComponentScaleX( (ComponentID)compID, pu.chromaFormat ); in xFinalPaddedMCForDMVR()
1846 int scaleX = getComponentScaleX( COMPONENT_Cb, pu.chromaFormat ); in xProcessDMVR()
1980 const int shiftSample = getComponentScaleX(area.compID(), cu.chromaFormat); in xFillIBCBuffer()
1996 const int shiftSampleHor = getComponentScaleX( compID, pu.chromaFormat ); in xIntraBlockCopy()
2079 int shiftHor = MV_FRACTIONAL_BITS_INTERNAL + getComponentScaleX( compID, chFmt ); in xPredInterBlkRPR()
2169 ….x << getComponentScaleX( compID, chFmt ) ) - ( pps.getScalingWindow().getWindowLeftOffset() * SPS… in xPredInterBlkRPR()
2175 …x0Int = ( ( posX << ( 4 + getComponentScaleX( compID, chFmt ) ) ) + mv.getHor() ) * (int64_t)scali… in xPredInterBlkRPR()
[all …]
H A DUnit.h73 …return Position(pos.x >> getComponentScaleX(dstCId, _cf), pos.y >> getComponentScaleY(dstCId, _cf)… in recalcPosition()
77 …return Position(pos.x << getComponentScaleX(srcCId, _cf), pos.y << getComponentScaleY(srcCId, _cf)… in recalcPosition()
105 …return Size( size.width >> getComponentScaleX( dstCId, _cf ), size.height >> getComponentScaleY( d… in recalcSize()
109 …return Size( size.width << getComponentScaleX( srcCId, _cf ), size.height << getComponentScaleY( s… in recalcSize()
H A DPicture.cpp328 const int xmargin = margin >> getComponentScaleX( compID, cs->area.chromaFormat ); in extendPicBorderWrap()
331 …int xoffset = cs->pps->getWrapAroundOffset() >> getComponentScaleX( compID, cs->area.chromaFormat … in extendPicBorderWrap()
439 const int xmargin = margin >> getComponentScaleX( compID, cs->area.chromaFormat ); in extendPicBorderBuf()
H A DChromaFormat.h70 static inline uint32_t getComponentScaleX (const ComponentID id, const ChromaFormat f… in getComponentScaleX() function
H A DInterpolationFilter.cpp729 const int csx = getComponentScaleX( compID, fmt ); in filter4x4()
756 const int csx = getComponentScaleX( compID, fmt ); in filter8x8()
783 const int csx = getComponentScaleX( compID, fmt ); in filter16x16()
1162 const uint32_t csx = getComponentScaleX( compID, fmt ); in filterHor()
1288 const uint32_t scaleX = getComponentScaleX(compIdx, pu.chromaFormat); in xWeightedGeoBlk()
H A DPicture.h99 …Position subPicPos( subPictures[subPicIdx].getSubPicLeft() >> getComponentScaleX( compID, m_subPic…
H A DBuffer.h840 …bufs[i].padBorderPel( margin >> getComponentScaleX( ComponentID( i ), chromaFormat ), margin >> ge… in padBorderPel()
886 const int scaleX = getComponentScaleX( ComponentID(blockIdx), chromaFormat); in subBuf()
905 const int scaleX = getComponentScaleX( ComponentID(blockIdx), chromaFormat); in subBuf()
H A DIntraPrediction.cpp1141 …ispMode() && isLuma(area.compID()) ? tuWidth : pcv.minCUWidth >> getComponentScaleX(area.compID(… in xFillReferenceSamples()
1655 …const int iUnitWidth = iBaseUnitSize >> getComponentScaleX( area.compID(), pu.chromaFormat … in xGetLumaRecPixels()
1661 const int chromaUnitWidth = iBaseUnitSize >> getComponentScaleX(COMPONENT_Cb, pu.chromaFormat); in xGetLumaRecPixels()
1956 const int unitWidth = baseUnitSize >> getComponentScaleX(chromaArea.compID(), nChromaFormat); in xGetLMParameters()
1957 const int unitHeight = baseUnitSize >> getComponentScaleX(chromaArea.compID(), nChromaFormat); in xGetLMParameters()
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibEncoder/
H A DTEncAnalyze.h119 const UInt csx = getComponentScaleX(compID, chFmt); in calculateCombinedValues()
/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/vvdec/
H A Dvvdecimpl.cpp877 const uint32_t csx = getComponentScaleX(compID, cPicBuf.chromaFormat); in xAddPicture()
906 const uint32_t csx = getComponentScaleX(compID, cPicBuf.chromaFormat); in xAddPicture()
927 const uint32_t csx = getComponentScaleX(compID, cPicBuf.chromaFormat); in xAddPicture()

12