Ignore:
Timestamp:
6 Jun 2014, 19:07:02 (11 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/TLibDecoder/TDecCAVLC.cpp

    r781 r782  
    12541254    }
    12551255  }
    1256 #if ILP_SSH_SIG
    1257     READ_FLAG( uiCode, "all_ref_layers_active_flag" ); vps->setIlpSshSignalingEnabledFlag(uiCode ? true : false);
    1258 #endif
     1256  READ_FLAG( uiCode, "all_ref_layers_active_flag" ); vps->setIlpSshSignalingEnabledFlag(uiCode ? true : false);
    12591257#if VPS_EXTN_PROFILE_INFO
    12601258  // Profile-tier-level signalling
     
    28232821#if SVC_EXTENSION
    28242822    rpcSlice->setActiveNumILRRefIdx(0);
    2825 #if ILP_SSH_SIG
    2826 #if ILP_SSH_SIG_FIX
    28272823    if((rpcSlice->getLayerId() > 0) && !(rpcSlice->getVPS()->getIlpSshSignalingEnabledFlag()) && (rpcSlice->getNumILRRefIdx() > 0) )
    2828 #else
    2829     if((rpcSlice->getLayerId() > 0) && rpcSlice->getVPS()->getIlpSshSignalingEnabledFlag() && (rpcSlice->getNumILRRefIdx() > 0) )
    2830 #endif
    2831 #else
    2832     if((rpcSlice->getLayerId() > 0)  &&  (rpcSlice->getNumILRRefIdx() > 0) )
    2833 #endif
    28342824    {
    28352825      READ_FLAG(uiCode,"inter_layer_pred_enabled_flag");
     
    29102900      }
    29112901    }
    2912 #if ILP_SSH_SIG
    2913 #if ILP_SSH_SIG_FIX
    29142902    else if( rpcSlice->getVPS()->getIlpSshSignalingEnabledFlag() == true &&  (rpcSlice->getLayerId() > 0 ))
    2915 #else
    2916     else if( rpcSlice->getVPS()->getIlpSshSignalingEnabledFlag() == false )
    2917 #endif
    29182903    {
    29192904      rpcSlice->setInterLayerPredEnabledFlag(true);
     
    29492934#endif
    29502935    }
    2951 #endif
    2952 #endif
    29532936#if P0312_VERT_PHASE_ADJ
    29542937    for(Int i = 0; i < rpcSlice->getActiveNumILRRefIdx(); i++ )
     
    29612944    }
    29622945#endif
     2946#endif //SVC_EXTENSION
    29632947
    29642948    if(sps->getUseSAO())
Note: See TracChangeset for help on using the changeset viewer.