Ignore:
Timestamp:
18 Jun 2013, 23:24:53 (11 years ago)
Author:
tech
Message:
  • changed IV-MERGE HLS to match Test Model 4 spec
  • incorporated iv-refpic list to TComSlice
  • removed TComDepthMapGenerator
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2/source/Lib/TLibDecoder/TDecGop.cpp

    r478 r479  
    8484                   TComLoopFilter*         pcLoopFilter,
    8585                   TComSampleAdaptiveOffset* pcSAO
    86 #if H_3D_IV_MERGE
    87                     ,TComDepthMapGenerator*  pcDepthMapGenerator
    88 #endif
    8986                   )
    9087{
     
    9693  m_pcLoopFilter          = pcLoopFilter;
    9794  m_pcSAO  = pcSAO;
    98 #if H_3D_IV_MERGE
    99   m_pcDepthMapGenerator   = pcDepthMapGenerator;
    100 #endif
    10195}
    10296
     
    158152    m_LFCrossSliceBoundaryFlag.push_back( pcSlice->getLFCrossSliceBoundaryFlag());
    159153  }
    160 #if H_3D_IV_MERGE
    161   if( uiStartCUAddr == 0 )
    162   {
    163     m_pcDepthMapGenerator->initViewComponent( rpcPic );
    164   }
    165 #endif
    166154#if H_3D_NBDV
    167155  if(pcSlice->getViewIndex() && !pcSlice->getIsDepth()) //Notes from QC: this condition shall be changed once the configuration is completed, e.g. in pcSlice->getSPS()->getMultiviewMvPredMode() || ARP in prev. HTM. Remove this comment once it is done.
Note: See TracChangeset for help on using the changeset viewer.