Changeset 398 in SHVCSoftware for branches/SHM-3.1-dev/source/App


Ignore:
Timestamp:
17 Sep 2013, 19:25:17 (11 years ago)
Author:
seregin
Message:

rename max_tid_il_ref_pics_plus1_present_flag and related functions with max_tid_ref_present_flag

Location:
branches/SHM-3.1-dev/source/App/TAppEncoder
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-3.1-dev/source/App/TAppEncoder/TAppEncCfg.cpp

    r397 r398  
    7474, m_elRapSliceBEnabled(0)
    7575#if N0120_MAX_TID_REF_CFG
    76 , m_maxTidIlRefPicsPlus1PresentFlag(1)
     76, m_maxTidRefPresentFlag(1)
    7777#endif
    7878{
     
    524524#endif
    525525#if N0120_MAX_TID_REF_CFG
    526   ("MaxTidIlRefPicsPlus1Present", m_maxTidIlRefPicsPlus1PresentFlag, true, "max_tid_il_ref_pics_plus1_present_flag (0: not present, 1: present(default)) " )
     526  ("MaxTidRefPresentFlag", m_maxTidRefPresentFlag, true, "max_tid_ref_present_flag (0: not present, 1: present(default)) " )
    527527  ("MaxTidIlRefPicsPlus1%d", cfg_maxTidIlRefPicsPlus1, 1, MAX_LAYERS, "allowed maximum temporal_id for inter-layer prediction")
    528528#endif
  • branches/SHM-3.1-dev/source/App/TAppEncoder/TAppEncCfg.h

    r397 r398  
    7777#endif
    7878#if N0120_MAX_TID_REF_CFG
    79   Bool      m_maxTidIlRefPicsPlus1PresentFlag;
     79  Bool      m_maxTidRefPresentFlag;
    8080#endif
    8181#else
  • branches/SHM-3.1-dev/source/App/TAppEncoder/TAppEncTop.cpp

    r397 r398  
    932932#if N0120_MAX_TID_REF_PRESENT_FLAG
    933933#if N0120_MAX_TID_REF_CFG
    934   vps->setMaxTidIlRefPicsPlus1PresentFlag(m_maxTidIlRefPicsPlus1PresentFlag);
     934  vps->setMaxTidRefPresentFlag(m_maxTidRefPresentFlag);
    935935#else
    936936  vps->setMaxTidIlRefPicsPlus1PresentFlag(true);
    937937#endif
    938   if (vps->getMaxTidIlRefPicsPlus1PresentFlag())
     938  if (vps->getMaxTidRefPresentFlag())
    939939  {
    940940    for( i = 0; i < MAX_VPS_LAYER_ID_PLUS1 - 1; i++ )
Note: See TracChangeset for help on using the changeset viewer.