Ignore:
Timestamp:
11 Jun 2015, 01:07:43 (9 years ago)
Author:
ntt
Message:

Reactivation of VSP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev3-NTT/source/Lib/TLibCommon/TComMotionInfo.h

    r1233 r1255  
    170170  Void    setMvFieldSP ( TComDataCU* pcCU, UInt uiAbsPartIdx, TComMvField cMvField, Int iWidth, Int iHeight  );
    171171#endif
    172 #if H_3D_VSP
     172#if NH_3D_VSP
    173173  Void    setMv         ( Int iIdx, TComMv const & rcMv ) { m_pcMv[iIdx] = rcMv; }
    174174  Void    setRefIdx     ( Int iIdx, Int iRefIdx )         { m_piRefIdx[iIdx] = iRefIdx; }
     
    200200  TComMvField           m_cMvField[2];
    201201  UChar                 m_uDir;
    202 #if H_3D_VSP
     202#if NH_3D_VSP
    203203  Int                   m_iVspFlag;
    204 #endif 
     204#endif
    205205#if H_3D_SPIVMP
    206206  Bool                  m_bSPIVMPFlag;
     
    212212    m_bAvailable = false;
    213213    m_uDir = 0;
    214 #if H_3D_VSP
     214#if NH_3D_VSP
    215215    m_iVspFlag = 0;
    216216#endif
     
    231231    m_bAvailable = false;
    232232    m_uDir = 0;
    233 #if H_3D_VSP
     233#if NH_3D_VSP
    234234    m_iVspFlag = 0;
    235235#endif
     
    242242
    243243  Void setCand(TComMvField* pcMvFieldNeighbours, UChar uhInterDirNeighbours
    244 #if H_3D_VSP
     244#if NH_3D_VSP
    245245    , Int vspFlag
    246246#endif
     
    254254    m_cMvField[1] = pcMvFieldNeighbours[1];
    255255    m_uDir = uhInterDirNeighbours;
    256 #if H_3D_VSP
     256#if NH_3D_VSP
    257257    m_iVspFlag = vspFlag;
    258258#endif
     
    263263 
    264264  Void getCand(Int iCount, TComMvField* pcMvFieldNeighbours, UChar* puhInterDirNeighbours
    265 #if H_3D_VSP
     265#if NH_3D_VSP
    266266    , Int* vspFlag
    267267#endif
     
    274274    pcMvFieldNeighbours[(iCount<<1) + 1] = m_cMvField[1];
    275275    puhInterDirNeighbours[iCount] = m_uDir;
    276 #if H_3D_VSP
     276#if NH_3D_VSP
    277277    vspFlag[iCount] = m_iVspFlag;
    278278#endif
Note: See TracChangeset for help on using the changeset viewer.