Changeset 1200 in 3DVCSoftware for branches/HTM-14.1-update-dev0/source/Lib/TLibRenderer/TRenInterpFilter.cpp
- Timestamp:
- 4 May 2015, 18:38:08 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-14.1-update-dev0/source/Lib/TLibRenderer/TRenInterpFilter.cpp
r1179 r1200 39 39 40 40 #include "TRenInterpFilter.h" 41 #if H_3D41 #if NH_3D 42 42 43 43 // ==================================================================================================================== … … 45 45 // ==================================================================================================================== 46 46 47 TRenInterpFilter::TRenInterpFilter() 47 template<UInt bitDepthLuma> 48 TRenInterpFilter<bitDepthLuma>::TRenInterpFilter() 48 49 { 49 50 // initial number of taps for Luma 50 51 } 51 52 52 #endif // H_3D 53 template class TRenInterpFilter<REN_BIT_DEPTH>; 54 #endif // NH_3D 53 55
Note: See TracChangeset for help on using the changeset viewer.