Changeset 1157 in 3DVCSoftware for branches/HTM-13.1-dev2-Sony/source/Lib/TLibDecoder
- Timestamp:
- 3 Mar 2015, 09:01:07 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-13.1-dev2-Sony/source/Lib/TLibDecoder/TDecTop.cpp
r1133 r1157 954 954 955 955 xActivateParameterSets(); 956 957 #if SONY_MV_V_CONST_C0078 958 //Check Multiview Main profile constraint in G.11.1.1 959 // When ViewOrderIdx[ i ] derived according to any active VPS is equal to 1 960 // for the layer with nuh_layer_id equal to i in subBitstream, 961 // inter_view_mv_vert_constraint_flag shall be equal to 1 962 // in the sps_multilayer_extension( ) syntax structure in each active SPS for that layer. 963 if( m_apcSlicePilot->getSPS()->getPTL()->getGeneralPTL()->getProfileIdc()==Profile::MULTIVIEWMAIN 964 && 965 m_apcSlicePilot->getVPS()->getViewOrderIdx(m_apcSlicePilot->getVPS()->getLayerIdInNuh(getLayerId()))==1 966 ) 967 { 968 assert( m_apcSlicePilot->getSPS()->getInterViewMvVertConstraintFlag()==1 ); 969 } 970 #endif 956 971 957 972 if (m_apcSlicePilot->isNextSlice())
Note: See TracChangeset for help on using the changeset viewer.