- Timestamp:
- 5 Sep 2013, 23:01:19 (11 years ago)
- Location:
- branches/SHM-3.1-dev/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibCommon/TComSlice.h
r377 r381 660 660 #endif 661 661 #if JCTVC_M0203_INTERLAYER_PRED_IDC 662 BoolgetMaxSublayerForIlpPlus1(Int layerId) { return m_maxSublayerForIlpPlus1[layerId]; }662 UInt getMaxSublayerForIlpPlus1(Int layerId) { return m_maxSublayerForIlpPlus1[layerId]; } 663 663 Void setMaxSublayerForIlpPlus1(Int layerId, UInt maxSublayer) { m_maxSublayerForIlpPlus1[layerId] = maxSublayer; } 664 664 #endif -
branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r377 r381 971 971 { 972 972 READ_CODE( 3, uiCode, "max_sublayer_for_ilp_plus1[i]" ); vps->setMaxSublayerForIlpPlus1(i, uiCode); 973 assert( uiCode <= vps->getMaxTLayers() );973 assert( uiCode <= vps->getMaxTLayers()+ 1 ); 974 974 } 975 975 }
Note: See TracChangeset for help on using the changeset viewer.