Changeset 584 in 3DVCSoftware
- Timestamp:
- 18 Aug 2013, 15:38:33 (11 years ago)
- 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 486 486 #if SCU_HS_FAST_DEPTH_INTRA_E0238 487 487 488 UInt TComRdCost::calcVAR (Pel* pi0, Int width, Int height, Int stride, Int cuDepth)488 UInt TComRdCost::calcVAR (Pel* pi0, Int stride, Int width, Int height, Int cuDepth) 489 489 { 490 490 Int temp = 0; … … 500 500 Int cuMaxLog2Size = g_aucConvertToBit[g_uiMaxCUWidth]+2; 501 501 502 if ( width == 4 ) // GT: What is the rational behind this?502 if ( width == 4 ) 503 503 { 504 504 cuDepth = cuMaxLog2Size - 2; -
branches/HTM-DEV-2.0-dev3-SCU-Hisilicon/source/Lib/TLibCommon/TComRdCost.h
r583 r584 229 229 UInt calcHAD(Int bitDepth, Pel* pi0, Int iStride0, Pel* pi1, Int iStride1, Int iWidth, Int iHeight ); 230 230 #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); 232 232 #endif 233 233 // for motion cost
Note: See TracChangeset for help on using the changeset viewer.