Home
last modified time | relevance | path

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

/dports/graphics/libbpg/libbpg-0.9.8/jctvc/
H A DTAppEncCfg.h131 …Int m_iMaxCuDQPDepth; ///< Max. depth for a minimum CuDQPSiz… variable
H A DTAppEncCfg.cpp779 …("MaxCuDQPDepth,-dqd", m_iMaxCuDQPDepth, … in parseCfg()
1621 …xConfirmPara( m_iMaxCuDQPDepth > m_uiMaxCUDepth - 1, "Abs… in xCheckParameter()
2286 printf("Max dQP signaling depth : %d\n", m_iMaxCuDQPDepth); in xPrintParameter()
H A DTAppEncTop.cpp148 m_cTEncTop.setMaxCuDQPDepth ( m_iMaxCuDQPDepth ); in xInitLibCfg()
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibEncoder/
H A DTEncCfg.h176 Int m_iMaxCuDQPDepth; // Max. depth for a minimum CuDQP (0:default) variable
443 Void setMaxCuDQPDepth ( Int i ) { m_iMaxCuDQPDepth = i; } in setMaxCuDQPDepth()
507 Int getMaxCuDQPDepth () { return m_iMaxCuDQPDepth; } in getMaxCuDQPDepth()
H A DTEncTop.cpp620 m_cPPS.setMaxCuDQPDepth( m_iMaxCuDQPDepth ); in xInitPPS()