Changeset 468 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2a/source/Lib/TLibCommon/TComRdCost.h
- Timestamp:
- 16 Jun 2013, 05:33:39 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev2a/source/Lib/TLibCommon/TComRdCost.h
r446 r468 91 91 Int iStrideVir; 92 92 #endif 93 #if H_3D_IC 94 Bool bUseIC; 95 #endif 93 96 Int iRows; 94 97 Int iCols; … … 268 271 static UInt xGetSSE64 ( DistParam* pcDtParam ); 269 272 static UInt xGetSSE16N ( DistParam* pcDtParam ); 270 273 #if H_3D_IC 274 static UInt xGetSADic ( DistParam* pcDtParam ); 275 static UInt xGetSAD4ic ( DistParam* pcDtParam ); 276 static UInt xGetSAD8ic ( DistParam* pcDtParam ); 277 static UInt xGetSAD16ic ( DistParam* pcDtParam ); 278 static UInt xGetSAD32ic ( DistParam* pcDtParam ); 279 static UInt xGetSAD64ic ( DistParam* pcDtParam ); 280 static UInt xGetSAD16Nic ( DistParam* pcDtParam ); 281 #endif 271 282 static UInt xGetSAD ( DistParam* pcDtParam ); 272 283 static UInt xGetSAD4 ( DistParam* pcDtParam ); … … 288 299 289 300 #if AMP_SAD 301 #if H_3D_IC 302 static UInt xGetSAD12ic ( DistParam* pcDtParam ); 303 static UInt xGetSAD24ic ( DistParam* pcDtParam ); 304 static UInt xGetSAD48ic ( DistParam* pcDtParam ); 305 #endif 290 306 static UInt xGetSAD12 ( DistParam* pcDtParam ); 291 307 static UInt xGetSAD24 ( DistParam* pcDtParam ); … … 294 310 #endif 295 311 312 #if H_3D_IC 313 static UInt xGetHADsic ( DistParam* pcDtParam ); 314 #endif 296 315 static UInt xGetHADs4 ( DistParam* pcDtParam ); 297 316 static UInt xGetHADs8 ( DistParam* pcDtParam );
Note: See TracChangeset for help on using the changeset viewer.