Changeset 41 in SHVCSoftware for branches/SHM-1.1-dev/source/Lib/TLibCommon
- Timestamp:
- 20 Feb 2013, 23:53:32 (12 years ago)
- Location:
- branches/SHM-1.1-dev/source/Lib/TLibCommon
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-1.1-dev/source/Lib/TLibCommon/TComDataCU.cpp
r40 r41 4842 4842 } 4843 4843 4844 #if INTRA_BL 4844 #if INTRA_BL && !NO_RESIDUAL_FLAG_FOR_BLPRED 4845 4845 Void TComDataCU::getBaseLumaBlk ( UInt uiWidth, UInt uiHeight, UInt uiAbsPartIdx, Pel* piPred, UInt uiStride ) 4846 4846 { -
branches/SHM-1.1-dev/source/Lib/TLibCommon/TComDataCU.h
r28 r41 526 526 // ------------------------------------------------------------------------------------------------------------------- 527 527 528 #if INTRA_BL 528 #if INTRA_BL && !NO_RESIDUAL_FLAG_FOR_BLPRED 529 529 Void getBaseLumaBlk ( UInt uiWidth, UInt uiHeight, UInt uiAbsPartIdx, Pel* piPred, UInt uiStride ); 530 530 Void getBaseChromaBlk ( UInt uiWidth, UInt uiHeight, UInt uiAbsPartIdx, Pel* piPred, UInt uiStride, UInt uiChromaId ); -
branches/SHM-1.1-dev/source/Lib/TLibCommon/TComPrediction.cpp
r2 r41 407 407 } 408 408 409 #if INTRA_BL 409 #if INTRA_BL && !NO_RESIDUAL_FLAG_FOR_BLPRED 410 410 Void TComPrediction::getBaseBlk( TComDataCU* pcCU, TComYuv* pcYuvPred, Int iPartAddr, Int iWidth, Int iHeight ) 411 411 {
Note: See TracChangeset for help on using the changeset viewer.