- Timestamp:
- 28 Oct 2015, 19:21:38 (9 years ago)
- 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 90 90 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 91 91 #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 ); 93 95 #endif 94 );95 96 }; 96 97 -
branches/HTM-15.2-dev/source/Lib/TLibCommon/TComMv.h
r1362 r1363 153 153 #endif 154 154 #endif 155 155 156 #if !ME_ENABLE_ROUNDING_OF_MVS 156 157 const TComMv& operator>>= (const Int i)
Note: See TracChangeset for help on using the changeset viewer.