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


Ignore:
Timestamp:
8 Jul 2015, 21:02:42 (10 years ago)
Author:
seregin
Message:

macro cleanup: POC_RESET_VALUE_RESTRICTION

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

Legend:

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

    r1204 r1205  
    5555Bool  TDecTop::m_picNonIdrWithRadlPresentFlag        = false;
    5656Bool  TDecTop::m_picNonIdrNoLpPresentFlag            = false;
    57 #if POC_RESET_VALUE_RESTRICTION
    5857Int   TDecTop::m_crossLayerPocResetPeriodId          = -1;
    5958Int   TDecTop::m_crossLayerPocResetIdc               = -1;
    60 #endif
    6159#endif
    6260
     
    923921        m_parseIdc = 0;
    924922      }
    925 #if POC_RESET_VALUE_RESTRICTION
     923
    926924      // Check if the POC Reset period ID matches with the Reset Period ID
    927925      if( pocResetPeriodId == m_crossLayerPocResetPeriodId )
     
    949947        }
    950948      }
    951 #endif
    952949    }
    953950    else
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.h

    r1204 r1205  
    173173  static Bool                    m_picNonIdrWithRadlPresentFlag;
    174174  static Bool                    m_picNonIdrNoLpPresentFlag;
    175 #if POC_RESET_VALUE_RESTRICTION
    176175  static Int                     m_crossLayerPocResetPeriodId;
    177176  static Int                     m_crossLayerPocResetIdc;
    178 #endif
    179177#endif //SVC_EXTENSION
    180178
Note: See TracChangeset for help on using the changeset viewer.