Changeset 1138 in SHVCSoftware


Ignore:
Timestamp:
7 Jul 2015, 23:16:29 (9 years ago)
Author:
seregin
Message:

macro cleanup: R0227_BR_PR_ADD_LAYER_SET

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

Legend:

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

    r1137 r1138  
    6868#define R0227_VUI_BSP_HRD_FLAG           1      ///< JCTVC-R0227, Conformance checking such that VPS VUI HRD only present if VPS timing info is signalled
    6969#define R0227_REP_FORMAT_CONSTRAINT      1      ///< JCTVC-R0227, Conformance checking such that representation format of a particular layer shall not be greater than the one defined in VPS for that layer
    70 #define R0227_BR_PR_ADD_LAYER_SET        1      ///< JCTVC-R0227, Signalling of bit-rate and picture rate for additional layer set
    7170#define R0042_PROFILE_INDICATION         1      ///< JCTVC-R0042, Profile indication for additional layer sets
    7271
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp

    r1137 r1138  
    24712471  {
    24722472#if Q0078_ADD_LAYER_SETS
    2473 #if R0227_BR_PR_ADD_LAYER_SET
    24742473    for( i = vps->getBaseLayerInternalFlag() ? 0 : 1; i < vps->getNumLayerSets(); i++ )
    2475 #else
    2476     for( i = 0; i <= vps->getVpsNumLayerSetsMinus1(); i++ )
    2477 #endif
    24782474#else
    24792475    for( i = 0; i < vps->getNumLayerSets(); i++ )
Note: See TracChangeset for help on using the changeset viewer.