Changeset 621 in 3DVCSoftware for branches/HTM-8.0-dev0/source/Lib/TLibCommon
- Timestamp:
- 10 Sep 2013, 14:59:07 (12 years ago)
- Location:
- branches/HTM-8.0-dev0/source/Lib/TLibCommon
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-8.0-dev0/source/Lib/TLibCommon/TComRom.cpp
r618 r621 372 372 const Bool g_bEncDecTraceEnable = true; 373 373 const Bool g_bEncDecTraceDisable = false; 374 Bool g_HLSTraceEnable = false;374 Bool g_HLSTraceEnable = true; 375 375 Bool g_bJustDoIt = false; 376 376 UInt64 g_nSymbolCounter = 0; -
branches/HTM-8.0-dev0/source/Lib/TLibCommon/TComRom.h
r618 r621 198 198 199 199 #ifndef ENC_DEC_TRACE 200 # define ENC_DEC_TRACE0200 #define ENC_DEC_TRACE 0 201 201 #endif 202 202 -
branches/HTM-8.0-dev0/source/Lib/TLibCommon/TComSlice.cpp
r618 r621 3826 3826 } 3827 3827 #endif 3828 #if SIGNAL_BITRATE_PICRATE_IN_VPS3829 TComBitRatePicRateInfo::TComBitRatePicRateInfo()3830 {3831 ::memset(m_bitRateInfoPresentFlag, 0, sizeof(m_bitRateInfoPresentFlag));3832 ::memset(m_picRateInfoPresentFlag, 0, sizeof(m_picRateInfoPresentFlag));3833 ::memset(m_avgBitRate, 0, sizeof(m_avgBitRate));3834 ::memset(m_maxBitRate, 0, sizeof(m_maxBitRate));3835 ::memset(m_constantPicRateIdc, 0, sizeof(m_constantPicRateIdc));3836 ::memset(m_avgPicRate, 0, sizeof(m_avgPicRate));3837 }3838 #endif3839 3828 //! \} 3840 3829
Note: See TracChangeset for help on using the changeset viewer.