Changeset 782 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibEncoder


Ignore:
Timestamp:
6 Jun 2014, 19:07:02 (12 years ago)
Author:
seregin
Message:

remove ILP_SSH_SIG and ILP_SSH_SIG_FIX

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/Lib/TLibEncoder/TEncCavlc.cpp

    r778 r782  
    976976     }
    977977   }
    978 #if ILP_SSH_SIG
    979     WRITE_FLAG( vps->getIlpSshSignalingEnabledFlag(), "all_ref_layers_active_flag" );
    980 #endif
     978   WRITE_FLAG( vps->getIlpSshSignalingEnabledFlag(), "all_ref_layers_active_flag" );
    981979#if VPS_EXTN_PROFILE_INFO
    982980  // Profile-tier-level signalling
     
    19691967
    19701968#if SVC_EXTENSION
    1971 #if ILP_SSH_SIG
    1972 #if ILP_SSH_SIG_FIX
    19731969    if((pcSlice->getLayerId() > 0) && !(pcSlice->getVPS()->getIlpSshSignalingEnabledFlag()) && (pcSlice->getNumILRRefIdx() > 0) )
    1974 #else
    1975     if((pcSlice->getLayerId() > 0) && pcSlice->getVPS()->getIlpSshSignalingEnabledFlag() && (pcSlice->getNumILRRefIdx() > 0) )
    1976 #endif
    1977 #else
    1978     if((pcSlice->getLayerId() > 0)  &&  (pcSlice->getNumILRRefIdx() > 0) )
    1979 #endif
    19801970    {
    19811971      WRITE_FLAG(pcSlice->getInterLayerPredEnabledFlag(),"inter_layer_pred_enabled_flag");
Note: See TracChangeset for help on using the changeset viewer.