Changeset 655 in 3DVCSoftware for trunk/source/Lib/TLibCommon/TComRdCost.h
- Timestamp:
- 23 Oct 2013, 23:01:30 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibCommon/TComRdCost.h
r622 r655 94 94 Bool bUseIC; 95 95 #endif 96 #if LGE_INTER_SDC_E015696 #if H_3D_INTER_SDC 97 97 Bool bUseSDCMRSAD; 98 98 #endif … … 136 136 iStrideVir = 0; 137 137 #endif 138 #if LGE_INTER_SDC_E0156138 #if H_3D_INTER_SDC 139 139 bUseSDCMRSAD = false; 140 140 #endif … … 148 148 private: 149 149 // for distortion 150 Int m_iBlkWidth;151 Int m_iBlkHeight;152 150 153 151 #if AMP_SAD … … 235 233 UInt calcHAD(Int bitDepth, Pel* pi0, Int iStride0, Pel* pi1, Int iStride1, Int iWidth, Int iHeight ); 236 234 237 #if SCU_HS_FAST_DEPTH_INTRA_E0238_HHIFIX235 #if H_3D_FAST_DEPTH_INTRA 238 236 UInt calcVAR(Pel* pi0, Int stride, Int width, Int height, Int cuDepth); 239 237 #endif … … 283 281 static UInt xGetSSE64 ( DistParam* pcDtParam ); 284 282 static UInt xGetSSE16N ( DistParam* pcDtParam ); 285 #if H_3D_IC || LGE_INTER_SDC_E0156283 #if H_3D_IC || H_3D_INTER_SDC 286 284 static UInt xGetSADic ( DistParam* pcDtParam ); 287 285 static UInt xGetSAD4ic ( DistParam* pcDtParam ); … … 311 309 312 310 #if AMP_SAD 313 #if H_3D_IC || LGE_INTER_SDC_E0156311 #if H_3D_IC || H_3D_INTER_SDC 314 312 static UInt xGetSAD12ic ( DistParam* pcDtParam ); 315 313 static UInt xGetSAD24ic ( DistParam* pcDtParam ); … … 322 320 #endif 323 321 324 #if H_3D_IC || LGE_INTER_SDC_E0156322 #if H_3D_IC || H_3D_INTER_SDC 325 323 static UInt xGetHADsic ( DistParam* pcDtParam ); 326 324 #endif … … 343 341 #endif 344 342 345 #if RATE_CONTROL_LAMBDA_DOMAIN && !M0036_RC_IMPROVEMENT343 #if (RATE_CONTROL_LAMBDA_DOMAIN && !M0036_RC_IMPROVEMENT) || KWU_RC_MADPRED_E0227 346 344 UInt getSADPart ( Int bitDepth, Pel* pelCur, Int curStride, Pel* pelOrg, Int orgStride, UInt width, UInt height ); 347 345 #endif
Note: See TracChangeset for help on using the changeset viewer.