Changeset 384 in 3DVCSoftware for branches/HTM-6.2-dev1-MediaTek/source/Lib/TLibEncoder/TEncSearch.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/TLibEncoder/TEncSearch.cpp
r355 r384 2989 2989 pcCU->getCUMvField(REF_PIC_LIST_1)->setAllMvField( cMvFieldNeighbours[1 + 2*uiMergeCand], ePartSize, uiAbsPartIdx, 0, iPUIdx ); 2990 2990 #if MERL_VSP_C0152 2991 #if MTK_D0156 2992 if( !pcCU->getSlice()->getSPS()->getUseVSPCompensation() ) 2993 { 2994 pcCU->setVSPIndexSubParts( 0, uiAbsPartIdx, iPUIdx, pcCU->getDepth( uiAbsPartIdx ) ); 2995 } 2996 else 2997 #endif 2991 2998 { 2992 2999 Int iVSPIdx = 0; … … 3718 3725 pcCU->setMergeIndexSubParts( uiMRGIndex, uiPartAddr, iPartIdx, pcCU->getDepth( uiPartAddr ) ); 3719 3726 #if MERL_VSP_C0152 3727 3728 #if MTK_D0156 3729 if( !pcCU->getSlice()->getSPS()->getUseVSPCompensation() ) 3730 { 3731 pcCU->setVSPIndexSubParts( 0, uiPartAddr, iPartIdx, pcCU->getDepth( uiPartAddr ) ); 3732 } 3733 else 3734 #endif 3720 3735 { 3721 3736 Int iVSPIdx = 0;
Note: See TracChangeset for help on using the changeset viewer.