Changeset 470 in SHVCSoftware


Ignore:
Timestamp:
14 Nov 2013, 21:29:58 (11 years ago)
Author:
interdigital
Message:

remove macros FINAL_RPL_CHANGE_N0082, EXTERNAL_USEDBYCURR_N0082, TEMP_SCALABILITY_FIX and related code.

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

Legend:

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

    r465 r470  
    776776#if N0147_IRAP_ALIGN_FLAG
    777777  hasModification = hasModification && ( m_aiNumRefIdx[REF_PIC_LIST_0] > 1 );
    778 #endif
    779 #if FINAL_RPL_CHANGE_N0082
    780   hasModification = false; //modification is not necessary
    781778#endif
    782779  refPicListModification->setRefPicListModificationFlagL0(hasModification);
  • branches/SHM-4.0-dev/source/Lib/TLibCommon/TypeDef.h

    r468 r470  
    5656#define TIMING_INFO_NONZERO_LAYERID_SPS  1      ///< JCTVC-N0085: Semantics of vui_timing_info_present_flag to always set that flag to zero for non-zero layer ID SPS
    5757#define RPL_INIT_N0316_N0082             1      ///< JCTVC-N0316, JCTVC-N0082: initial reference picture list construction
    58 #define FINAL_RPL_CHANGE_N0082           1      ///< JCTVC-N0082: final ref picture list change (encoder)
    59 #if FINAL_RPL_CHANGE_N0082
    60 #define EXTERNAL_USEDBYCURR_N0082        1      ///< JCTVC-N0082: final ref picture list change (encoder) //dev ver.
    61 #define TEMP_SCALABILITY_FIX             1      ///< fix for temporal scalability
    62 #endif
     58
    6359#define IL_SL_SIGNALLING_N0371           0      ///< JCTVC-N0371: inter-layer scaling list
    6460#define M0463_VUI_EXT_ILP_REF            0      ///< JCTVC-M0463: VUI extension inter-layer dependency offset signalling
Note: See TracChangeset for help on using the changeset viewer.