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

-(intermediate version)

File:
1 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 )
Note: See TracChangeset for help on using the changeset viewer.