Changeset 125 in SHVCSoftware for trunk/source/Lib/TLibEncoder/TEncSearch.h
- Timestamp:
- 16 Apr 2013, 06:39:31 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibEncoder/TEncSearch.h
r21 r125 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 2, ITU/ISO/IEC6 * Copyright (c) 2010-2013, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * … … 96 96 // interface to option 97 97 TEncCfg* m_pcEncCfg; 98 98 99 99 #if SVC_EXTENSION 100 100 TEncTop** m_ppcTEncTop; 101 #endif102 101 #if INTRA_BL 103 102 TComPicYuv* m_pcPicYuvRecBase; ///< reconstructed base layer 103 #endif 104 104 #endif 105 105 … … 462 462 ,Bool biPred 463 463 ); 464 #if REF_IDX_ME_AROUND_ZEROMV465 Void xPatternSearchILR ( TComDataCU* pcCU,466 TComPattern* pcPatternKey,467 Pel* piRefY,468 Int iRefStride,469 TComMv& rcMv,470 UInt& ruiSAD );471 #endif472 473 464 #if REF_IDX_ME_ZEROMV 474 465 Void xPatternSearchFracDIFMv0 ( TComDataCU* pcCU, … … 490 481 491 482 Void xEncodeResidualQT( TComDataCU* pcCU, UInt uiAbsPartIdx, const UInt uiDepth, Bool bSubdivAndCbf, TextType eType ); 492 #if IBDI_DISTORTION493 Void xEstimateResidualQT( TComDataCU* pcCU, UInt uiQuadrant, UInt uiAbsPartIdx, UInt absTUPartIdx,TComYuv* pcOrg, TComYuv* pcPred, TComYuv* pcResi, const UInt uiDepth, Double &rdCost, UInt &ruiBits, UInt &ruiDist, UInt *puiZeroDist );494 #else495 483 Void xEstimateResidualQT( TComDataCU* pcCU, UInt uiQuadrant, UInt uiAbsPartIdx, UInt absTUPartIdx,TComYuv* pcResi, const UInt uiDepth, Double &rdCost, UInt &ruiBits, UInt &ruiDist, UInt *puiZeroDist ); 496 #endif497 484 Void xSetResidualQTData( TComDataCU* pcCU, UInt uiQuadrant, UInt uiAbsPartIdx,UInt absTUPartIdx, TComYuv* pcResi, UInt uiDepth, Bool bSpatial ); 498 485
Note: See TracChangeset for help on using the changeset viewer.