Ignore:
Timestamp:
28 Jun 2013, 03:51:50 (11 years ago)
Author:
zhang
Message:

Merge Dev2.a to Dev2 and simulation results updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2/source/Lib/TLibEncoder/TEncGOP.cpp

    r499 r504  
    678678#if H_MV   
    679679    pcSlice->setRefPicList( rcListPic, m_refPicSetInterLayer );
     680#if H_3D_ARP
     681    pcSlice->setARPStepNum();
     682    if(pcSlice->getARPStepNum() > 1)
     683    {
     684      for(Int iLayerId = 0; iLayerId < getLayerId(); iLayerId ++ )
     685      {
     686        Int  iViewIdx =   pcSlice->getVPS()->getViewIndex(iLayerId);
     687        Bool bIsDepth = ( pcSlice->getVPS()->getDepthId  ( iLayerId ) == 1 );
     688        if( iViewIdx<getViewIndex() && !bIsDepth )
     689        {
     690          pcSlice->setBaseViewRefPicList( m_ivPicLists->getPicList( iLayerId ), iViewIdx );
     691        }
     692      }
     693    }
     694#endif
    680695#else
    681696    pcSlice->setRefPicList ( rcListPic );
Note: See TracChangeset for help on using the changeset viewer.