Ignore:
Timestamp:
18 Jun 2013, 17:25:49 (11 years ago)
Author:
tech
Message:

Minor clean ups.

File:
1 edited

Legend:

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

    r476 r478  
    682682#endif
    683683
    684 #if H_3D_IV_MERGE
     684#if H_3D_IV_MERGE 
    685685    TAppEncTop* tAppEncTop = m_pcEncTop->getEncTop();
    686686    TComPic * const pcTexturePic = m_pcEncTop->getIsDepth() ? tAppEncTop->getPicFromView( getViewIndex(), pcSlice->getPOC(), false ) : NULL;
     
    10421042    m_storedStartCUAddrForEncodingSliceSegment.push_back(nextCUAddr);
    10431043    startCUAddrSliceSegmentIdx++;
    1044 
    10451044#if H_3D_IV_MERGE
    10461045    m_pcDepthMapGenerator->initViewComponent( pcPic );
    10471046#endif
    1048 
    10491047#if H_3D_NBDV
    10501048      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.