Home
last modified time | relevance | path

Searched refs:m_iSourceHeight (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/libbpg/libbpg-0.9.8/jctvc/
H A DTAppEncCfg.cpp1061 m_iSourceHeightOrg = m_iSourceHeight; in parseCfg()
1063 m_iSourceHeight = m_iSourceHeight >> 1; in parseCfg()
1219 if (m_iSourceHeight % minCuSize) in parseCfg()
1221 … m_aiPad[1] = m_confWinBottom = ((m_iSourceHeight / minCuSize) + 1) * minCuSize - m_iSourceHeight; in parseCfg()
1222 m_iSourceHeight += m_confWinBottom; in parseCfg()
1245 m_iSourceHeight += m_aiPad[1]; in parseCfg()
2040 Int PicSizeInSamplesY = m_iSourceWidth * m_iSourceHeight; in xCheckParameter()
2046 …Int heightInCU = (m_iSourceHeight % m_uiMaxCUHeight) ? m_iSourceHeight/m_uiMaxCUHeight + 1: m_iSou… in xCheckParameter()
2055 maxTileHeight = maxTileHeight - m_uiMaxCUHeight + (m_iSourceHeight % m_uiMaxCUHeight); in xCheckParameter()
2082 maxTileHeight = m_iSourceHeight; in xCheckParameter()
[all …]
H A DTAppEncTop.cpp105 m_cTEncTop.setSourceHeight ( m_iSourceHeight ); in xInitLibCfg()
366 …m_cTVideoIOYuvInputFile.skipFrames(m_FrameSkip, m_iSourceWidth - m_aiPad[0], m_iSourceHeight - m_a… in xCreateLib()
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.h66 …Int m_iSourceHeight; ///< source height in pixel (when inte… variable
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibEncoder/
H A DTEncTop.cpp116 … m_framesToBeEncoded, m_RCTargetBitrate, m_iFrameRate, m_iGOPSize, m_iSourceWidth, m_iSourceHeight, 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()
485 m_cSPS.setPicHeightInLumaSamples ( m_iSourceHeight ); in xInitSPS()
1000 …Int iHeightInCU = ( m_iSourceHeight%g_uiMaxCUHeight ) ? m_iSourceHeight/g_uiMaxCUHeight + 1 : m_… in xCheckGSParameters()
H A DTEncCfg.h110 Int m_iSourceHeight; variable
381 Void setSourceHeight ( Int i ) { m_iSourceHeight = i; } in setSourceHeight()
472 Int getSourceHeight () { return m_iSourceHeight; } in getSourceHeight()