Home
last modified time | relevance | path

Searched refs:g_uiAddCUDepth (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibEncoder/
H A DTEncTop.cpp492 Int minCUSize = m_cSPS.getMaxCUWidth() >> ( m_cSPS.getMaxCUDepth()-g_uiAddCUDepth ); in xInitSPS()
501 …m_cSPS.setLog2DiffMaxMinCodingBlockSize(m_cSPS.getMaxCUDepth()-g_uiAddCUDepth-getMaxCUDepthOffset(… in xInitSPS()
518 for (i = 0; i < g_uiMaxCUDepth-g_uiAddCUDepth; i++ ) in xInitSPS()
526 for (i = g_uiMaxCUDepth-g_uiAddCUDepth; i < g_uiMaxCUDepth; i++ ) in xInitSPS()
H A DTEncCu.cpp501 if( uiDepth == g_uiMaxCUDepth - g_uiAddCUDepth && doNotBlockPu) in xCompressCU()
651 if( uiDepth == g_uiMaxCUDepth - g_uiAddCUDepth ) in xCompressCU()
747 if( bSubBranch && uiDepth < g_uiMaxCUDepth - g_uiAddCUDepth ) in xCompressCU()
959 …if( ( ( uiDepth < pcCU->getDepth( uiAbsPartIdx ) ) && ( uiDepth < (g_uiMaxCUDepth-g_uiAddCUDepth) … in xEncodeCU()
H A DTEncSbac.cpp437 if( uiDepth == g_uiMaxCUDepth - g_uiAddCUDepth ) in codePartSize()
478 …if( uiDepth == g_uiMaxCUDepth - g_uiAddCUDepth && !( pcCU->getWidth(uiAbsPartIdx) == 8 && pcCU->ge… in codePartSize()
499 …if( uiDepth == g_uiMaxCUDepth - g_uiAddCUDepth && !( pcCU->getWidth(uiAbsPartIdx) == 8 && pcCU->ge… in codePartSize()
610 if( uiDepth == g_uiMaxCUDepth - g_uiAddCUDepth ) in codeSplitFlag()
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibCommon/
H A DTComRom.h91 extern UInt g_uiAddCUDepth;
H A DTComChromaFormat.h131 …raNxNCU(chFmt) ? lumaZOrderIdxInCtu : lumaZOrderIdxInCtu & (~((1<<(2*g_uiAddCUDepth))-1)); //(luma… in getChromasCorrespondingPULumaIdx()
H A DTComRom.cpp248 UInt g_uiAddCUDepth = 0; variable
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/
H A DTAppEncCfg.cpp2198 g_uiAddCUDepth = 0; in xSetGlobal()
2199 …dth>>m_uiMaxCUDepth) > ( 1 << ( m_uiQuadtreeTULog2MinSize + g_uiAddCUDepth ) ) ) g_uiAddCUDepth++; in xSetGlobal()
2201g_uiAddCUDepth+=getMaxCUDepthOffset(m_chromaFormatIDC, m_uiQuadtreeTULog2MinSize); // if minimum T… in xSetGlobal()
2203 m_uiMaxCUDepth += g_uiAddCUDepth; in xSetGlobal()
2204 g_uiAddCUDepth++; in xSetGlobal()