Changeset 174 in SHVCSoftware for branches/SHM-2.0-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
9 May 2013, 22:14:35 (12 years ago)
Author:
qualcomm
Message:

code formatting, Changes initialization process of m_activeNumILRRefIdx

Location:
branches/SHM-2.0-dev/source/Lib/TLibDecoder
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-2.0-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r170 r174  
    10391039#endif
    10401040#endif
    1041 #if JCTVC_M0458
     1041#if JCTVC_M0458_INTERLAYER_RPS_SIG
    10421042   READ_FLAG(uiCode, "max_one_active_ref_layer_flag" );
    10431043   vps->setMaxOneActiveRefLayerFlag(uiCode);   
     
    15951595  }
    15961596
    1597   #if JCTVC_M0458   
     1597  #if JCTVC_M0458_INTERLAYER_RPS_SIG   
    15981598    rpcSlice->setActiveNumILRRefIdx(0);
    15991599    if((sps->getLayerId() > 0)  &&  (rpcSlice->getNumILRRefIdx() > 0) )
  • branches/SHM-2.0-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r173 r174  
    12601260  // currently only one reference layer is supported
    12611261  assert( vps->getNumDirectRefLayers( m_layerId ) == 1 );
    1262 #if JCTVC_M0458
     1262#if JCTVC_M0458_INTERLAYER_RPS_SIG
    12631263  assert( vps->getMaxOneActiveRefLayerFlag() == 1 );
    12641264#endif
Note: See TracChangeset for help on using the changeset viewer.