Changeset 512 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2/source
- Timestamp:
- 3 Jul 2013, 14:07:30 (11 years ago)
- Location:
- branches/HTM-DEV-0.3-dev2/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev2/source/Lib/TLibCommon/TComDataCU.cpp
r511 r512 2683 2683 if(ucVspMergePos == H_3D_VSP_POSITION && picDepth != NULL && 0 != m_pcSlice->getViewIndex() ) // VSP can be used only when depth is used as input 2684 2684 { 2685 abCandIsInter[iCount] = true;2686 puhInterDirNeighbours[iCount] = 0;2687 vspFlag[iCount] = 1;2688 2689 2685 Bool refViewAvailFlag = false; 2690 2686 UChar predFlag[2] = {0, 0}; … … 2732 2728 } 2733 2729 2730 abCandIsInter[iCount] = true; 2734 2731 puhInterDirNeighbours[iCount] = (predFlag[0] | (predFlag[1] << 1)); 2732 vspFlag[iCount] = 1; 2735 2733 2736 2734 if ( mrgCandIdx == iCount ) -
branches/HTM-DEV-0.3-dev2/source/Lib/TLibCommon/TComPrediction.cpp
r511 r512 1510 1510 1511 1511 Pel* depthTemp, *depthInitial=depth; 1512 for (Int yTxt = 0; yTxt<sizeY; yTxt++)1513 { 1514 for (Int xTxt = 0; xTxt<sizeX; xTxt++)1512 for (Int yTxt = 0; yTxt < sizeY; yTxt++) 1513 { 1514 for (Int xTxt = 0; xTxt < sizeX; xTxt++) 1515 1515 { 1516 1516 if (depthPosX+xTxt < widthDepth)
Note: See TracChangeset for help on using the changeset viewer.