Changeset 1135 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 7 Jul 2015, 23:08:44 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1132 r1135 3536 3536 { 3537 3537 UInt maxSLMinus1 = 0; 3538 #if CHANGE_NUMSUBDPB_IDX3539 3538 Int optLsIdx = vps->getOutputLayerSetIdx( i ); 3540 #else3541 Int optLsIdx = i;3542 #endif3543 3539 #if BITRATE_PICRATE_SIGNALLING 3544 3540 optLsIdx = i; … … 3560 3556 for(Int i = 1; i < vps->getNumOutputLayerSets(); i++) 3561 3557 { 3562 #if CHANGE_NUMSUBDPB_IDX3563 3558 Int layerSetIdxForOutputLayerSet = vps->getOutputLayerSetIdx( i ); 3564 #endif 3559 3565 3560 READ_FLAG( uiCode, "sub_layer_flag_info_present_flag[i]"); vps->setSubLayerFlagInfoPresentFlag( i, uiCode ? true : false ); 3566 3561 #if SUB_LAYERS_IN_LAYER_SET … … 3595 3590 if( vps->getSubLayerDpbInfoPresentFlag(i, j) ) // If sub-layer DPB information is present 3596 3591 { 3597 #if CHANGE_NUMSUBDPB_IDX3598 3592 for(Int k = 0; k < vps->getNumSubDpbs(layerSetIdxForOutputLayerSet); k++) 3599 #else3600 for(Int k = 0; k < vps->getNumSubDpbs(i); k++)3601 #endif3602 3593 { 3603 3594 #if DPB_INTERNAL_BL_SIG
Note: See TracChangeset for help on using the changeset viewer.