Ignore:
Timestamp:
1 Nov 2012, 19:22:41 (12 years ago)
Author:
mitsubishi-htm
Message:

Initial integration of VSP into HTM 4.0.1. The version used for JCT3V-B0102 at Shanghai meeting.

  • VC9 project/solution files updated. Other Visual C++ project/solution files are not updated.
  • Linux make file updated.

TODO

  • A second release is expected to include some bug fix and improvements on the interface, e.g. to move switches from macro definition to the configuration file.
  • A third release is expected after being integrated within HTM 5.x, which is to be used for CE1.h anchor.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-4.0.1-VSP-dev0/source/Lib/TLibEncoder/TEncSearch.h

    r100 r166  
    144144  UInt  xPatternRefinement( TComPattern* pcPatternKey,
    145145                           TComMv baseRefMv,
    146                            Int iFrac, TComMv& rcMvFrac );
     146                           Int iFrac, TComMv& rcMvFrac
     147#if VSP_MV_ZERO
     148                          ,Bool bIsVsp
     149#endif
     150                          );
    147151 
    148152  typedef struct
     
    197201#if AMP_MRG
    198202                                 ,Bool        bUseMRG = false
     203#endif
     204#if FORCE_REF_VSP==1
     205                                 ,Bool        bForceRefVsp = false
    199206#endif
    200207                                );
     
    486493                                    Int           iRefIdxPred,
    487494                                    TComMv&       rcMv,
     495#if VSP_MV_ZERO
     496                                    Bool          bIsVsp,
     497#endif
    488498                                    UInt&         ruiBits,
    489499                                    UInt&         ruiCost,
     
    531541                                    UInt&         ruiCost
    532542                                   ,Bool biPred
     543#if VSP_MV_ZERO
     544                                   ,Bool bIsVsp
     545#endif
    533546                                   );
    534547 
Note: See TracChangeset for help on using the changeset viewer.