Changeset 1196 in 3DVCSoftware for trunk/source/Lib/TLibEncoder/TEncGOP.cpp
- Timestamp:
- 4 May 2015, 17:47:40 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibEncoder/TEncGOP.cpp
r1179 r1196 395 395 Void TEncGOP::initGOP( Int iPOCLast, Int iNumPicRcvd, TComList<TComPic*>& rcListPic, TComList<TComPicYuv*>& rcListPicYuvRecOut, std::list<AccessUnit>& accessUnitsInGOP) 396 396 { 397 #if H_MV_ALIGN_HM_15398 397 xInitGOP( iPOCLast, iNumPicRcvd, rcListPic, rcListPicYuvRecOut, false ); 399 #else400 xInitGOP( iPOCLast, iNumPicRcvd, rcListPic, rcListPicYuvRecOut );401 #endif402 398 m_iNumPicCoded = 0; 403 399 } … … 885 881 Int numDirectRefLayers = vps ->getNumDirectRefLayers( getLayerId() ); 886 882 #endif 887 #if H HI_INTER_COMP_PRED_K0052883 #if H_3D 888 884 pcSlice->setIvPicLists( m_ivPicLists ); 889 885 … … 893 889 GOPEntry gopEntry = m_pcCfg->getGOPEntry( (pcSlice->getRapPicFlag() && getLayerId() > 0) ? MAX_GOP : iGOPid ); 894 890 #endif 891 892 895 893 896 894 Bool interLayerPredLayerIdcPresentFlag = false; … … 929 927 assert( pcSlice->getNumActiveRefLayerPics() == gopEntry.m_numActiveRefLayerPics ); 930 928 931 #if HHI_INTER_COMP_PRED_K0052932 929 #if H_3D 933 930 if ( m_pcEncTop->decProcAnnexI() ) … … 962 959 pcSlice->setMaxNumMergeCand ( m_pcCfg->getMaxNumMergeCand() + ( ( pcSlice->getMpiFlag( ) || pcSlice->getIvMvPredFlag( ) || pcSlice->getViewSynthesisPredFlag( ) ) ? 1 : 0 )); 963 960 #endif 964 #endif965 961 966 962 pcSlice->createInterLayerReferencePictureSet( m_ivPicLists, m_refPicSetInterLayer0, m_refPicSetInterLayer1 ); … … 1009 1005 } 1010 1006 } 1011 #endif1012 #if !HHI_INTER_COMP_PRED_K00521013 #if H_3D1014 pcSlice->setIvPicLists( m_ivPicLists );1015 #if H_3D_IV_MERGE1016 assert( !m_pcEncTop->getIsDepth() || ( pcSlice->getTexturePic() != 0 ) );1017 #endif1018 #endif1019 1007 #endif 1020 1008 #if H_3D_IC
Note: See TracChangeset for help on using the changeset viewer.