Changeset 537 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2/source/Lib/TLibEncoder/TEncGOP.h
- Timestamp:
- 13 Jul 2013, 15:51:26 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev2/source/Lib/TLibEncoder/TEncGOP.h
r534 r537 128 128 UInt m_tl0Idx; 129 129 UInt m_rapIdx; 130 #if L0045_NON_NESTED_SEI_RESTRICTIONS131 130 Bool m_activeParameterSetSEIPresentInAU; 132 131 Bool m_bufferingPeriodSEIPresentInAU; 133 132 Bool m_pictureTimingSEIPresentInAU; 134 #if K0180_SCALABLE_NESTING_SEI135 133 Bool m_nestedBufferingPeriodSEIPresentInAU; 136 134 Bool m_nestedPictureTimingSEIPresentInAU; 137 #endif138 #endif139 135 public: 140 136 TEncGOP(); … … 199 195 SEIDisplayOrientation* xCreateSEIDisplayOrientation(); 200 196 201 #if J0149_TONE_MAPPING_SEI202 197 SEIToneMappingInfo* xCreateSEIToneMappingInfo(); 203 #endif204 198 205 199 Void xCreateLeadingSEIMessages (/*SEIMessages seiMessages,*/ AccessUnit &accessUnit, TComSPS *sps); 206 #if L0045_NON_NESTED_SEI_RESTRICTIONS207 200 Int xGetFirstSeiLocation (AccessUnit &accessUnit); 208 201 Void xResetNonNestedSEIPresentFlags() … … 212 205 m_pictureTimingSEIPresentInAU = false; 213 206 } 214 #if K0180_SCALABLE_NESTING_SEI215 207 Void xResetNestedSEIPresentFlags() 216 208 { … … 218 210 m_nestedPictureTimingSEIPresentInAU = false; 219 211 } 220 #endif221 #endif222 212 #if H_MV 223 213 Void xSetRefPicListModificationsMv( TComSlice* pcSlice, UInt iGOPid ); 224 214 #endif 225 #if L0386_DB_METRIC226 215 Void dblMetric( TComPic* pcPic, UInt uiNumSlices ); 227 #endif228 216 };// END CLASS DEFINITION TEncGOP 229 217
Note: See TracChangeset for help on using the changeset viewer.