Ignore:
Timestamp:
10 Sep 2013, 14:59:07 (12 years ago)
Author:
tech
Message:

Fixed xRestrictBipredMergeCand call.
Other minor cleanups.

File:
1 edited

Legend:

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

    r615 r621  
    36423642#if H_3D_VSP
    36433643  xRestrictBipredMergeCand( pcCU, iPUIdx, cMvFieldNeighbours, uhInterDirNeighbours,vspFlag, numValidMergeCand );
    3644 #endif
     3644#else
     3645  xRestrictBipredMergeCand( pcCU, iPUIdx, cMvFieldNeighbours, uhInterDirNeighbours, numValidMergeCand );
     3646#endif
     3647
    36453648
    36463649  ruiCost = MAX_UINT;
Note: See TracChangeset for help on using the changeset viewer.