Changeset 1394 in 3DVCSoftware for branches/HTM-16.0-dev1/source/Lib/TLibCommon/TComRdCost.cpp
- Timestamp:
- 4 Mar 2016, 09:42:34 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-16.0-dev1/source/Lib/TLibCommon/TComRdCost.cpp
r1386 r1394 252 252 rcDistParam.DistFunc = TComRdCost::xGetMaskedSAD; 253 253 } 254 #if NH_3D_VSO 254 255 else if( eDFunc >= DF_VSD && eDFunc <= DF_VSD16N ) 255 256 { 256 257 rcDistParam.DistFunc = TComRdCost::xGetMaskedVSD; 257 258 } 259 #endif 258 260 else if( eDFunc >= DF_SAD12 && eDFunc <= DF_SADS48 ) 259 261 { … … 626 628 } 627 629 628 630 #if NH_3D_VSO 629 631 UInt TComRdCost::xGetMaskedVSD( DistParam* pcDtParam ) 630 632 { … … 660 662 return ( uiSum ); 661 663 } 664 #endif 662 665 #endif 663 666 // --------------------------------------------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.