Ignore:
Timestamp:
26 May 2016, 15:03:18 (8 years ago)
Author:
tech
Message:

Initial merge of HM-16.9.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-16.1-dev/source/Lib/TLibEncoder/TEncGOP.h

    r1401 r1402  
    153153  Bool                    m_bufferingPeriodSEIPresentInAU;
    154154  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
    155159
    156160public:
     
    249253
    250254  Void applyDeblockingFilterMetric( TComPic* pcPic, UInt uiNumSlices );
     255#if W0038_DB_OPT
     256  Void applyDeblockingFilterParameterSelection( TComPic* pcPic, const UInt numSlices, const Int gopID );
     257#endif
    251258};// END CLASS DEFINITION TEncGOP
    252259
Note: See TracChangeset for help on using the changeset viewer.