Changeset 484 in SHVCSoftware for branches/SHM-4.0-dev/source/App/TAppEncoder


Ignore:
Timestamp:
16 Nov 2013, 00:32:03 (11 years ago)
Author:
qualcomm
Message:

Integration of O0225 proposal 2 for all reference layers.

File:
1 edited

Legend:

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

    r483 r484  
    10981098    {
    10991099#if N0120_MAX_TID_REF_CFG
     1100#if O0225_MAX_TID_FOR_REF_LAYERS
     1101      for( Int j = i+1; j <= MAX_VPS_LAYER_ID_PLUS1 - 1; j++)
     1102      {
     1103        vps->setMaxTidIlRefPicsPlus1(i, j, m_acTEncTop[i].getMaxTidIlRefPicsPlus1());
     1104      }
     1105#else
    11001106      vps->setMaxTidIlRefPicsPlus1(i, m_acTEncTop[i].getMaxTidIlRefPicsPlus1());
     1107#endif
     1108#else
     1109#if O0225_MAX_TID_FOR_REF_LAYERS
     1110      for( Int j = i+1; j <= MAX_VPS_LAYER_ID_PLUS1 - 1; j++)
     1111      {
     1112        vps->setMaxTidIlRefPicsPlus1(i, j, vps->getMaxTLayers()+1);
     1113      }
    11011114#else
    11021115      vps->setMaxTidIlRefPicsPlus1(i, vps->getMaxTLayers()+1);
    11031116#endif
     1117#endif
    11041118    }
    11051119  }
     
    11081122    for( i = 0; i < MAX_VPS_LAYER_ID_PLUS1 - 1; i++ )
    11091123    {
     1124#if O0225_MAX_TID_FOR_REF_LAYERS
     1125      for( Int j = i+1; j <= MAX_VPS_LAYER_ID_PLUS1 - 1; j++)
     1126      {
     1127        vps->setMaxTidIlRefPicsPlus1(i, j, 7);
     1128      }
     1129#else
    11101130      vps->setMaxTidIlRefPicsPlus1(i, 7);
     1131#endif
    11111132    }
    11121133  }
Note: See TracChangeset for help on using the changeset viewer.