Ignore:
Timestamp:
20 Jul 2015, 11:03:38 (9 years ago)
Author:
tech
Message:

Further fixes to pruning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev2/source/Lib/TLibCommon/TComDataCU.h

    r1274 r1284  
    660660
    661661  Bool          hasEqualMotion              ( UInt uiAbsPartIdx, TComDataCU* pcCandCU, UInt uiCandAbsPartIdx );
    662 
     662#if NH_3D_FIX_PRUNING
     663  Bool          hasEqualMotion              ( Int dirA, const TComMvField* mvFieldA,  Int dirB, const TComMvField* mvFieldB  );
     664#endif
    663665#if NH_3D_MLC
    664666  Bool          getAvailableFlagA1() { return m_bAvailableFlagA1;   }
Note: See TracChangeset for help on using the changeset viewer.