Ignore:
Timestamp:
4 May 2015, 18:38:08 (10 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.
Location:
branches/HTM-14.1-update-dev0/source/Lib/TLibExtractor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev0/source/Lib/TLibExtractor/TExtrTop.cpp

    r1179 r1200  
    3737
    3838#include "TExtrTop.h"
    39 #if H_MV
     39#if NH_MV
    4040TExtrTop::TExtrTop()
    4141{
     
    5656{
    5757  //extraction now has to be done using layer_id
    58   UInt uiLayerId      = nalu.m_layerId;
     58  UInt uiLayerId      = nalu.m_nuhLayerId;
    5959
    6060 
    6161  // Initialize entropy decoder
    6262  m_cEntropyDecoder.setEntropyDecoder( &m_cCavlcDecoder );
    63   m_cEntropyDecoder.setBitstream     ( nalu.m_Bitstream );
     63
     64  TComInputBitstream inpBs = nalu.getBitstream();
     65  m_cEntropyDecoder.setBitstream     ( &inpBs );
    6466 
    6567  if ( nalu.m_nalUnitType == NAL_UNIT_VPS )
  • branches/HTM-14.1-update-dev0/source/Lib/TLibExtractor/TExtrTop.h

    r1179 r1200  
    4646#include <set>
    4747
    48 #if H_MV
     48#if NH_MV
    4949// ====================================================================================================================
    5050// Class definition
Note: See TracChangeset for help on using the changeset viewer.