Ignore:
Timestamp:
22 Aug 2013, 13:02:16 (12 years ago)
Author:
kwu-htm
Message:

JCT3V-E0117, "CE6-related: Simplified DC calculation for SDC"

  • a check list file (KWU_E0117.doc)
  • a coding result file (E0117_vs_rev585.xls)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-2.0-dev3-KWU/source/Lib/TLibCommon/TComPrediction.h

    r531 r589  
    174174  Void predIntraLumaDepth         ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiIntraMode, Pel* piPred, UInt uiStride, Int iWidth, Int iHeight, Bool bFastEnc = false );
    175175#if H_3D_DIM_SDC
    176   Void analyzeSegmentsSDC         ( Pel* pOrig, UInt uiStride, UInt uiSize, Pel* rpSegMeans, UInt uiNumSegments, Bool* pMask, UInt uiMaskStride );
     176  Void analyzeSegmentsSDC         ( Pel* pOrig, UInt uiStride, UInt uiSize, Pel* rpSegMeans, UInt uiNumSegments, Bool* pMask, UInt uiMaskStride
     177#if KWU_SDC_SIMPLE_DC_E0117
     178                                    ,UInt uiIntraMode
     179                                    ,Bool orgDC=false
     180#endif
     181    );
    177182#endif
    178183#endif
Note: See TracChangeset for help on using the changeset viewer.