Changeset 1191 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
8 Jul 2015, 03:51:13 (10 years ago)
Author:
seregin
Message:

macro cleanup: R0226_SLICE_TMVP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r1184 r1191  
    12211221  }
    12221222
     1223#if SVC_EXTENSION
    12231224#if POC_RESET_IDC_DECODER
    12241225  m_parseIdc = -1;
    12251226#endif
    12261227
    1227 
    1228 #if R0226_SLICE_TMVP
    1229   if ( m_apcSlicePilot->getTLayer() == 0 && m_apcSlicePilot->getEnableTMVPFlag() == 0 )
     1228  if( m_apcSlicePilot->getTLayer() == 0 && m_apcSlicePilot->getEnableTMVPFlag() == 0 )
    12301229  {
    12311230    //update all pics in the DPB such that they cannot be used for TMPV ref
    1232     TComList<TComPic*>::iterator  iterRefPic = m_cListPic.begin(); 
     1231    TComList<TComPic*>::iterator  iterRefPic = m_cListPic.begin();
     1232
    12331233    while( iterRefPic != m_cListPic.end() )
    12341234    {
     
    12361236      if( ( refPic->getLayerId() == m_apcSlicePilot->getLayerId() ) && refPic->getReconMark() )
    12371237      {
    1238         for(Int i = refPic->getNumAllocatedSlice()-1; i >= 0; i--)
     1238        for( Int i = refPic->getNumAllocatedSlice()-1; i >= 0; i-- )
    12391239        {
    12401240
     
    18611861
    18621862      assert( refPic );
    1863 #if R0226_SLICE_TMVP
    18641863      assert ( refPic->getPicSym()->getSlice(0)->getAvailableForTMVPRefFlag() == true );
    1865 #endif
    18661864
    18671865      // It is a requirement of bitstream conformance when the collocated picture, used for temporal motion vector prediction, is an inter-layer reference picture,
Note: See TracChangeset for help on using the changeset viewer.