Changeset 1545 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon


Ignore:
Timestamp:
22 Mar 2016, 23:52:56 (10 years ago)
Author:
seregin
Message:

port rev 4721

Location:
branches/SHM-dev/source/Lib/TLibCommon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibCommon/CommonDef.h

    r1543 r1545  
    257257static const Int LAST_SIGNIFICANT_GROUPS =                        10 ;
    258258
     259#if W0038_DB_OPT
     260static const Int MAX_ENCODER_DEBLOCKING_QUALITY_LAYERS =           8 ;
     261#endif
     262
    259263#if SVC_EXTENSION
    260264static const Int CGS_FILTER_LENGTH =                               13;
  • branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h

    r1538 r1545  
    209209#define V0078_ADAPTIVE_LOWER_BOUND                        1 ///< Target bits saturation with adaptive lower bound
    210210#endif
     211#define W0038_DB_OPT                                      1 ///< adaptive DB parameter selection, LoopFilterOffsetInPPS and LoopFilterDisable are set to 0 and DeblockingFilterMetric=2;
     212#define W0038_CQP_ADJ                                     1 ///< chroma QP adjustment based on TL, CQPTLAdjustEnabled is set to 1;
    211213
    212214// ====================================================================================================================
Note: See TracChangeset for help on using the changeset viewer.