Changeset 397 in SHVCSoftware for branches/SHM-3.1-dev/source/App/TAppEncoder/TAppEncTop.cpp
- Timestamp:
- 17 Sep 2013, 18:53:51 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/App/TAppEncoder/TAppEncTop.cpp
r395 r397 195 195 m_acTEncTop[layer].setMaxTempLayer ( m_maxTempLayer ); 196 196 m_acTEncTop[layer].setUseAMP( m_enableAMP ); 197 #if N0120_MAX_TID_REF_CFG 198 if (layer<m_numLayers-1) 199 { 200 m_acTEncTop[layer].setMaxTidIlRefPicsPlus1 ( m_acLayerCfg[layer].getMaxTidIlRefPicsPlus1()); 201 } 202 #endif 197 203 #if VPS_EXTN_DIRECT_REF_LAYERS 198 204 if(layer) … … 925 931 #endif 926 932 #if N0120_MAX_TID_REF_PRESENT_FLAG 933 #if N0120_MAX_TID_REF_CFG 934 vps->setMaxTidIlRefPicsPlus1PresentFlag(m_maxTidIlRefPicsPlus1PresentFlag); 935 #else 927 936 vps->setMaxTidIlRefPicsPlus1PresentFlag(true); 937 #endif 928 938 if (vps->getMaxTidIlRefPicsPlus1PresentFlag()) 929 939 { 930 940 for( i = 0; i < MAX_VPS_LAYER_ID_PLUS1 - 1; i++ ) 931 941 { 942 #if N0120_MAX_TID_REF_CFG 943 vps->setMaxSublayerForIlpPlus1(i, m_acTEncTop[i].getMaxTidIlRefPicsPlus1()); 944 #else 932 945 vps->setMaxSublayerForIlpPlus1(i, vps->getMaxTLayers()+1); 946 #endif 933 947 } 934 948 }
Note: See TracChangeset for help on using the changeset viewer.