Ignore:
Timestamp:
11 Jul 2014, 03:49:39 (10 years ago)
Author:
mediatek-htm
Message:

Integration of Single Depth Mode proposed in JCT3V-I0095.
The MACRO is "MTK_SINGLE_DEPTH_MODE_I0095".

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-11.2-dev3-MediaTek/source/Lib/TLibEncoder/TEncSearch.h

    r884 r983  
    187187                                  TComYuv*    pcRecoYuv,
    188188                                  UInt        uiPreCalcDistC );
    189  
     189#if MTK_SINGLE_DEPTH_MODE_I0095
     190  Void  estIntraPredSingleDepth  ( TComDataCU* pcCU,
     191                                  TComYuv*    pcOrgYuv,
     192                                  TComYuv*    pcPredYuv,
     193                                  TComYuv*    pcResiYuv,
     194                                  TComYuv*    pcRecoYuv,
     195                                  UInt&       ruiDistC,
     196                                  Bool        bLumaOnly );
     197#endif   
    190198 
    191199  /// encoder estimation - inter prediction (non-skip)
     
    342350                                    UInt         uiAbsPartIdx,
    343351                                    UInt         stateU0V1Both2 );
    344 
     352#if MTK_SINGLE_DEPTH_MODE_I0095
     353  Void xIntraCodingSingleDepth( TComDataCU* pcCU, UInt uiAbsPartIdx, TComYuv* pcOrgYuv, TComYuv* pcPredYuv, Dist& ruiDist, Double& dRDCost, Int iTestDepthIdx, Pel * DepthNeighbor );
     354#endif
    345355#if H_3D_DIM
    346356  // -------------------------------------------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.