Changeset 470 in SHVCSoftware
- Timestamp:
- 14 Nov 2013, 21:29:58 (11 years ago)
- 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 776 776 #if N0147_IRAP_ALIGN_FLAG 777 777 hasModification = hasModification && ( m_aiNumRefIdx[REF_PIC_LIST_0] > 1 ); 778 #endif779 #if FINAL_RPL_CHANGE_N0082780 hasModification = false; //modification is not necessary781 778 #endif 782 779 refPicListModification->setRefPicListModificationFlagL0(hasModification); -
branches/SHM-4.0-dev/source/Lib/TLibCommon/TypeDef.h
r468 r470 56 56 #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 57 57 #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 63 59 #define IL_SL_SIGNALLING_N0371 0 ///< JCTVC-N0371: inter-layer scaling list 64 60 #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.