Changeset 337 in SHVCSoftware for branches/SHM-3.0-dev/source/App/TAppEncoder


Ignore:
Timestamp:
15 Aug 2013, 14:59:46 (11 years ago)
Author:
etri
Message:

N0120 max_tid_il_ref_pics_plus1_present_flag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-3.0-dev/source/App/TAppEncoder/TAppEncTop.cpp

    r334 r337  
    888888  }
    889889#endif
     890#if N0120_MAX_TID_REF_PRESENT_FLAG
     891  vps->setMaxTidIlRefPicsPlus1PresentFlag(true);
     892  if (vps->getMaxTidIlRefPicsPlus1PresentFlag())
     893  {
     894    for( Int i = 0; i < MAX_VPS_LAYER_ID_PLUS1 - 1; i++)
     895    {
     896      vps->setMaxSublayerForIlpPlus1(i, vps->getMaxTLayers()+1);
     897    }
     898  }
     899  else
     900  {
     901    for( Int i = 0; i < MAX_VPS_LAYER_ID_PLUS1 - 1; i++)
     902    {
     903      vps->setMaxSublayerForIlpPlus1(i, 7);
     904    }
     905  }
     906#endif
    890907#if ILP_SSH_SIG
    891908    vps->setIlpSshSignalingEnabledFlag(true);
Note: See TracChangeset for help on using the changeset viewer.