Changeset 1133 in SHVCSoftware


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

macro cleanup: O0142_CONDITIONAL_SPS_EXTENSION, Q0177_SPS_TEMP_NESTING_FIX

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

Legend:

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

    r1132 r1133  
    7474
    7575#define Q0108_TSA_STSA                   1      ///< JCTVC-Q0108, Remove cross-layer alignment constraints of TSA and STSA pictures, enable to have different prediction structures in different layers
    76 #define Q0177_SPS_TEMP_NESTING_FIX       1      ///< JCTVC-Q0177; Fix the inference value of sps_temporal_id_nesting_flag when it is not present
    7776#define Q0177_EOS_CHECKS                 1      ///< JCTVC-Q0177; Put checks on handling EOS
    7877#define Q0142_POC_LSB_NOT_PRESENT        1      ///< JCTVC-Q0142; Add constraint checking on the value of poc_reset_idc and poc_lsb_val
     
    127126
    128127#define SCALINGLIST_INFERRING            1      ///< JCTVC-N0371: inter-layer scaling list
    129 #define O0142_CONDITIONAL_SPS_EXTENSION  1      ///< JCTVC-O0142: Conditional SPS extension
    130128
    131129#define P0297_VPS_POC_LSB_ALIGNED_FLAG   1      ///< JCTVC-P0297: vps_poc_lsb_aligned_flag for cross-layer POC anchor picture derivation
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r1131 r1133  
    585585
    586586    // When not present sps_temporal_id_nesting_flag is inferred to be equal to vps_temporal_id_nesting_flag
    587 #if Q0177_SPS_TEMP_NESTING_FIX
    588587    sps->setTemporalIdNestingFlag( (sps->getMaxTLayers() > 1) ? activeVPS->getTemporalNestingFlag() : true );
    589 #else
    590     sps->setTemporalIdNestingFlag( activeVPS->getTemporalNestingFlag() );
    591 #endif
    592588
    593589    // When sps_max_dec_pic_buffering_minus1[ i ] is not present for i in the range of 0 to sps_max_sub_layers_minus1, inclusive, due to nuh_layer_id being greater than 0,
Note: See TracChangeset for help on using the changeset viewer.