Changeset 564 in SHVCSoftware for branches/SHM-5.0-dev/source/App/TAppEncoder
- Timestamp:
- 27 Jan 2014, 17:54:11 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.0-dev/source/App/TAppEncoder/TAppEncTop.cpp
r560 r564 1243 1243 vps->setDirectDependencyFlag( layerCtr, vps->getLayerIdInVps(m_acTEncTop[layerCtr].getRefLayerId(i)), true); 1244 1244 } 1245 #if SVC_EXTENSION1246 1245 // prediction indications 1247 1246 vps->setDirectDepTypeLen(2); // sample and motion types are encoded … … 1271 1270 } 1272 1271 } 1273 #endif1274 1272 } 1275 1273 … … 1288 1286 #endif 1289 1287 #endif 1290 #if JCTVC_M0458_INTERLAYER_RPS_SIG1291 1288 vps->setMaxOneActiveRefLayerFlag(maxDirectRefLayers > 1 ? false : true); 1292 #endif1293 1289 #if O0062_POC_LSB_NOT_PRESENT_FLAG 1294 1290 for(i = 1; i< vps->getMaxLayers(); i++)
Note: See TracChangeset for help on using the changeset viewer.