Changeset 621 in 3DVCSoftware for branches/HTM-8.0-dev0/source/Lib/TLibCommon


Ignore:
Timestamp:
10 Sep 2013, 14:59:07 (12 years ago)
Author:
tech
Message:

Fixed xRestrictBipredMergeCand call.
Other minor cleanups.

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  
    372372const Bool g_bEncDecTraceEnable  = true;
    373373const Bool g_bEncDecTraceDisable = false;
    374 Bool   g_HLSTraceEnable = false;
     374Bool   g_HLSTraceEnable = true;
    375375Bool   g_bJustDoIt = false;
    376376UInt64 g_nSymbolCounter = 0;
  • branches/HTM-8.0-dev0/source/Lib/TLibCommon/TComRom.h

    r618 r621  
    198198
    199199#ifndef ENC_DEC_TRACE
    200 # define ENC_DEC_TRACE 0
     200#define ENC_DEC_TRACE  0
    201201#endif
    202202
  • branches/HTM-8.0-dev0/source/Lib/TLibCommon/TComSlice.cpp

    r618 r621  
    38263826}
    38273827#endif
    3828 #if SIGNAL_BITRATE_PICRATE_IN_VPS
    3829 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 #endif
    38393828//! \}
    38403829
Note: See TracChangeset for help on using the changeset viewer.