Changeset 484 in SHVCSoftware for branches/SHM-4.0-dev/source/App/TAppEncoder
- Timestamp:
- 16 Nov 2013, 00:32:03 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.0-dev/source/App/TAppEncoder/TAppEncTop.cpp
r483 r484 1098 1098 { 1099 1099 #if N0120_MAX_TID_REF_CFG 1100 #if O0225_MAX_TID_FOR_REF_LAYERS 1101 for( Int j = i+1; j <= MAX_VPS_LAYER_ID_PLUS1 - 1; j++) 1102 { 1103 vps->setMaxTidIlRefPicsPlus1(i, j, m_acTEncTop[i].getMaxTidIlRefPicsPlus1()); 1104 } 1105 #else 1100 1106 vps->setMaxTidIlRefPicsPlus1(i, m_acTEncTop[i].getMaxTidIlRefPicsPlus1()); 1107 #endif 1108 #else 1109 #if O0225_MAX_TID_FOR_REF_LAYERS 1110 for( Int j = i+1; j <= MAX_VPS_LAYER_ID_PLUS1 - 1; j++) 1111 { 1112 vps->setMaxTidIlRefPicsPlus1(i, j, vps->getMaxTLayers()+1); 1113 } 1101 1114 #else 1102 1115 vps->setMaxTidIlRefPicsPlus1(i, vps->getMaxTLayers()+1); 1103 1116 #endif 1117 #endif 1104 1118 } 1105 1119 } … … 1108 1122 for( i = 0; i < MAX_VPS_LAYER_ID_PLUS1 - 1; i++ ) 1109 1123 { 1124 #if O0225_MAX_TID_FOR_REF_LAYERS 1125 for( Int j = i+1; j <= MAX_VPS_LAYER_ID_PLUS1 - 1; j++) 1126 { 1127 vps->setMaxTidIlRefPicsPlus1(i, j, 7); 1128 } 1129 #else 1110 1130 vps->setMaxTidIlRefPicsPlus1(i, 7); 1131 #endif 1111 1132 } 1112 1133 }
Note: See TracChangeset for help on using the changeset viewer.