Home
last modified time | relevance | path

Searched refs:m_chromaFormatIDC (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibCommon/
H A DTComYuv.h71 ChromaFormat m_chromaFormatIDC; ////< Chroma Format variable
174 … if (m_chromaFormatIDC==CHROMA_422 && id!=COMPONENT_Y) blkY<<=1; in getAddr()
184 … if (m_chromaFormatIDC==CHROMA_422 && id!=COMPONENT_Y) blkY<<=1; in getAddr()
198 ChromaFormat getChromaFormat () const { return m_chromaFormatIDC; } in getChromaFormat()
199 …Components () const { return ::getNumberValidComponents(m_chromaFormatIDC); } in getNumberValidComponents()
200 …ScaleX (const ComponentID id) const { return ::getComponentScaleX(id, m_chromaFormatIDC); } in getComponentScaleX()
201 …ScaleY (const ComponentID id) const { return ::getComponentScaleY(id, m_chromaFormatIDC); } in getComponentScaleY()
H A DTComPicYuv.h73 ChromaFormat m_chromaFormatIDC; ///< Chroma Format variable
110 ChromaFormat getChromaFormat () const { return m_chromaFormatIDC; } in getChromaFormat()
111 … getNumberValidComponents() const { return ::getNumberValidComponents(m_chromaFormatIDC); } in getNumberValidComponents()
138 …ComponentScaleX(const ComponentID id) const { return ::getComponentScaleX(id, m_chromaFormatIDC); } in getComponentScaleX()
139 …ComponentScaleY(const ComponentID id) const { return ::getComponentScaleY(id, m_chromaFormatIDC); } in getComponentScaleY()
H A DTComSampleAdaptiveOffset.cpp129 m_chromaFormatIDC = format; in create()
141 …m_tempPicYuv->create( m_picWidth, m_picHeight, m_chromaFormatIDC, m_maxCUWidth, m_maxCUHeight, max… in create()
246 const Int numberOfComponents = getNumberValidComponents(m_chromaFormatIDC); in reconstructBlkSAOParam()
289 const Int numberOfComponents = getNumberValidComponents(m_chromaFormatIDC); in reconstructBlkSAOParams()
546 const Int numberOfComponents = getNumberValidComponents(m_chromaFormatIDC); in offsetCTU()
598 const Int numberOfComponents = getNumberValidComponents(m_chromaFormatIDC); in SAOProcess()
H A DTComPicYuv.cpp86 m_chromaFormatIDC = chromaFormatIDC; in create()
160 assert( m_chromaFormatIDC == pcPicYuvDst->getChromaFormat() ); in copyToPic()
H A DTComSampleAdaptiveOffset.h99 ChromaFormat m_chromaFormatIDC; variable
H A DTComYuv.cpp68 m_chromaFormatIDC = chromaFormatIDC; in create()
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/
H A DTAppEncCfg.cpp1128m_chromaFormatIDC = ((tmpChromaFormat == 0) ? (m_InputChromaFormatIDC) : (numberToChromaForma… in parseCfg()
1180 m_chromaFormatIDC); in parseCfg()
1194 …m_chromaFormatConstraint = (tmpConstraintChromaFormat == 0) ? m_chromaFormatIDC : numberToChromaFo… in parseCfg()
1229 if (m_aiPad[0] % TComSPS::getWinUnitX(m_chromaFormatIDC) != 0) in parseCfg()
1234 if (m_aiPad[1] % TComSPS::getWinUnitY(m_chromaFormatIDC) != 0) in parseCfg()
1450 …xConfirmPara(m_chromaFormatConstraint<m_chromaFormatIDC, "The chroma format used must not be great… in xCheckParameter()
1540 …xConfirmPara( m_chromaFormatIDC >= NUM_CHROMA_FORMAT, "ChromaF… in xCheckParameter()
1585 if(m_useCrossComponentPrediction && (m_chromaFormatIDC != CHROMA_444)) in xCheckParameter()
1688 …xConfirmPara( m_iSourceWidth % TComSPS::getWinUnitX(m_chromaFormatIDC) != 0, "Picture width must … in xCheckParameter()
1691 …xConfirmPara( m_aiPad[0] % TComSPS::getWinUnitX(m_chromaFormatIDC) != 0, "Horizontal padding must … in xCheckParameter()
[all …]
H A DTAppEncTop.cpp153 m_cTEncTop.setChromaFormatIdc ( m_chromaFormatIDC ); in xInitLibCfg()
439 …pcPicYuvOrg->create( m_iSourceWidth, m_iSourceHeightOrg, m_chromaFormatIDC, m_uiMaxCUWidth, m_uiMa… in encode()
440 …cPicYuvTrueOrg.create(m_iSourceWidth, m_iSourceHeightOrg, m_chromaFormatIDC, m_uiMaxCUWidth, m_uiM… in encode()
444 …pcPicYuvOrg->create( m_iSourceWidth, m_iSourceHeight, m_chromaFormatIDC, m_uiMaxCUWidth, m_uiMaxCU… in encode()
445 …cPicYuvTrueOrg.create(m_iSourceWidth, m_iSourceHeight, m_chromaFormatIDC, m_uiMaxCUWidth, m_uiMaxC… in encode()
531 …rpcPicYuvRec->create( m_iSourceWidth, m_iSourceHeight, m_chromaFormatIDC, m_uiMaxCUWidth, m_uiMaxC… in xGetBuffer()
H A DTAppEncCfg.h169 ChromaFormat m_chromaFormatIDC; variable
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibEncoder/
H A DTEncTop.cpp94 …m_cSliceEncoder. create( getSourceWidth(), getSourceHeight(), m_chromaFormatIDC, g_uiMaxCUWid… in create()
95 …m_cCuEncoder. create( g_uiMaxCUDepth, g_uiMaxCUWidth, g_uiMaxCUHeight, m_chromaFormatIDC ); in create()
98 …m_cEncSAO.create( getSourceWidth(), getSourceHeight(), m_chromaFormatIDC, g_uiMaxCUWidth, g_uiMaxC… in create()
351 …rpcPicYuvRec->create( m_iSourceWidth, m_iSourceHeight, m_chromaFormatIDC, g_uiMaxCUWidth, g_uiMaxC… in encode()
433 …pcEPic->create( m_iSourceWidth, m_iSourceHeight, m_chromaFormatIDC, g_uiMaxCUWidth, g_uiMaxCUHeigh… in xGetNewPicBuffer()
439 …rpcPic->create( m_iSourceWidth, m_iSourceHeight, m_chromaFormatIDC, g_uiMaxCUWidth, g_uiMaxCUHeigh… in xGetNewPicBuffer()
490 m_cSPS.setChromaFormatIdc( m_chromaFormatIDC); in xInitSPS()
H A DTEncSampleAdaptiveOffset.cpp320 const Int numberOfComponents = getNumberValidComponents(m_chromaFormatIDC); in getStatistics()
368 const Int numberOfComponents = getNumberValidComponents(m_chromaFormatIDC); in decidePicParams()
587 const Int numberOfComponents = getNumberValidComponents(m_chromaFormatIDC); in deriveModeNewRDO()
732 const Int numberOfComponents = getNumberValidComponents(m_chromaFormatIDC); in deriveModeMergeRDO()
783 const Int numberOfComponents = getNumberValidComponents(m_chromaFormatIDC); in decideBlkParams()
H A DTEncCfg.h181 ChromaFormat m_chromaFormatIDC; variable
451 Void setChromaFormatIdc ( ChromaFormat cf ) { m_chromaFormatIDC = cf; } in setChromaFormatIdc()
452 ChromaFormat getChromaFormatIdc ( ) { return m_chromaFormatIDC; } in getChromaFormatIdc()