Changeset 1187 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder


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

macro cleanup: N0065_LAYER_POC_ALIGNMENT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp

    r1185 r1187  
    979979    }
    980980
    981 #if N0065_LAYER_POC_ALIGNMENT
     981#if SVC_EXTENSION
    982982#if O0062_POC_LSB_NOT_PRESENT_FLAG
    983983    if( (pcSlice->getLayerId() > 0 && !pcSlice->getVPS()->getPocLsbNotPresentFlag( pcSlice->getVPS()->getLayerIdxInVps(pcSlice->getLayerId())) ) || !pcSlice->getIdrPicFlag())
     
    989989#endif
    990990    {
    991 #if POC_RESET_IDC_ENCODER
     991#if SVC_EXTENSION && POC_RESET_IDC_ENCODER
    992992      Int picOrderCntLSB;
    993993      if( pcSlice->getPocResetIdc() == 2 )  // i.e. the LSB is reset
     
    10041004      WRITE_CODE( picOrderCntLSB, pcSlice->getSPS()->getBitsForPOC(), "pic_order_cnt_lsb");
    10051005
    1006 #if N0065_LAYER_POC_ALIGNMENT
     1006#if SVC_EXTENSION
    10071007    }
    10081008    if( !pcSlice->getIdrPicFlag() )
Note: See TracChangeset for help on using the changeset viewer.