Changeset 1173 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 8 Jul 2015, 01:52:42 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r1172 r1173 2406 2406 pcSlice->getSPS()->getVuiParameters()->setHrdParametersPresentFlag( true ); 2407 2407 } 2408 #if O0092_0094_DEPENDENCY_CONSTRAINT 2408 2409 #if SVC_EXTENSION 2410 // dependency constraint 2409 2411 assert( pcSlice->getSPS()->getLayerId() == 0 || pcSlice->getSPS()->getLayerId() == m_layerId || m_pcEncTop->getVPS()->getRecursiveRefLayerFlag(m_layerId, pcSlice->getSPS()->getLayerId()) ); 2410 2412 #endif 2413 2411 2414 m_pcEntropyCoder->encodeSPS(pcSlice->getSPS()); 2412 2415 writeRBSPTrailingBits(nalu.m_Bitstream); … … 2427 2430 2428 2431 m_pcEntropyCoder->setBitstream(&nalu.m_Bitstream); 2429 #if O0092_0094_DEPENDENCY_CONSTRAINT 2432 2433 #if SVC_EXTENSION 2434 // dependency constraint 2430 2435 assert( pcSlice->getPPS()->getLayerId() == 0 || pcSlice->getPPS()->getLayerId() == m_layerId || m_pcEncTop->getVPS()->getRecursiveRefLayerFlag(m_layerId, pcSlice->getPPS()->getLayerId()) ); 2431 2436 #endif 2432 #if Q0048_CGS_3D_ASYMLUT2437 #if SVC_EXTENSION && Q0048_CGS_3D_ASYMLUT 2433 2438 m_pcEntropyCoder->encodePPS(pcSlice->getPPS(), &m_Enc3DAsymLUTPPS); 2434 2439 #else
Note: See TracChangeset for help on using the changeset viewer.