Ignore:
Timestamp:
4 May 2015, 18:38:08 (9 years ago)
Author:
tech
Message:

Update to HM-16.5.
Starting point for further re-activation of 3D-tools.

Includes:

active:

  • MV-HEVC
  • 3D-HLS (apart from DLT)
  • VSO

inactive:

  • remaining 3D-HEVC tools.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev0/source/Lib/TLibRenderer/TRenInterpFilter.cpp

    r1179 r1200  
    3939
    4040#include "TRenInterpFilter.h"
    41 #if H_3D
     41#if NH_3D
    4242
    4343// ====================================================================================================================
     
    4545// ====================================================================================================================
    4646
    47 TRenInterpFilter::TRenInterpFilter()
     47template<UInt bitDepthLuma>
     48TRenInterpFilter<bitDepthLuma>::TRenInterpFilter()
    4849{
    4950  // initial number of taps for Luma
    5051}
    5152
    52 #endif // H_3D
     53template class TRenInterpFilter<REN_BIT_DEPTH>;
     54#endif // NH_3D
    5355
Note: See TracChangeset for help on using the changeset viewer.