Changeset 384 in 3DVCSoftware for branches/HTM-6.2-dev1-MediaTek/source/Lib/TLibDecoder/TDecCu.cpp
- Timestamp:
- 9 May 2013, 07:51:01 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-6.2-dev1-MediaTek/source/Lib/TLibDecoder/TDecCu.cpp
r355 r384 373 373 Int iVSPIndexTrue[3] = {-1, -1, -1}; 374 374 m_ppcCU[uiDepth]->getInterMergeCandidates( 0, 0, uiDepth, cMvFieldNeighbours, uhInterDirNeighbours, numValidMergeCand, iVSPIndexTrue, uiMergeIndex ); 375 376 #if MTK_D0156 377 if( !pcCU->getSlice()->getSPS()->getUseVSPCompensation() ) 378 { 379 pcCU->setVSPIndexSubParts( 0, uiAbsPartIdx, 0, uiDepth ); 380 } 381 else 382 #endif 375 383 { 376 384 Int iVSPIdx = 0;
Note: See TracChangeset for help on using the changeset viewer.