Changeset 755 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibDecoder
- Timestamp:
- 29 Apr 2014, 23:47:35 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r744 r755 1204 1204 } 1205 1205 #endif 1206 #if N0120_MAX_TID_REF_PRESENT_FLAG1207 1206 READ_FLAG( uiCode, "max_tid_ref_present_flag"); vps->setMaxTidRefPresentFlag(uiCode ? true : false); 1208 1207 if (vps->getMaxTidRefPresentFlag()) … … 1243 1242 } 1244 1243 } 1245 #else1246 for(i = 0; i < vps->getMaxLayers() - 1; i++)1247 {1248 #if O0225_MAX_TID_FOR_REF_LAYERS1249 for( j = i+1; j <= vps->getMaxLayers() - 1; j++)1250 {1251 if(vps->getDirectDependencyFlag(j, i))1252 {1253 READ_CODE( 3, uiCode, "max_tid_il_ref_pics_plus1[i][j]" ); vps->setMaxTidIlRefPicsPlus1(i, j, uiCode);1254 assert( uiCode <= vps->getMaxTLayers() );1255 }1256 }1257 #else1258 READ_CODE( 3, uiCode, "max_tid_il_ref_pics_plus1[i]" ); vps->setMaxTidIlRefPicsPlus1(i, uiCode);1259 assert( uiCode <= vps->getMaxTLayers() );1260 #endif1261 }1262 #endif1263 1244 #if ILP_SSH_SIG 1264 1245 READ_FLAG( uiCode, "all_ref_layers_active_flag" ); vps->setIlpSshSignalingEnabledFlag(uiCode ? true : false);
Note: See TracChangeset for help on using the changeset viewer.