Changeset 1231 in 3DVCSoftware for branches/HTM-14.1-update-dev4-RWTH/source/Lib/TLibDecoder
- Timestamp:
- 25 May 2015, 12:22:04 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-14.1-update-dev4-RWTH/source/Lib/TLibDecoder/TDecSbac.cpp
r1229 r1231 2546 2546 UInt uiSymbol = 0; 2547 2547 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) ); 2549 2549 DTRACE_CU("dbbp_flag", uiSymbol) 2550 2550 PartSize ePartSize = pcCU->getPartitionSize( uiAbsPartIdx );
Note: See TracChangeset for help on using the changeset viewer.