Changeset 584 in 3DVCSoftware


Ignore:
Timestamp:
18 Aug 2013, 15:38:33 (11 years ago)
Author:
hisilicon-htm
Message:

JCT3V-E0242: On DMM Simplification
JCT3V-E0238: Fast Intra Prediction Mode Selection for Intra Depth Map Coding

Location:
branches/HTM-DEV-2.0-dev3-SCU-Hisilicon/source/Lib/TLibCommon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-2.0-dev3-SCU-Hisilicon/source/Lib/TLibCommon/TComRdCost.cpp

    r583 r584  
    486486#if SCU_HS_FAST_DEPTH_INTRA_E0238
    487487
    488 UInt TComRdCost::calcVAR (Pel* pi0, Int width, Int height, Int stride, Int cuDepth)
     488UInt TComRdCost::calcVAR (Pel* pi0, Int stride, Int width, Int height, Int cuDepth)
    489489{
    490490  Int temp = 0;
     
    500500  Int cuMaxLog2Size = g_aucConvertToBit[g_uiMaxCUWidth]+2;
    501501 
    502   if ( width == 4 ) // GT: What is the rational behind this?
     502  if ( width == 4 )
    503503  {
    504504    cuDepth = cuMaxLog2Size - 2;
  • branches/HTM-DEV-2.0-dev3-SCU-Hisilicon/source/Lib/TLibCommon/TComRdCost.h

    r583 r584  
    229229  UInt    calcHAD(Int bitDepth, Pel* pi0, Int iStride0, Pel* pi1, Int iStride1, Int iWidth, Int iHeight );
    230230#if SCU_HS_FAST_DEPTH_INTRA_E0238
    231   UInt    calcVAR(Pel* pi0, Int width, Int height, Int stride, Int cuDepth);
     231  UInt    calcVAR(Pel* pi0, Int stride, Int width, Int height, Int cuDepth);
    232232#endif 
    233233  // for motion cost
Note: See TracChangeset for help on using the changeset viewer.