Changeset 782 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
- Timestamp:
- 6 Jun 2014, 19:07:02 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r781 r782 1254 1254 } 1255 1255 } 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); 1259 1257 #if VPS_EXTN_PROFILE_INFO 1260 1258 // Profile-tier-level signalling … … 2823 2821 #if SVC_EXTENSION 2824 2822 rpcSlice->setActiveNumILRRefIdx(0); 2825 #if ILP_SSH_SIG2826 #if ILP_SSH_SIG_FIX2827 2823 if((rpcSlice->getLayerId() > 0) && !(rpcSlice->getVPS()->getIlpSshSignalingEnabledFlag()) && (rpcSlice->getNumILRRefIdx() > 0) ) 2828 #else2829 if((rpcSlice->getLayerId() > 0) && rpcSlice->getVPS()->getIlpSshSignalingEnabledFlag() && (rpcSlice->getNumILRRefIdx() > 0) )2830 #endif2831 #else2832 if((rpcSlice->getLayerId() > 0) && (rpcSlice->getNumILRRefIdx() > 0) )2833 #endif2834 2824 { 2835 2825 READ_FLAG(uiCode,"inter_layer_pred_enabled_flag"); … … 2910 2900 } 2911 2901 } 2912 #if ILP_SSH_SIG2913 #if ILP_SSH_SIG_FIX2914 2902 else if( rpcSlice->getVPS()->getIlpSshSignalingEnabledFlag() == true && (rpcSlice->getLayerId() > 0 )) 2915 #else2916 else if( rpcSlice->getVPS()->getIlpSshSignalingEnabledFlag() == false )2917 #endif2918 2903 { 2919 2904 rpcSlice->setInterLayerPredEnabledFlag(true); … … 2949 2934 #endif 2950 2935 } 2951 #endif2952 #endif2953 2936 #if P0312_VERT_PHASE_ADJ 2954 2937 for(Int i = 0; i < rpcSlice->getActiveNumILRRefIdx(); i++ ) … … 2961 2944 } 2962 2945 #endif 2946 #endif //SVC_EXTENSION 2963 2947 2964 2948 if(sps->getUseSAO())
Note: See TracChangeset for help on using the changeset viewer.