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


Ignore:
Timestamp:
26 Mar 2015, 04:33:14 (10 years ago)
Author:
seregin
Message:

fix for getMaxTidIlRefPicsPlus1 and remove O0225_MAX_TID_FOR_REF_LAYERS

File:
1 edited

Legend:

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

    r1081 r1085  
    14981498    for( i = 0; i < vps->getMaxLayers() - 1; i++ )
    14991499    {
    1500 #if O0225_MAX_TID_FOR_REF_LAYERS
    15011500      for( Int j = i+1; j < vps->getMaxLayers(); j++)
    15021501      {
    15031502        vps->setMaxTidIlRefPicsPlus1(i, j, m_acTEncTop[i].getMaxTidIlRefPicsPlus1());
    15041503      }
    1505 #else
    1506       vps->setMaxTidIlRefPicsPlus1(i, m_acTEncTop[i].getMaxTidIlRefPicsPlus1());
    1507 #endif
    15081504    }
    15091505  }
     
    15121508    for( i = 0; i < vps->getMaxLayers() - 1; i++ )
    15131509    {
    1514 #if O0225_MAX_TID_FOR_REF_LAYERS
    15151510      for( Int j = i+1; j < vps->getMaxLayers(); j++)
    15161511      {
    15171512        vps->setMaxTidIlRefPicsPlus1(i, j, 7);
    15181513      }
    1519 #else
    1520       vps->setMaxTidIlRefPicsPlus1(i, 7);
    1521 #endif
    15221514    }
    15231515  }
Note: See TracChangeset for help on using the changeset viewer.