Ignore:
Timestamp:
28 Jun 2013, 00:40:00 (11 years ago)
Author:
seregin
Message:

update to HM11.0

File:
1 edited

Legend:

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

    r191 r302  
    168168#if RATE_CONTROL_LAMBDA_DOMAIN
    169169  Double  getLambda() { return m_dLambda; }
     170#if M0036_RC_IMPROVEMENT
     171  Double  getChromaWeight () {return((m_cbDistortionWeight+m_crDistortionWeight)/2.0);}
     172#endif
    170173#endif
    171174 
     
    264267#endif
    265268
    266 #if RATE_CONTROL_LAMBDA_DOMAIN
     269#if RATE_CONTROL_LAMBDA_DOMAIN && !M0036_RC_IMPROVEMENT
    267270  UInt   getSADPart ( Int bitDepth, Pel* pelCur, Int curStride,  Pel* pelOrg, Int orgStride, UInt width, UInt height );
    268271#endif
Note: See TracChangeset for help on using the changeset viewer.