Changeset 1358 in SHVCSoftware


Ignore:
Timestamp:
22 Jul 2015, 04:06:57 (9 years ago)
Author:
seregin
Message:

port rev 4437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r1351 r1358  
    3838#include "NALread.h"
    3939#include "TDecTop.h"
    40 #if RExt__DECODER_DEBUG_BIT_STATISTICS
    41 #include "TLibCommon/TComCodingStatistics.h"
    42 #endif
    4340
    4441#if SVC_EXTENSION
     
    19661963#endif
    19671964      xDecodeVPS(nalu.getBitstream().getFifo());
    1968 #if RExt__DECODER_DEBUG_BIT_STATISTICS
    1969       TComCodingStatistics::IncrementStatisticEP(STATS__BYTE_ALIGNMENT_BITS, nalu.getBitstream().readByteAlignment(), 0);
    1970 #endif
    19711965#if SVC_EXTENSION
    19721966      m_isLastNALWasEos = false;   
     
    19761970    case NAL_UNIT_SPS:
    19771971      xDecodeSPS(nalu.getBitstream().getFifo());
    1978 #if RExt__DECODER_DEBUG_BIT_STATISTICS
    1979       TComCodingStatistics::IncrementStatisticEP(STATS__BYTE_ALIGNMENT_BITS, nalu.getBitstream().readByteAlignment(), 0);
    1980 #endif
    19811972      return false;
    19821973
     
    19861977#else
    19871978      xDecodePPS(nalu.getBitstream().getFifo());
    1988 #endif
    1989 #if RExt__DECODER_DEBUG_BIT_STATISTICS
    1990       TComCodingStatistics::IncrementStatisticEP(STATS__BYTE_ALIGNMENT_BITS, nalu.getBitstream().readByteAlignment(),0);
    19911979#endif
    19921980      return false;
Note: See TracChangeset for help on using the changeset viewer.