Changeset 1205 in SHVCSoftware


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

macro cleanup: POC_RESET_VALUE_RESTRICTION

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

Legend:

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

    r1204 r1205  
    4646#define MAX_LAYERS                       8      ///< max number of layers the codec is supposed to handle
    4747#define CONFORMANCE_BITSTREAM_MODE       1      ///< In order to generate the metadata related to conformance bitstreams
    48 #define POC_RESET_VALUE_RESTRICTION      1      ///< R0223: Restriction on the value of full_poc_reset_flag
    4948#define BSP_INIT_ARRIVAL_SEI             1      ///< JCTVC-R0231: Make signalling of vcl_initial_arrival_delay independent of NalHrdBpPresentFlag
    5049
  • 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.