Ignore:
Timestamp:
7 Sep 2015, 18:40:35 (10 years ago)
Author:
tech
Message:

Removed 3D-HEVC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-15.1-MV-draft-4/source/Lib/TLibDecoder/TDecGop.cpp

    r1313 r1325  
    122122  }
    123123
    124 #if NH_3D_NBDV
    125   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.
    126   {
    127     Int iColPoc = pcSlice->getRefPOC(RefPicList(1 - pcSlice->getColFromL0Flag()), pcSlice->getColRefIdx());
    128     pcPic->setNumDdvCandPics(pcPic->getDisCandRefPictures(iColPoc));
    129   }
    130 
    131   if(pcSlice->getViewIndex() && !pcSlice->getIsDepth() && !pcSlice->isIntra()) //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.
    132   {
    133     pcPic->checkTemporalIVRef();
    134   }
    135 
    136   if(pcSlice->getIsDepth())
    137   {
    138     pcPic->checkTextureRef();
    139   }
    140 #endif
    141 #if NH_3D
    142   pcSlice->setDepthToDisparityLUTs();
    143 #endif
    144124
    145125  m_pcSliceDecoder->decompressSlice( ppcSubstreams, pcPic, m_pcSbacDecoder);
     
    172152    m_pcSAO->PCMLFDisableProcess(pcPic);
    173153  }
    174 #if NH_3D
    175   pcPic->compressMotion(2);
    176 #else
    177154  pcPic->compressMotion();
    178 #endif
    179155  Char c = (pcSlice->isIntra() ? 'I' : pcSlice->isInterP() ? 'P' : 'B');
    180156  if (!pcSlice->isReferenced())
Note: See TracChangeset for help on using the changeset viewer.