Changeset 1229 in 3DVCSoftware for branches/HTM-14.1-update-dev4-RWTH/source/Lib/TLibDecoder
- Timestamp:
- 24 May 2015, 18:29:00 (10 years ago)
- Location:
- branches/HTM-14.1-update-dev4-RWTH/source/Lib/TLibDecoder
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-14.1-update-dev4-RWTH/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1222 r1229 1840 1840 else 1841 1841 { 1842 vpsVui->setVpsNumVideoSignalInfoMinus1( pcVPS->getMaxLayersMinus1() - pcVPS->getVpsBaseLayerInternalFlag() ? 0 : 1 );1842 vpsVui->setVpsNumVideoSignalInfoMinus1( (pcVPS->getMaxLayersMinus1() - pcVPS->getVpsBaseLayerInternalFlag()) ? 0 : 1 ); 1843 1843 } 1844 1844 -
branches/HTM-14.1-update-dev4-RWTH/source/Lib/TLibDecoder/TDecGop.h
r1200 r1229 81 81 TComLoopFilter* m_pcLoopFilter; 82 82 #if NH_MV 83 TDecTop* m_decTop;83 //TDecTop* m_decTop; 84 84 #endif 85 85 -
branches/HTM-14.1-update-dev4-RWTH/source/Lib/TLibDecoder/TDecSbac.cpp
r1222 r1229 2546 2546 UInt uiSymbol = 0; 2547 2547 2548 m_pcTDecBinIf->decodeBin( uiSymbol, m_cDBBPFlagSCModel.get( 0, 0, 0 ) );2548 m_pcTDecBinIf->decodeBin( uiSymbol, m_cDBBPFlagSCModel.get( 0, 0, 0 ) RExt__DECODER_DEBUG_BIT_STATISTICS_PASS_OPT_ARG(STATS__CABAC_BITS__MERGE_INDEX) ); 2549 2549 DTRACE_CU("dbbp_flag", uiSymbol) 2550 2550 PartSize ePartSize = pcCU->getPartitionSize( uiAbsPartIdx ); -
branches/HTM-14.1-update-dev4-RWTH/source/Lib/TLibDecoder/TDecTop.h
r1200 r1229 107 107 UInt m_uiBitDepthForLUT; 108 108 UInt m_iLog2Precision; 109 UInt m_uiInputBitDepth;109 //UInt m_uiInputBitDepth; 110 110 111 111 // look-up tables
Note: See TracChangeset for help on using the changeset viewer.