Ignore:
Timestamp:
7 Sep 2015, 18:40:35 (10 years ago)
Author:
tech
Message:

Removed 3D-HEVC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-15.1-MV-draft-4/source/Lib/TLibEncoder/TEncGOP.h

    r1313 r1325  
    5858#include "TEncAnalyze.h"
    5959#include "TEncRateCtrl.h"
    60 #if KWU_RC_MADPRED_E0227
    61 #include "../App/TAppEncoder/TAppEncTop.h"
    62 #endif
    6360#include <vector>
    6461
     
    127124  Int                     m_layerId; 
    128125  Int                     m_viewId;
    129 #if NH_3D
    130   Int                     m_viewIndex;
    131   Bool                    m_isDepth;
    132 #endif
    133 #endif
    134 #if NH_3D_IC
    135   Int*                    m_aICEnableCandidate;
    136   Int*                    m_aICEnableNum;
    137126#endif
    138127  //--Adaptive Loop filter
     
    176165  Int       getLayerId       ()                 { return m_layerId;    } 
    177166  Int       getViewId        ()                 { return m_viewId;    }
    178 #if NH_3D
    179   Int       getViewIndex     ()                 { return m_viewIndex;    }
    180   Bool      getIsDepth       ()                 { return m_isDepth; }
    181 #endif
    182167#endif
    183168
     
    186171  TComList<TComPic*>*   getListPic()      { return m_pcListPic; }
    187172  Void  printOutSummary      ( UInt uiNumAllPicCoded, Bool isField, const Bool printMSEBasedSNR, const Bool printSequenceMSE, const BitDepths &bitDepths );
    188 #if NH_3D_VSO
    189   Void  preLoopFilterPicAll  ( TComPic* pcPic, Dist64& ruiDist);
    190 #else
    191173  Void  preLoopFilterPicAll  ( TComPic* pcPic, UInt64& ruiDist );
    192 #endif
    193 
    194 #if KWU_RC_MADPRED_E0227
    195   TEncTop* getEncTop() { return m_pcEncTop; }
    196 #endif
     174
    197175
    198176  TEncSlice*  getSliceEncoder()   { return m_pcSliceEncoder; }
     
    213191                                     TComPicYuv* pcPicRecFirstField, TComPicYuv* pcPicRecSecondField,
    214192                                     const InputColourSpaceConversion snr_conversion, const Bool printFrameMSE );
    215 #if NH_3D_VSO
    216   Dist64 xFindDistortionFrame (TComPicYuv* pcPic0, TComPicYuv* pcPic1, const BitDepths &bitDepths);
    217 #else 
    218193  UInt64 xFindDistortionFrame (TComPicYuv* pcPic0, TComPicYuv* pcPic1, const BitDepths &bitDepths);
    219 #endif
    220194  Double xCalculateRVM();
    221195
Note: See TracChangeset for help on using the changeset viewer.