Changeset 480 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2a
- Timestamp:
- 19 Jun 2013, 07:13:02 (11 years ago)
- Location:
- branches/HTM-DEV-0.3-dev2a/source/Lib/TLibEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev2a/source/Lib/TLibEncoder/TEncSearch.cpp
r468 r480 4253 4253 else 4254 4254 { 4255 xPredInterLumaBlk( pcCU, pcPicYuvRef, uiPartAddr, &cMvCand, iSizeX, iSizeY, pcTemplateCand, false 4255 xPredInterLumaBlk( pcCU, pcPicYuvRef, uiPartAddr, &cMvCand, iSizeX, iSizeY, pcTemplateCand, false 4256 #if H_3D_ARP 4257 , false 4258 #endif 4256 4259 #if H_3D_IC 4257 4260 , bICFlag -
branches/HTM-DEV-0.3-dev2a/source/Lib/TLibEncoder/TEncSlice.cpp
r468 r480 936 936 UInt uiTilesAcross = 0; 937 937 #if H_3D_IC 938 if ( pcEncTop->getViewIndex() && pcEncTop->getUseIC() ) // DCP of ViewID 0 is not available 938 if ( pcEncTop->getViewIndex() && pcEncTop->getUseIC() && 939 !( ( pcSlice->getSliceType() == P_SLICE && pcSlice->getPPS()->getUseWP() ) || ( pcSlice->getSliceType() == B_SLICE && pcSlice->getPPS()->getWPBiPred() ) ) 940 ) 939 941 { 940 942 pcSlice ->xSetApplyIC();
Note: See TracChangeset for help on using the changeset viewer.