Ignore:
Timestamp:
16 Jun 2013, 05:33:39 (11 years ago)
Author:
lg
Message:

1.IC and full pel depth coding are integrated and is guarded by Macro H_3D_IC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2a/source/Lib/TLibCommon/TComRdCost.h

    r446 r468  
    9191  Int   iStrideVir;
    9292#endif
     93#if H_3D_IC
     94  Bool  bUseIC;
     95#endif
    9396  Int   iRows;
    9497  Int   iCols;
     
    268271  static UInt xGetSSE64         ( DistParam* pcDtParam );
    269272  static UInt xGetSSE16N        ( DistParam* pcDtParam );
    270  
     273#if H_3D_IC
     274  static UInt xGetSADic         ( DistParam* pcDtParam );
     275  static UInt xGetSAD4ic        ( DistParam* pcDtParam );
     276  static UInt xGetSAD8ic        ( DistParam* pcDtParam );
     277  static UInt xGetSAD16ic       ( DistParam* pcDtParam );
     278  static UInt xGetSAD32ic       ( DistParam* pcDtParam );
     279  static UInt xGetSAD64ic       ( DistParam* pcDtParam );
     280  static UInt xGetSAD16Nic      ( DistParam* pcDtParam );
     281#endif
    271282  static UInt xGetSAD           ( DistParam* pcDtParam );
    272283  static UInt xGetSAD4          ( DistParam* pcDtParam );
     
    288299
    289300#if AMP_SAD
     301#if H_3D_IC
     302  static UInt xGetSAD12ic       ( DistParam* pcDtParam );
     303  static UInt xGetSAD24ic       ( DistParam* pcDtParam );
     304  static UInt xGetSAD48ic       ( DistParam* pcDtParam );
     305#endif
    290306  static UInt xGetSAD12         ( DistParam* pcDtParam );
    291307  static UInt xGetSAD24         ( DistParam* pcDtParam );
     
    294310#endif
    295311
     312#if H_3D_IC
     313  static UInt xGetHADsic          ( DistParam* pcDtParam );
     314#endif
    296315  static UInt xGetHADs4         ( DistParam* pcDtParam );
    297316  static UInt xGetHADs8         ( DistParam* pcDtParam );
Note: See TracChangeset for help on using the changeset viewer.