Ignore:
Timestamp:
25 May 2015, 12:22:04 (9 years ago)
Author:
rwth
Message:
  • added entry for DBBP in coding statistics
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev4-RWTH/source/Lib/TLibDecoder/TDecSbac.cpp

    r1229 r1231  
    25462546  UInt uiSymbol = 0;
    25472547 
    2548   m_pcTDecBinIf->decodeBin( uiSymbol, m_cDBBPFlagSCModel.get( 0, 0, 0 ) RExt__DECODER_DEBUG_BIT_STATISTICS_PASS_OPT_ARG(STATS__CABAC_BITS__MERGE_INDEX) );
     2548  m_pcTDecBinIf->decodeBin( uiSymbol, m_cDBBPFlagSCModel.get( 0, 0, 0 ) RExt__DECODER_DEBUG_BIT_STATISTICS_PASS_OPT_ARG(STATS__CABAC_BITS__DBBP_FLAG) );
    25492549  DTRACE_CU("dbbp_flag", uiSymbol)
    25502550  PartSize ePartSize = pcCU->getPartitionSize( uiAbsPartIdx );
Note: See TracChangeset for help on using the changeset viewer.