Changeset 1325 in 3DVCSoftware for branches/HTM-15.1-MV-draft-4/source/Lib/TLibEncoder/TEncGOP.h
- Timestamp:
- 7 Sep 2015, 18:40:35 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-15.1-MV-draft-4/source/Lib/TLibEncoder/TEncGOP.h
r1313 r1325 58 58 #include "TEncAnalyze.h" 59 59 #include "TEncRateCtrl.h" 60 #if KWU_RC_MADPRED_E022761 #include "../App/TAppEncoder/TAppEncTop.h"62 #endif63 60 #include <vector> 64 61 … … 127 124 Int m_layerId; 128 125 Int m_viewId; 129 #if NH_3D130 Int m_viewIndex;131 Bool m_isDepth;132 #endif133 #endif134 #if NH_3D_IC135 Int* m_aICEnableCandidate;136 Int* m_aICEnableNum;137 126 #endif 138 127 //--Adaptive Loop filter … … 176 165 Int getLayerId () { return m_layerId; } 177 166 Int getViewId () { return m_viewId; } 178 #if NH_3D179 Int getViewIndex () { return m_viewIndex; }180 Bool getIsDepth () { return m_isDepth; }181 #endif182 167 #endif 183 168 … … 186 171 TComList<TComPic*>* getListPic() { return m_pcListPic; } 187 172 Void printOutSummary ( UInt uiNumAllPicCoded, Bool isField, const Bool printMSEBasedSNR, const Bool printSequenceMSE, const BitDepths &bitDepths ); 188 #if NH_3D_VSO189 Void preLoopFilterPicAll ( TComPic* pcPic, Dist64& ruiDist);190 #else191 173 Void preLoopFilterPicAll ( TComPic* pcPic, UInt64& ruiDist ); 192 #endif 193 194 #if KWU_RC_MADPRED_E0227 195 TEncTop* getEncTop() { return m_pcEncTop; } 196 #endif 174 197 175 198 176 TEncSlice* getSliceEncoder() { return m_pcSliceEncoder; } … … 213 191 TComPicYuv* pcPicRecFirstField, TComPicYuv* pcPicRecSecondField, 214 192 const InputColourSpaceConversion snr_conversion, const Bool printFrameMSE ); 215 #if NH_3D_VSO216 Dist64 xFindDistortionFrame (TComPicYuv* pcPic0, TComPicYuv* pcPic1, const BitDepths &bitDepths);217 #else218 193 UInt64 xFindDistortionFrame (TComPicYuv* pcPic0, TComPicYuv* pcPic1, const BitDepths &bitDepths); 219 #endif220 194 Double xCalculateRVM(); 221 195
Note: See TracChangeset for help on using the changeset viewer.