Ignore:
Timestamp:
16 Jun 2015, 04:13:09 (9 years ago)
Author:
mediatek-htm
Message:

The reactivation of depth intra skip mode (DIS), the MACRO is "NH_3D_DIS".

by Yi-Wen Chen (yiwen.chen@…)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev1-MediaTek/source/Lib/TLibDecoder/TDecEntropy.h

    r1227 r1258  
    3838#ifndef __TDECENTROPY__
    3939#define __TDECENTROPY__
    40 
    4140#include "TLibCommon/CommonDef.h"
    4241#include "TLibCommon/TComBitStream.h"
     
    4544#include "TLibCommon/TComSampleAdaptiveOffset.h"
    4645#include "TLibCommon/TComRectangle.h"
    47 
    4846class TDecSbac;
    4947class TDecCavlc;
     
    7876public:
    7977  virtual Void parseSkipFlag      ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ) = 0;
    80 #if H_3D
     78#if NH_3D_DIS
    8179  virtual Void parseDIS           ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ) = 0;
    8280#endif
     
    167165  Void decodeSplitFlag         ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth );
    168166  Void decodeSkipFlag          ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth );
    169 #if H_3D
     167#if NH_3D_DIS
    170168  Void decodeDIS               ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ) ;
    171169#endif
Note: See TracChangeset for help on using the changeset viewer.