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


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/TLibDecoder/TDecCAVLC.cpp

    r1185 r1187  
    12771277      pcSlice->setRPS(rps);
    12781278    }
    1279 #if N0065_LAYER_POC_ALIGNMENT
     1279#if SVC_EXTENSION
    12801280#if O0062_POC_LSB_NOT_PRESENT_FLAG
    12811281    if( ( pcSlice->getLayerId() > 0 && !pcSlice->getVPS()->getPocLsbNotPresentFlag( pcSlice->getVPS()->getLayerIdxInVps(pcSlice->getLayerId())) ) || !pcSlice->getIdrPicFlag() )
     
    12881288    {
    12891289      READ_CODE(sps->getBitsForPOC(), uiCode, "pic_order_cnt_lsb");
     1290#if SVC_EXTENSION
    12901291#if POC_RESET_IDC_DECODER
    12911292      pcSlice->setPicOrderCntLsb( uiCode );
    12921293#endif
    1293 #if SVC_EXTENSION
    12941294      iPOClsb = uiCode;
    12951295#else
     
    13221322      pcSlice->setPOC              (iPOCmsb+iPOClsb);
    13231323
    1324 #if N0065_LAYER_POC_ALIGNMENT
     1324#if SVC_EXTENSION
    13251325    }
    13261326#if POC_RESET_IDC_DECODER
Note: See TracChangeset for help on using the changeset viewer.