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


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

    r1194 r1198  
    12781278
    12791279#if SVC_EXTENSION
    1280 #if O0062_POC_LSB_NOT_PRESENT_FLAG
    12811280    if( ( pcSlice->getLayerId() > 0 && !pcSlice->getVPS()->getPocLsbNotPresentFlag( pcSlice->getVPS()->getLayerIdxInVps(pcSlice->getLayerId())) ) || !pcSlice->getIdrPicFlag() )
    1282 #else
    1283     if( pcSlice->getLayerId() > 0 || !pcSlice->getIdrPicFlag() )
    1284 #endif
    12851281#else
    12861282    else
     
    30343030  vps->setVpsPocLsbAlignedFlag(uiCode);
    30353031#endif
    3036 #if O0062_POC_LSB_NOT_PRESENT_FLAG
     3032
    30373033  for(i = 1; i< vps->getMaxLayers(); i++)
    30383034  {
     
    30433039    }
    30443040  }
    3045 #endif
    30463041
    30473042#if VPS_DPB_SIZE_TABLE
     
    31863181#endif
    31873182
    3188 #if O0062_POC_LSB_NOT_PRESENT_FLAG
    31893183  // When not present, poc_lsb_not_present_flag[ i ] is inferred to be equal to 0.
    3190   for(i = 1; i< vps->getMaxLayers(); i++)
     3184  for( i = 1; i< vps->getMaxLayers(); i++ )
    31913185  {
    31923186    vps->setPocLsbNotPresentFlag(i, 0);
    31933187  }
    3194 #endif
    31953188
    31963189  // set default values for VPS VUI
Note: See TracChangeset for help on using the changeset viewer.