Changeset 41 in SHVCSoftware
- Timestamp:
- 20 Feb 2013, 23:53:32 (12 years ago)
- Location:
- branches/SHM-1.1-dev/source/Lib
- Files:
-
- 5 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 { -
branches/SHM-1.1-dev/source/Lib/TLibDecoder/TDecCu.cpp
r17 r41 546 546 547 547 //===== get prediction signal ===== 548 #if INTRA_BL 548 #if INTRA_BL && !NO_RESIDUAL_FLAG_FOR_BLPRED 549 549 if(pcCU->isIntraBL ( uiAbsPartIdx ) ) 550 550 { … … 651 651 652 652 //===== get prediction signal ===== 653 #if INTRA_BL 653 #if INTRA_BL && !NO_RESIDUAL_FLAG_FOR_BLPRED 654 654 if(pcCU->isIntraBL ( uiAbsPartIdx ) ) 655 655 { -
branches/SHM-1.1-dev/source/Lib/TLibEncoder/TEncSearch.cpp
r33 r41 1057 1057 pcCU->getPattern()->initAdiPattern( pcCU, uiAbsPartIdx, uiTrDepth, m_piYuvExt, m_iYuvExtStride, m_iYuvExtHeight, bAboveAvail, bLeftAvail ); 1058 1058 //===== get prediction signal ===== 1059 #if INTRA_BL 1059 #if INTRA_BL && !NO_RESIDUAL_FLAG_FOR_BLPRED 1060 1060 if(pcCU->isIntraBL ( uiAbsPartIdx ) ) 1061 1061 { … … 1259 1259 1260 1260 //===== get prediction signal ===== 1261 #if INTRA_BL 1261 #if INTRA_BL && !NO_RESIDUAL_FLAG_FOR_BLPRED 1262 1262 if(pcCU->isIntraBL ( uiAbsPartIdx ) ) 1263 1263 {
Note: See TracChangeset for help on using the changeset viewer.