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


Ignore:
Timestamp:
8 Jul 2015, 19:43:28 (10 years ago)
Author:
seregin
Message:

macro cleanup: O0062_POC_LSB_NOT_PRESENT_FLAG

File:
1 edited

Legend:

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

    r1191 r1198  
    980980
    981981#if SVC_EXTENSION
    982 #if O0062_POC_LSB_NOT_PRESENT_FLAG
    983982    if( (pcSlice->getLayerId() > 0 && !pcSlice->getVPS()->getPocLsbNotPresentFlag( pcSlice->getVPS()->getLayerIdxInVps(pcSlice->getLayerId())) ) || !pcSlice->getIdrPicFlag())
    984 #else
    985     if( pcSlice->getLayerId() > 0 || !pcSlice->getIdrPicFlag() )
    986 #endif
    987983#else
    988984    if( !pcSlice->getIdrPicFlag() )
     
    21962192  WRITE_FLAG(vps->getVpsPocLsbAlignedFlag(), "vps_poc_lsb_aligned_flag");
    21972193#endif
    2198 #if O0062_POC_LSB_NOT_PRESENT_FLAG
    2199   for(i = 1; i< vps->getMaxLayers(); i++)
     2194
     2195  for( i = 1; i< vps->getMaxLayers(); i++ )
    22002196  {
    22012197    if( vps->getNumDirectRefLayers( vps->getLayerIdInNuh(i) ) == 0  )
     
    22042200    }
    22052201  }
    2206 #endif
    22072202 
    22082203#if VPS_DPB_SIZE_TABLE
Note: See TracChangeset for help on using the changeset viewer.