Ignore:
Timestamp:
6 Nov 2015, 16:18:36 (8 years ago)
Author:
tech
Message:

Macro fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-15.2-dev/source/Lib/TLibCommon/TComRdCost.h

    r1370 r1373  
    4646#include "TComSlice.h"
    4747#include "TComRdCostWeightPrediction.h"
    48 #if NH_3D
     48#if NH_3D_VSO
    4949#include "../TLibRenderer/TRenModel.h"
    5050#include "TComYuv.h"
     
    5757class DistParam;
    5858class TComPattern;
    59 #if NH_3D
     59#if NH_3D_VSO
    6060class TComRdCost;
    6161#endif
     
    6868typedef Distortion (*FpDistFunc) (DistParam*); // TODO: can this pointer be replaced with a reference? - there are no NULL checks on pointer.
    6969
    70 #if NH_3D
     70
    7171#if NH_3D_VSO
    7272typedef Dist (TComRdCost::*FpDistFuncVSO) ( Int, Int, Pel*, Int, Pel*, Int, UInt, UInt, Bool );
    73 #endif
    7473#endif
    7574// ====================================================================================================================
Note: See TracChangeset for help on using the changeset viewer.