Ignore:
Timestamp:
13 Sep 2012, 13:55:57 (12 years ago)
Author:
tech
Message:

Added RD-relevant bug fixes from HTM-4.1:

  • FIX_RESTRICTEDRESPRED_M24766
  • FIX_RDO_MACRO
  • FIX_DBL_CONTROL_DEFAULT + config files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-4.0-dev0/source/App/TAppEncoder/TAppEncCfg.cpp

    r100 r133  
    306306  ("LoopFilterTcOffset_div2", m_loopFilterTcOffsetDiv2, 0 )
    307307#if DBL_CONTROL
     308#if FIX_DBL_CONTROL_DEFAULT
     309  ("DeblockingFilterControlPresent", m_DeblockingFilterControlPresent, true)
     310#else
    308311  ("DeblockingFilterControlPresent", m_DeblockingFilterControlPresent, false)
     312#endif
    309313#endif
    310314
Note: See TracChangeset for help on using the changeset viewer.