Ignore:
Timestamp:
4 Mar 2016, 09:42:34 (9 years ago)
Author:
tech
Message:

Clean-up VSO.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-16.0-dev1/source/Lib/TLibCommon/TComRdCost.cpp

    r1386 r1394  
    252252      rcDistParam.DistFunc = TComRdCost::xGetMaskedSAD;
    253253    }
     254#if NH_3D_VSO
    254255    else if( eDFunc >= DF_VSD && eDFunc <= DF_VSD16N )
    255256    {
    256257      rcDistParam.DistFunc = TComRdCost::xGetMaskedVSD;
    257258    }
     259#endif
    258260    else if( eDFunc >= DF_SAD12 && eDFunc <= DF_SADS48 )
    259261    {
     
    626628}
    627629
    628 
     630#if NH_3D_VSO
    629631UInt TComRdCost::xGetMaskedVSD( DistParam* pcDtParam )
    630632{
     
    660662  return ( uiSum );
    661663}
     664#endif
    662665#endif
    663666// --------------------------------------------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.