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/TLibDecoder/TDecEntropy.cpp

    r967 r968  
    300300          pcSubCU->getInterMergeCandidates( 0, 0, cMvFieldNeighbours, uhInterDirNeighbours, numValidMergeCand);
    301301          pcSubCU->xGetInterMergeCandidates( 0, 0, cMvFieldNeighbours, uhInterDirNeighbours
    302 #if !ETRIKHU_CLEANUP_H0083
    303             ,vspFlag
    304 #endif
    305302            , inheritedVSPDisInfo
    306303#if H_3D_SPIVMP
    307 #if !ETRIKHU_CLEANUP_H0083_MISSING
    308             , bSPIVMPFlag
    309 #endif
    310304            , pcMvFieldSP, puhInterDirSP
    311305#endif
    312306            , numValidMergeCand );
    313 
    314 #if ETRIKHU_CLEANUP_H0083
    315307          pcSubCU->buildMCL( cMvFieldNeighbours, uhInterDirNeighbours, vspFlag
    316308#if H_3D_SPIVMP
     
    318310#endif
    319311            , numValidMergeCand );
    320 #endif
    321312          pcCU->setVSPFlagSubParts( vspFlag[uiMergeIndex], uiSubPartIdx, uiPartIdx, uiDepth );
    322313
     
    352343        pcSubCU->getInterMergeCandidates( uiSubPartIdx-uiAbsPartIdx, uiPartIdx, cMvFieldNeighbours, uhInterDirNeighbours, numValidMergeCand, uiMergeIndex );
    353344        pcSubCU->xGetInterMergeCandidates( uiSubPartIdx-uiAbsPartIdx, uiPartIdx, cMvFieldNeighbours, uhInterDirNeighbours
    354 #if !ETRIKHU_CLEANUP_H0083
    355           , vspFlag
    356 #endif
    357345          , inheritedVSPDisInfo
    358346#if H_3D_SPIVMP
    359 #if !ETRIKHU_CLEANUP_H0083_MISSING
    360             , bSPIVMPFlag
    361 #endif
    362347          , pcMvFieldSP, puhInterDirSP
    363348#endif
    364349          ,numValidMergeCand, uiMergeIndex );
    365 
    366 #if ETRIKHU_CLEANUP_H0083
    367350        pcSubCU->buildMCL( cMvFieldNeighbours, uhInterDirNeighbours, vspFlag
    368351#if H_3D_SPIVMP
     
    370353#endif
    371354          ,numValidMergeCand );
    372 #endif
    373355        pcCU->setVSPFlagSubParts( vspFlag[uiMergeIndex], uiSubPartIdx, uiPartIdx, uiDepth );
    374356        if(vspFlag[uiMergeIndex])
Note: See TracChangeset for help on using the changeset viewer.