Changeset 128 in 3DVCSoftware for trunk/source


Ignore:
Timestamp:
10 Sep 2012, 14:58:40 (12 years ago)
Author:
tech
Message:

Changed default value of DeblockingFilterControlPresent to 1

Location:
trunk/source
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/App/TAppEncoder/TAppEncCfg.cpp

    r121 r128  
    327327  ("LoopFilterTcOffset_div2", m_loopFilterTcOffsetDiv2, 0 )
    328328#if DBL_CONTROL
     329#if FIX_DBL_CONTROL_DEFAULT
     330  ("DeblockingFilterControlPresent", m_DeblockingFilterControlPresent, true)
     331#else
    329332  ("DeblockingFilterControlPresent", m_DeblockingFilterControlPresent, false)
     333#endif
    330334#endif
    331335
  • trunk/source/Lib/TLibCommon/TypeDef.h

    r127 r128  
    5353#define FIX_LG_RESTRICTEDRESPRED_M24766   1
    5454#define FIX_REMOVE_TILE_DEPENDENCE        1
     55#define FIX_DBL_CONTROL_DEFAULT           1
    5556
    5657
Note: See TracChangeset for help on using the changeset viewer.