Ignore:
Timestamp:
23 Jul 2013, 15:19:06 (11 years ago)
Author:
tech
Message:

Further removal of unused macros.

Location:
branches/HTM-DEV-0.3-dev2/source/Lib/TLibEncoder
Files:
5 edited

Legend:

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

    r541 r542  
    801801    WRITE_FLAG ( 0,                    "vps_shvc_reserved_zero_flag" );
    802802
    803 #if H_3D_GEN 
     803#if H_3D
    804804  WRITE_FLAG( 1,                                             "vps_extension2_flag" );
    805805  m_pcBitIf->writeAlignOne();     
  • branches/HTM-DEV-0.3-dev2/source/Lib/TLibEncoder/TEncGOP.cpp

    r537 r542  
    471471    pcPic->setCurrSliceIdx(0);
    472472
    473 #if H_3D_GEN
     473#if H_3D
    474474    m_pcSliceEncoder->initEncSlice ( pcPic, iPOCLast, pocCurr, iNumPicRcvd, iGOPid, pcSlice, m_pcEncTop->getVPS(), m_pcEncTop->getSPS(), m_pcEncTop->getPPS(), getLayerId() );     
    475475#else
     
    482482    pcPic  ->setLayerId     ( getLayerId()   );
    483483    pcPic  ->setViewId      ( getViewId()    );   
    484 #if !H_3D_GEN   
     484#if !H_3D
    485485    pcSlice->setLayerId     ( getLayerId() );
    486486    pcSlice->setViewId      ( getViewId()  );   
    487487    pcSlice->setVPS         ( m_pcEncTop->getVPS() );
    488 #endif
    489 #if H_3D
     488#else
    490489    pcPic  ->setViewIndex   ( getViewIndex() );
    491490    pcPic  ->setIsDepth( getIsDepth() );
    492 #if !H_3D_GEN
    493     pcSlice->setViewIndex   ( getViewIndex()  );
    494     pcSlice->setIsDepth( getIsDepth() );   
    495 #endif
    496491    pcSlice->setCamparaSlice( pcPic->getCodedScale(), pcPic->getCodedOffset() );   
    497492#endif
     
    10781073        pcPic->setNumDdvCandPics(pcPic->getDisCandRefPictures(iColPoc));
    10791074      }
    1080 #if H_3D_GEN
     1075#if H_3D
    10811076      pcSlice->setDepthToDisparityLUTs();
    10821077
  • branches/HTM-DEV-0.3-dev2/source/Lib/TLibEncoder/TEncSlice.cpp

    r541 r542  
    176176 \param pPPS          PPS associated with the slice
    177177 */
    178 #if H_3D_GEN
     178#if H_3D
    179179Void TEncSlice::initEncSlice( TComPic* pcPic, Int pocLast, Int pocCurr, Int iNumPicRcvd, Int iGOPid, TComSlice*& rpcSlice, TComVPS* pVPS, TComSPS* pSPS, TComPPS *pPPS, Int layerId )
    180180#else
     
    186186 
    187187  rpcSlice = pcPic->getSlice(0);
    188 #if H_3D_GEN
     188#if H_3D
    189189  // GT: Should also be activated for MV-HEVC at some stage
    190190  rpcSlice->setVPS( pVPS );
  • branches/HTM-DEV-0.3-dev2/source/Lib/TLibEncoder/TEncSlice.h

    r537 r542  
    116116 
    117117  /// preparation of slice encoding (reference marking, QP and lambda)
    118 #if H_3D_GEN
     118#if H_3D
    119119  Void    initEncSlice        ( TComPic* pcPic, Int pocLast, Int pocCurr, Int iNumPicRcvd,
    120120                                Int iGOPid, TComSlice*& rpcSlice, TComVPS* pVPS, TComSPS* pSPS, TComPPS *pPPS, Int layerId );
  • branches/HTM-DEV-0.3-dev2/source/Lib/TLibEncoder/TEncTop.cpp

    r541 r542  
    511511  // mark it should be extended
    512512  rpcPic->getPicYuvRec()->setBorderExtension(false);
    513 #if H_3D_VSO_FIX_BORDRE_EXTENSION
    514513  rpcPic->getPicYuvOrg()->setBorderExtension(false);
    515 #endif
    516514}
    517515
Note: See TracChangeset for help on using the changeset viewer.