Changeset 1136 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon


Ignore:
Timestamp:
7 Jul 2015, 23:12:48 (10 years ago)
Author:
seregin
Message:

macro cleanup: SUB_LAYERS_IN_LAYER_SET

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

Legend:

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

    r1135 r1136  
    31553155  }
    31563156}
    3157 #endif
    31583157
    31593158#if DERIVE_LAYER_ID_LIST_VARIABLES
     
    36093608}
    36103609#endif
    3611 #if SUB_LAYERS_IN_LAYER_SET
     3610
    36123611Void TComVPS::calculateMaxSLInLayerSets()
    36133612{
     
    36223621  }
    36233622}
    3624 #endif
    36253623
    36263624#if REPN_FORMAT_IN_VPS
     
    38143812#endif
    38153813
    3816 #if SVC_EXTENSION
     3814
    38173815Bool TComSlice::setBaseColPic(  TComList<TComPic*>& rcListPic, UInt refLayerIdc )
    38183816
  • branches/SHM-dev/source/Lib/TLibCommon/TComSlice.h

    r1135 r1136  
    13161316  Void  checkNecessaryLayerFlagCondition();
    13171317#endif
    1318 #if SUB_LAYERS_IN_LAYER_SET
    13191318  Void  calculateMaxSLInLayerSets();
    1320 #endif
    13211319#endif //SVC_EXTENSION
    13221320};
  • branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h

    r1135 r1136  
    6161#endif
    6262#define BSP_INIT_ARRIVAL_SEI             1      ///< JCTVC-R0231: Make signalling of vcl_initial_arrival_delay independent of NalHrdBpPresentFlag
    63 #define SUB_LAYERS_IN_LAYER_SET          1      ///< Move calculation of MaxSubLayerInLayerSets to a separate function
    6463#define VPS_VUI_BSP_HRD_PARAMS           1      ///< JCTVC-R0231: Define the VPS VUI BSP hrd_params() as a separate function, and apply changes adopted.
    6564#define O0137_MAX_LAYERID                1      ///< JCTVC-O0137, JCTVC-O0200, JCTVC-O0223: restrict nuh_layer_id and vps_max_layers_minus1
Note: See TracChangeset for help on using the changeset viewer.