Changeset 302 in SHVCSoftware for branches/SHM-2.1-dev/source/Lib/TLibCommon/TComRdCost.h
- Timestamp:
- 28 Jun 2013, 00:40:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.1-dev/source/Lib/TLibCommon/TComRdCost.h
r191 r302 168 168 #if RATE_CONTROL_LAMBDA_DOMAIN 169 169 Double getLambda() { return m_dLambda; } 170 #if M0036_RC_IMPROVEMENT 171 Double getChromaWeight () {return((m_cbDistortionWeight+m_crDistortionWeight)/2.0);} 172 #endif 170 173 #endif 171 174 … … 264 267 #endif 265 268 266 #if RATE_CONTROL_LAMBDA_DOMAIN 269 #if RATE_CONTROL_LAMBDA_DOMAIN && !M0036_RC_IMPROVEMENT 267 270 UInt getSADPart ( Int bitDepth, Pel* pelCur, Int curStride, Pel* pelOrg, Int orgStride, UInt width, UInt height ); 268 271 #endif
Note: See TracChangeset for help on using the changeset viewer.