Changeset 514 in SHVCSoftware for branches/SHM-4.1-dev/source/App


Ignore:
Timestamp:
13 Dec 2013, 23:00:20 (11 years ago)
Author:
sharp
Message:
  1. Deshpande (Sharp) <sdeshpande@…>

-Signal max temporal sub-layers for each layer in the VPS, with a gating flag, from JCTVC-O0120.
-IL RPS derivation based on max temporal sub-layers per layer in VPS from JCTVC-O0120.

File:
1 edited

Legend:

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

    r512 r514  
    11001100#endif
    11011101#endif
     1102#if VPS_TSLAYERS
     1103    vps->setMaxTSLayersPresentFlag(true);
     1104    for( i = 0; i < MAX_VPS_LAYER_ID_PLUS1 - 1; i++ )
     1105    {
     1106        vps->setMaxTSLayersMinus1(i, vps->getMaxTLayers()-1);
     1107    }
     1108#endif
    11021109#if N0120_MAX_TID_REF_PRESENT_FLAG
    11031110#if N0120_MAX_TID_REF_CFG
Note: See TracChangeset for help on using the changeset viewer.