Changeset 1304 in 3DVCSoftware for branches/HTM-14.1-update-dev1/source/Lib/TLibCommon/TComRdCost.h
- Timestamp:
- 29 Jul 2015, 12:04:32 (10 years ago)
- Location:
- branches/HTM-14.1-update-dev1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-14.1-update-dev1
- Property svn:mergeinfo changed
/branches/HTM-14.1-update-dev1-LG (added) merged: 1296,1303
- Property svn:mergeinfo changed
-
branches/HTM-14.1-update-dev1/source/Lib/TLibCommon/TComRdCost.h
r1279 r1304 94 94 Bool bUseIC; 95 95 #endif 96 #if H_3D_INTER_SDC96 #if NH_3D_SDC_INTER 97 97 Bool bUseSDCMRSAD; 98 98 #endif … … 129 129 iStrideVir = 0; 130 130 #endif 131 #if H_3D_INTER_SDC131 #if NH_3D_SDC_INTER 132 132 bUseSDCMRSAD = false; 133 133 #endif … … 256 256 static Distortion xGetSSE64 ( DistParam* pcDtParam ); 257 257 static Distortion xGetSSE16N ( DistParam* pcDtParam ); 258 #if NH_3D_IC || H_3D_INTER_SDC258 #if NH_3D_IC || NH_3D_SDC_INTER 259 259 static UInt xGetSADic ( DistParam* pcDtParam ); 260 260 static UInt xGetSAD4ic ( DistParam* pcDtParam ); … … 283 283 #endif 284 284 285 #if NH_3D_IC || H_3D_INTER_SDC285 #if NH_3D_IC || NH_3D_SDC_INTER 286 286 static UInt xGetSAD12ic ( DistParam* pcDtParam ); 287 287 static UInt xGetSAD24ic ( DistParam* pcDtParam ); … … 294 294 295 295 296 #if NH_3D_IC || H_3D_INTER_SDC296 #if NH_3D_IC || NH_3D_SDC_INTER 297 297 static UInt xGetHADsic ( DistParam* pcDtParam ); 298 298 #endif
Note: See TracChangeset for help on using the changeset viewer.