Home
last modified time | relevance | path

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

/dports/graphics/libbpg/libbpg-0.9.8/jctvc/
H A DTAppEncCfg.cpp111 m_startOfCodedInterval = NULL; in TAppEncCfg()
122 if ( m_startOfCodedInterval ) in ~TAppEncCfg()
124 delete[] m_startOfCodedInterval; in ~TAppEncCfg()
125 m_startOfCodedInterval = NULL; in ~TAppEncCfg()
1339 m_startOfCodedInterval = new Int[num]; in parseCfg()
1342m_startOfCodedInterval[i] = cfg_startOfCodedInterval.values.size() > i ? cfg_startOfCodedInterval.… in parseCfg()
1347 m_startOfCodedInterval = NULL; in parseCfg()
H A DTAppEncCfg.h258 Int* m_startOfCodedInterval; variable
H A DTAppEncTop.cpp244 m_cTEncTop.setTMISEIStartOfCodedInterva ( m_startOfCodedInterval ); in xInitLibCfg()
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibEncoder/
H A DTEncCfg.h271 Int* m_startOfCodedInterval; variable
641 …Void setTMISEIStartOfCodedInterva( Int* p ) { m_startOfCodedInterval = p; } in setTMISEIStartOfCodedInterva()
642 …* getTMISEIStartOfCodedInterva() { return m_startOfCodedInterval; } in getTMISEIStartOfCodedInterva()
H A DSEIwrite.cpp412 …WRITE_CODE( sei.m_startOfCodedInterval[i], (( sei.m_codedDataBitDepth + 7 ) >> 3 ) << 3, "start_o… in xWriteSEIToneMappingInfo()
H A DTEncGOP.cpp235 seiToneMappingInfo->m_startOfCodedInterval.resize(num); in xCreateSEIToneMappingInfo()
241 seiToneMappingInfo->m_startOfCodedInterval[i] = ptmp[i]; in xCreateSEIToneMappingInfo()
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibCommon/
H A DSEI.h393 std::vector<Int> m_startOfCodedInterval; variable