Changeset 302 in SHVCSoftware for branches/SHM-2.1-dev/source/Lib/TLibEncoder/TEncGOP.h
- Timestamp:
- 28 Jun 2013, 00:40:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.1-dev/source/Lib/TLibEncoder/TEncGOP.h
r292 r302 127 127 UInt m_tl0Idx; 128 128 UInt m_rapIdx; 129 #if L0045_NON_NESTED_SEI_RESTRICTIONS130 129 Bool m_activeParameterSetSEIPresentInAU; 131 130 Bool m_bufferingPeriodSEIPresentInAU; 132 131 Bool m_pictureTimingSEIPresentInAU; 133 #if K0180_SCALABLE_NESTING_SEI134 132 Bool m_nestedBufferingPeriodSEIPresentInAU; 135 133 Bool m_nestedPictureTimingSEIPresentInAU; 136 #endif137 #endif138 134 public: 139 135 TEncGOP(); … … 186 182 SEIDisplayOrientation* xCreateSEIDisplayOrientation(); 187 183 188 #if J0149_TONE_MAPPING_SEI189 184 SEIToneMappingInfo* xCreateSEIToneMappingInfo(); 190 #endif191 185 192 186 Void xCreateLeadingSEIMessages (/*SEIMessages seiMessages,*/ AccessUnit &accessUnit, TComSPS *sps); 193 #if L0045_NON_NESTED_SEI_RESTRICTIONS194 187 Int xGetFirstSeiLocation (AccessUnit &accessUnit); 195 188 Void xResetNonNestedSEIPresentFlags() … … 199 192 m_pictureTimingSEIPresentInAU = false; 200 193 } 201 #if K0180_SCALABLE_NESTING_SEI202 194 Void xResetNestedSEIPresentFlags() 203 195 { … … 205 197 m_nestedPictureTimingSEIPresentInAU = false; 206 198 } 207 #endif208 #endif209 #if L0386_DB_METRIC210 199 Void dblMetric( TComPic* pcPic, UInt uiNumSlices ); 211 #endif212 200 #if M0457_COL_PICTURE_SIGNALING 213 201 TComPic* getMotionPredIlp(TComSlice* pcSlice);
Note: See TracChangeset for help on using the changeset viewer.