Changeset 1363 in 3DVCSoftware


Ignore:
Timestamp:
28 Oct 2015, 19:21:38 (8 years ago)
Author:
tech
Message:

Align macros

Location:
branches/HTM-15.2-dev/source/Lib/TLibCommon
Files:
2 edited

Legend:

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

    r1362 r1363  
    9090  Void filterVer(const ComponentID compID, Pel *src, Int srcStride, Pel *dst, Int dstStride, Int width, Int height, Int frac, Bool isFirst, Bool isLast, const ChromaFormat fmt, const Int bitDepth
    9191#if NH_3D_ARP
    92     , Bool filterType = false
     92  Void filterVer(const ComponentID compID, Pel *src, Int srcStride, Pel *dst, Int dstStride, Int width, Int height, Int frac, Bool isFirst, Bool isLast, const ChromaFormat fmt, const Int bitDepth , Bool filterType = false );
     93#else
     94  Void filterVer(const ComponentID compID, Pel *src, Int srcStride, Pel *dst, Int dstStride, Int width, Int height, Int frac, Bool isFirst, Bool isLast, const ChromaFormat fmt, const Int bitDepth );
    9395#endif
    94 );
    9596};
    9697
  • branches/HTM-15.2-dev/source/Lib/TLibCommon/TComMv.h

    r1362 r1363  
    153153#endif
    154154#endif
     155
    155156#if !ME_ENABLE_ROUNDING_OF_MVS
    156157  const TComMv& operator>>= (const Int i)
Note: See TracChangeset for help on using the changeset viewer.