Changeset 560 in SHVCSoftware for branches/SHM-5.0-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
27 Jan 2014, 17:25:26 (11 years ago)
Author:
seregin
Message:

remove M0457_PREDICTION_INDICATIONS macro

Location:
branches/SHM-5.0-dev/source/Lib/TLibDecoder
Files:
3 edited

Legend:

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

    r559 r560  
    14281428  }
    14291429#endif
    1430 #if VPS_EXTN_DIRECT_REF_LAYERS && M0457_PREDICTION_INDICATIONS
     1430#if VPS_EXTN_DIRECT_REF_LAYERS
    14311431  READ_UVLC( uiCode,           "direct_dep_type_len_minus2"); vps->setDirectDepTypeLen(uiCode+2);
    14321432#if O0096_DEFAULT_DEPENDENCY_TYPE
  • branches/SHM-5.0-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r559 r560  
    845845#if SVC_EXTENSION
    846846  m_apcSlicePilot->setSliceIdx( m_uiSliceIdx ); // it should be removed if HM will reflect it in above
    847 #if VPS_EXTN_DIRECT_REF_LAYERS && M0457_PREDICTION_INDICATIONS
     847#if VPS_EXTN_DIRECT_REF_LAYERS
    848848  setRefLayerParams(m_apcSlicePilot->getVPS());
    849849#endif
     
    19631963#endif
    19641964
    1965 #if VPS_EXTN_DIRECT_REF_LAYERS && M0457_PREDICTION_INDICATIONS
     1965#if VPS_EXTN_DIRECT_REF_LAYERS
    19661966
    19671967Void TDecTop::setRefLayerParams( TComVPS* vps )
  • branches/SHM-5.0-dev/source/Lib/TLibDecoder/TDecTop.h

    r540 r560  
    117117  Int                     m_iBLSourceHeight; 
    118118#endif
    119 #if VPS_EXTN_DIRECT_REF_LAYERS && M0457_PREDICTION_INDICATIONS
     119#if VPS_EXTN_DIRECT_REF_LAYERS
    120120  Int                     m_numDirectRefLayers;
    121121  Int                     m_refLayerId[MAX_VPS_LAYER_ID_PLUS1];
     
    177177#if VPS_EXTN_DIRECT_REF_LAYERS
    178178  TDecTop*  getRefLayerDec(UInt refLayerIdc);
    179 #if M0457_PREDICTION_INDICATIONS
    180179  Int       getNumDirectRefLayers           ()                              { return m_numDirectRefLayers;      }
    181180  Void      setNumDirectRefLayers           (Int num)                       { m_numDirectRefLayers = num;       }
     
    206205
    207206  Void      setRefLayerParams( TComVPS* vps );
    208 #endif
    209207#endif
    210208#if AVC_BASE
Note: See TracChangeset for help on using the changeset viewer.