Home
last modified time | relevance | path

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

12

/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/CommonLib/
H A DBuffer.cpp424 …( scalingRatio, std::pair<int, int>( getComponentScaleX( compID, chromaFormatIDC ), getComponentSc… in rescaleBuf()
694 const unsigned scaleX = getComponentScaleX( compID, _chromaFormat ); in create()
H A DCodingStructure.cpp535 const int shiftSampleHor = getComponentScaleX(area.compID(), cu.chromaFormat); in fillIBCbuffer()
H A DAdaptiveLoopFilter.cpp695 const int chromaScaleX = getComponentScaleX( compID, srcBuf.chromaFormat ); in filterCTU()
1292 const int scaleX = getComponentScaleX( compId, nChromaFormat ); in filterBlkCcAlf()
H A DSampleAdaptiveOffset.cpp705 …verVirBndryPosComp[i] = (verVirBndryPos[i] >> getComponentScaleX(compID, area.chromaFormat)) - com… in offsetCTU()
H A DUnitTools.cpp3598 …const Position lumaRefPos( cu.chromaPos().x << getComponentScaleX( COMPONENT_Cb, cu.chromaFormat )… in checkCCLMAllowed()
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibCommon/
H A DTComLoopFilter.cpp219 …const UInt shiftFactor = edgeDir == EDGE_VER ? pcPic->getComponentScaleX(COMPONENT_Cb) : pcPic->g… in xDeblockCU()
666 …UInt uiPelsInPartChromaH = g_uiMaxCUWidth >> (g_uiMaxCUDepth+pcPicYuvRec->getComponentScaleX(COMP… in xEdgeFilterChroma()
H A DTComPattern.cpp119 …t iUnitWidth = iBaseUnitSize >> pcCU->getPic()->getPicYuvRec()->getComponentScaleX(compID); in initAdiPatternChType()
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibEncoder/
H A DTEncSearch.cpp256 const UInt csx=::getComponentScaleX(ComponentID(ch), cform); in init()
2920 const UInt width = pcCU->getWidth(0) >> pcCU->getPic()->getComponentScaleX(compID); in IPCMSearch()
4463 const UInt csx=pcYuvOrg->getComponentScaleX(compID); in encodeResAndCalcRdInterCU()
4562 …const UInt componentShift = pcCU->getPic()->getComponentScaleX(component) + pcCU->getPic()->getC… in encodeResAndCalcRdInterCU()
4611 …const UInt csr = pcCU->getPic()->getComponentScaleX(compID) + pcCU->getPic()->getComponentScaleY(c… in encodeResAndCalcRdInterCU()
4643 …const UInt csr = pcCU->getPic()->getComponentScaleX(compID) + pcCU->getPic()->getComponentScaleY(c… in encodeResAndCalcRdInterCU()
4661 …etAddr(compID ), pcYuvOrg->getStride(compID), uiWidth >> pcYuvOrg->getComponentScaleX(compID), uiH… in encodeResAndCalcRdInterCU()
H A DTEncGOP.cpp1626 …const Int log2subWidthCxsubHeightC = (pcPic->getComponentScaleX(COMPONENT_Cb)+pcPic->getComponentS… in compressGOP()
2277 …t Int iWidth = pcPicD->getWidth (ch) - (m_pcEncTop->getPad(0) >> pcPic->getComponentScaleX(ch)); in xCalculateAddPSNR()
2417 …ecFields[0]->getWidth (ch) - (m_pcEncTop->getPad(0) >> apcPicRecFields[0]->getComponentScaleX(ch)); in xCalculateInterlacedAddPSNR()
H A DTEncSbac.cpp1042 …const UInt offset = offsetY >> (pcCU->getPic()->getComponentScaleX(compID) + pcCU->getPic()->getCo… in codeIPCMInfo()
1044 … const UInt width = pcCU->getWidth (uiAbsPartIdx) >> pcCU->getPic()->getComponentScaleX(compID); in codeIPCMInfo()
H A DTEncSampleAdaptiveOffset.cpp344 const UInt componentScaleX = getComponentScaleX(component, pPic->getChromaFormat()); in getStatistics()
H A DTEncCu.cpp1560 const UInt width = pCU->getWidth(0) >> getComponentScaleX(component, format); in xFillPCMBuffer()
/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/CommonLib/x86/
H A DAdaptiveLoopFilterX86.h1449 const int scaleX = getComponentScaleX( compId, nChromaFormat ); in simdFilterBlkCcAlf()
/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/DecoderLib/
H A DCABACReader.cpp609 …const Position lumaRefPos( chromaCentral.x << getComponentScaleX( COMPONENT_Cb, cu.chromaFormat ),… in coding_tree()

12