Home
last modified time | relevance | path

Searched refs:m_RCLCULevelRC (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/libbpg/libbpg-0.9.8/jctvc/
H A DTAppEncCfg.h304 …Bool m_RCLCULevelRC; ///< true: LCU level rate control; false: picture … variable
H A DTAppEncTop.cpp320 m_cTEncTop.setLCULevelRC ( m_RCLCULevelRC ); in xInitLibCfg()
H A DTAppEncCfg.cpp877 …( "LCULevelRateControl", m_RCLCULevelRC, … in parseCfg()
2328 printf("LCULevelRC : %d\n", m_RCLCULevelRC ); in xPrintParameter()
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibEncoder/
H A DTEncCfg.h318 Bool m_RCLCULevelRC; variable
760 Bool getLCULevelRC () { return m_RCLCULevelRC; } in getLCULevelRC()
761 Void setLCULevelRC ( Bool b ) { m_RCLCULevelRC = b; } in setLCULevelRC()