Changeset 512 in 3DVCSoftware


Ignore:
Timestamp:
3 Jul 2013, 14:07:30 (11 years ago)
Author:
mitsubishi-htm
Message:

-(intermediate version)

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  
    26832683  if(ucVspMergePos == H_3D_VSP_POSITION && picDepth != NULL && 0 != m_pcSlice->getViewIndex() ) // VSP can be used only when depth is used as input
    26842684  {
    2685     abCandIsInter[iCount] = true;
    2686     puhInterDirNeighbours[iCount] = 0;
    2687     vspFlag[iCount] = 1;
    2688 
    26892685    Bool refViewAvailFlag = false;
    26902686    UChar predFlag[2] = {0, 0};
     
    27322728    }
    27332729
     2730    abCandIsInter[iCount] = true;
    27342731    puhInterDirNeighbours[iCount] = (predFlag[0] | (predFlag[1] << 1));
     2732    vspFlag[iCount] = 1;
    27352733
    27362734    if ( mrgCandIdx == iCount )
  • branches/HTM-DEV-0.3-dev2/source/Lib/TLibCommon/TComPrediction.cpp

    r511 r512  
    15101510
    15111511  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++)
    15151515    {
    15161516      if (depthPosX+xTxt < widthDepth)
Note: See TracChangeset for help on using the changeset viewer.