Changeset 1139 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon
- Timestamp:
- 7 Jul 2015, 23:25:11 (10 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibCommon
- Files:
-
- 3 edited
-
TComSlice.cpp (modified) (2 diffs)
-
TComSlice.h (modified) (2 diffs)
-
TypeDef.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComSlice.cpp
r1136 r1139 3955 3955 } 3956 3956 3957 #if NO_OUTPUT_OF_PRIOR_PICS3958 3957 Bool TComSlice::getBlaPicFlag () 3959 3958 { … … 3962 3961 || getNalUnitType() == NAL_UNIT_CODED_SLICE_BLA_W_LP; 3963 3962 } 3963 3964 3964 Bool TComSlice::getCraPicFlag () 3965 3965 { 3966 3966 return getNalUnitType() == NAL_UNIT_CODED_SLICE_CRA; 3967 3967 } 3968 #endif 3968 3969 3969 #if POC_RESET_IDC_DECODER 3970 3970 Bool TComSlice::getRaslPicFlag () -
branches/SHM-dev/source/Lib/TLibCommon/TComSlice.h
r1137 r1139 2596 2596 #endif 2597 2597 2598 #if NO_OUTPUT_OF_PRIOR_PICS2599 2598 Bool getBlaPicFlag (); 2600 2599 Bool getCraPicFlag (); 2601 #endif2602 2600 #if POC_RESET_IDC_DECODER 2603 2601 Bool getRaslPicFlag (); … … 2618 2616 2619 2617 #endif //SVC_EXTENSION 2618 2620 2619 protected: 2621 2620 TComPic* xGetRefPic (TComList<TComPic*>& rcListPic, Int poc); -
branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h
r1138 r1139 117 117 #endif 118 118 #define POC_RESET_INFO_INFERENCE 1 ///< JCTVC-Q0146: Infer the value of poc_reset_info_present_flag when not present 119 #define NO_OUTPUT_OF_PRIOR_PICS 1 ///< Use no_output_of_prior_pics_flag120 119 #define REPN_FORMAT_IN_VPS 1 ///< JCTVC-N0092: Signal represenation format (spatial resolution, bit depth, colour format) in the VPS 121 120 #define RPL_INIT_N0316_N0082 1 ///< JCTVC-N0316, JCTVC-N0082: initial reference picture list construction
Note: See TracChangeset for help on using the changeset viewer.