Changeset 1402 in 3DVCSoftware for branches/HTM-16.1-dev/source/Lib/TLibEncoder/TEncGOP.h
- Timestamp:
- 26 May 2016, 15:03:18 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-16.1-dev/source/Lib/TLibEncoder/TEncGOP.h
r1401 r1402 153 153 Bool m_bufferingPeriodSEIPresentInAU; 154 154 SEIEncoder m_seiEncoder; 155 #if W0038_DB_OPT 156 TComPicYuv* m_pcDeblockingTempPicYuv; 157 Int m_DBParam[MAX_ENCODER_DEBLOCKING_QUALITY_LAYERS][4]; //[layer_id][0: available; 1: bDBDisabled; 2: Beta Offset Div2; 3: Tc Offset Div2;] 158 #endif 155 159 156 160 public: … … 249 253 250 254 Void applyDeblockingFilterMetric( TComPic* pcPic, UInt uiNumSlices ); 255 #if W0038_DB_OPT 256 Void applyDeblockingFilterParameterSelection( TComPic* pcPic, const UInt numSlices, const Int gopID ); 257 #endif 251 258 };// END CLASS DEFINITION TEncGOP 252 259
Note: See TracChangeset for help on using the changeset viewer.