Changeset 125 in SHVCSoftware for trunk/source/Lib/TLibEncoder/TEncSearch.h


Ignore:
Timestamp:
16 Apr 2013, 06:39:31 (12 years ago)
Author:
seregin
Message:

copy from HM-10.0-dev-SHM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibEncoder/TEncSearch.h

    r21 r125  
    44 * granted under this license. 
    55 *
    6  * Copyright (c) 2010-2012, ITU/ISO/IEC
     6 * Copyright (c) 2010-2013, ITU/ISO/IEC
    77 * All rights reserved.
    88 *
     
    9696  // interface to option
    9797  TEncCfg*        m_pcEncCfg;
    98 
     98 
    9999#if SVC_EXTENSION
    100100  TEncTop**       m_ppcTEncTop;
    101 #endif
    102101#if INTRA_BL
    103102  TComPicYuv*     m_pcPicYuvRecBase;       ///< reconstructed base layer
     103#endif
    104104#endif
    105105 
     
    462462                                   ,Bool biPred
    463463                                   );
    464 #if REF_IDX_ME_AROUND_ZEROMV
    465   Void xPatternSearchILR         ( TComDataCU*    pcCU,
    466                                    TComPattern*   pcPatternKey,
    467                                    Pel*           piRefY,
    468                                    Int            iRefStride,
    469                                    TComMv&        rcMv,
    470                                    UInt&          ruiSAD );
    471 #endif
    472  
    473464#if REF_IDX_ME_ZEROMV
    474465  Void xPatternSearchFracDIFMv0  ( TComDataCU*   pcCU,
     
    490481 
    491482  Void xEncodeResidualQT( TComDataCU* pcCU, UInt uiAbsPartIdx, const UInt uiDepth, Bool bSubdivAndCbf, TextType eType );
    492 #if IBDI_DISTORTION
    493   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 #else
    495483  Void xEstimateResidualQT( TComDataCU* pcCU, UInt uiQuadrant, UInt uiAbsPartIdx, UInt absTUPartIdx,TComYuv* pcResi, const UInt uiDepth, Double &rdCost, UInt &ruiBits, UInt &ruiDist, UInt *puiZeroDist );
    496 #endif
    497484  Void xSetResidualQTData( TComDataCU* pcCU, UInt uiQuadrant, UInt uiAbsPartIdx,UInt absTUPartIdx, TComYuv* pcResi, UInt uiDepth, Bool bSpatial );
    498485 
Note: See TracChangeset for help on using the changeset viewer.