Changeset 1164 in 3DVCSoftware for branches/HTM-13.1-dev0/source/Lib/TLibDecoder
- Timestamp:
- 16 Mar 2015, 12:52:20 (10 years ago)
- Location:
- branches/HTM-13.1-dev0/source/Lib/TLibDecoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-13.1-dev0/source/Lib/TLibDecoder/TDecCu.cpp
r1163 r1164 954 954 // compute mask by segmenting depth block 955 955 Bool pMask[MAX_CU_SIZE*MAX_CU_SIZE]; 956 #if HS_DBBP_CLEAN_K0048 957 Bool bValidMask = m_pcPrediction->getSegmentMaskFromDepth(pDepthPels, uiDepthStride, pcCU->getWidth(0), pcCU->getHeight(0), pMask, pcCU); 958 #else 956 959 Bool bValidMask = m_pcPrediction->getSegmentMaskFromDepth(pDepthPels, uiDepthStride, pcCU->getWidth(0), pcCU->getHeight(0), pMask); 960 #endif 957 961 AOF(bValidMask); 958 962 -
branches/HTM-13.1-dev0/source/Lib/TLibDecoder/TDecTop.cpp
r1133 r1164 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.