Ignore:
Timestamp:
5 Jul 2014, 09:11:50 (10 years ago)
Author:
tech
Message:

Cleanup part 2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-11.1-dev0/source/Lib/TLibEncoder/TEncSearch.cpp

    r967 r968  
    36813681      pcCU->xGetInterMergeCandidates( 0, 0, cMvFieldNeighbours,uhInterDirNeighbours
    36823682#if H_3D_VSP
    3683 #if !ETRIKHU_CLEANUP_H0083
    3684                                         , vspFlag
    3685 #endif
    36863683                                        , inheritedVSPDisInfo
    36873684#endif
    36883685#if H_3D_SPIVMP
    3689 #if !ETRIKHU_CLEANUP_H0083_MISSING
    3690         , pbSPIVMPFlag
    3691 #endif
    36923686        , pcMvFieldSP, puhInterDirSP
    36933687#endif
     
    36953689        );
    36963690
    3697 #if ETRIKHU_CLEANUP_H0083
    36983691      pcCU->buildMCL( cMvFieldNeighbours,uhInterDirNeighbours
    36993692#if H_3D_VSP
     
    37053698                                        , numValidMergeCand
    37063699        );
    3707 #endif
    37083700#else
    37093701      pcCU->getInterMergeCandidates( 0, 0, cMvFieldNeighbours,uhInterDirNeighbours, numValidMergeCand );
     
    37193711    pcCU->xGetInterMergeCandidates( uiAbsPartIdx, iPUIdx, cMvFieldNeighbours, uhInterDirNeighbours
    37203712#if H_3D_VSP
    3721 #if !ETRIKHU_CLEANUP_H0083
    3722                                       , vspFlag
    3723 #endif
    37243713                                      , inheritedVSPDisInfo
    37253714#endif
    37263715#if H_3D_SPIVMP
    3727 #if !ETRIKHU_CLEANUP_H0083_MISSING
    3728       , pbSPIVMPFlag
    3729 #endif
    37303716      , pcMvFieldSP, puhInterDirSP
    37313717#endif
     
    37333719      );
    37343720
    3735 #if ETRIKHU_CLEANUP_H0083
    37363721    pcCU->buildMCL( cMvFieldNeighbours, uhInterDirNeighbours
    37373722#if H_3D_VSP
     
    37433728                                      , numValidMergeCand
    37443729      );
    3745 #endif
    37463730#else
    37473731    pcCU->getInterMergeCandidates( uiAbsPartIdx, iPUIdx, cMvFieldNeighbours, uhInterDirNeighbours, numValidMergeCand
Note: See TracChangeset for help on using the changeset viewer.