Changeset 310 in SHVCSoftware for trunk/source/Lib/TLibEncoder/TEncGOP.h
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/SHM-2.1-dev (added) merged: 193-196,202,204,210-212,214-216,224,226-228,233-251,258,282-309
- Property svn:mergeinfo changed
-
trunk/source
- Property svn:mergeinfo changed
-
trunk/source/Lib/TLibEncoder/TEncGOP.h
r191 r310 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(); … … 180 176 181 177 SEIActiveParameterSets* xCreateSEIActiveParameterSets (TComSPS *sps); 178 #if M0043_LAYERS_PRESENT_SEI 179 SEILayersPresent* xCreateSEILayersPresent (); 180 #endif 182 181 SEIFramePacking* xCreateSEIFramePacking(); 183 182 SEIDisplayOrientation* xCreateSEIDisplayOrientation(); 184 183 185 #if J0149_TONE_MAPPING_SEI186 184 SEIToneMappingInfo* xCreateSEIToneMappingInfo(); 187 #endif188 185 189 186 Void xCreateLeadingSEIMessages (/*SEIMessages seiMessages,*/ AccessUnit &accessUnit, TComSPS *sps); 190 #if L0045_NON_NESTED_SEI_RESTRICTIONS191 187 Int xGetFirstSeiLocation (AccessUnit &accessUnit); 192 188 Void xResetNonNestedSEIPresentFlags() … … 196 192 m_pictureTimingSEIPresentInAU = false; 197 193 } 198 #if K0180_SCALABLE_NESTING_SEI199 194 Void xResetNestedSEIPresentFlags() 200 195 { … … 202 197 m_nestedPictureTimingSEIPresentInAU = false; 203 198 } 204 #endif205 #endif206 #if L0386_DB_METRIC207 199 Void dblMetric( TComPic* pcPic, UInt uiNumSlices ); 200 #if M0457_COL_PICTURE_SIGNALING 201 TComPic* getMotionPredIlp(TComSlice* pcSlice); 208 202 #endif 209 203 };// END CLASS DEFINITION TEncGOP
Note: See TracChangeset for help on using the changeset viewer.