Changeset 558 in SHVCSoftware for branches/SHM-5.0-dev/source


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

remove RESTR_CHK macro

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

Legend:

Unmodified
Added
Removed
  • branches/SHM-5.0-dev/source/Lib/TLibCommon/TComSlice.h

    r556 r558  
    22282228  TComPic* getRefPic(TComList<TComPic*>& rcListPic, Int poc) { return xGetRefPic( rcListPic, poc ); }
    22292229
    2230 #if RESTR_CHK
    2231   Bool     isRADL() {  return (m_eNalUnitType == NAL_UNIT_CODED_SLICE_RADL_N || m_eNalUnitType == NAL_UNIT_CODED_SLICE_RADL_R); }
    2232   Bool     isRASL()   {   return (m_eNalUnitType == NAL_UNIT_CODED_SLICE_RASL_N || m_eNalUnitType == NAL_UNIT_CODED_SLICE_RASL_R); }
    2233 #endif
     2230  Bool     isRADL()   { return (m_eNalUnitType == NAL_UNIT_CODED_SLICE_RADL_N || m_eNalUnitType == NAL_UNIT_CODED_SLICE_RADL_R); }
     2231  Bool     isRASL()   { return (m_eNalUnitType == NAL_UNIT_CODED_SLICE_RASL_N || m_eNalUnitType == NAL_UNIT_CODED_SLICE_RASL_R); }
    22342232
    22352233#if POC_RESET_FLAG
  • branches/SHM-5.0-dev/source/Lib/TLibCommon/TypeDef.h

    r557 r558  
    142142
    143143#define JCTVC_M0259_LAMBDAREFINEMENT     1      ///< JCTVC-M0259: lambda refinement (encoder only optimization)
    144 #define RESTR_CHK                        1      ///< JCTVC-M0208 proposal 1
    145144
    146145#define AVC_BASE                         1      ///< YUV BL reading for AVC base SVC
  • branches/SHM-5.0-dev/source/Lib/TLibEncoder/TEncGOP.cpp

    r550 r558  
    11591159    if( m_layerId > 0 && pcSlice->getActiveNumILRRefIdx() )
    11601160    {
    1161 #if RESTR_CHK
    11621161#if POC_RESET_FLAG
    11631162      if ( pocCurr > 0          && pcSlice->isRADL() && pcPic->getSlice(0)->getBaseColPic(pcPic->getSlice(0)->getInterLayerPredLayerIdc(0))->getSlice(0)->isRASL())
     
    11731172#endif
    11741173      }
    1175 #endif
    11761174#if JCTVC_M0458_INTERLAYER_RPS_SIG
    11771175      if( pcSlice->getNalUnitType() >= NAL_UNIT_CODED_SLICE_BLA_W_LP && pcSlice->getNalUnitType() <= NAL_UNIT_CODED_SLICE_CRA )
Note: See TracChangeset for help on using the changeset viewer.