Ignore:
Timestamp:
26 Aug 2013, 03:57:29 (11 years ago)
Author:
lg
Message:

Three bug fixed.

  1. JCT3V-E0156 reuse the SAD etc. function guarded by H_3D_IC.
  2. JCT3V-E0168 should be also disabled when H_3D_IC is disabled.
  3. In TComDataCU.cpp, there is some typo errors related to macors H_3D_DIM_RBC and H_3D_DIM_DMM. Several functions guarded by these two marcos are incorrectly also guarded by H_3D_IC.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-2.0-dev2-LG/source/Lib/TLibCommon/TComRdCost.h

    r571 r591  
    280280  static UInt xGetSSE64         ( DistParam* pcDtParam );
    281281  static UInt xGetSSE16N        ( DistParam* pcDtParam );
    282 #if H_3D_IC
     282#if H_3D_IC || LGE_INTER_SDC_E0156
    283283  static UInt xGetSADic         ( DistParam* pcDtParam );
    284284  static UInt xGetSAD4ic        ( DistParam* pcDtParam );
     
    308308
    309309#if AMP_SAD
    310 #if H_3D_IC
     310#if H_3D_IC || LGE_INTER_SDC_E0156
    311311  static UInt xGetSAD12ic       ( DistParam* pcDtParam );
    312312  static UInt xGetSAD24ic       ( DistParam* pcDtParam );
     
    319319#endif
    320320
    321 #if H_3D_IC
     321#if H_3D_IC || LGE_INTER_SDC_E0156
    322322  static UInt xGetHADsic          ( DistParam* pcDtParam );
    323323#endif
Note: See TracChangeset for help on using the changeset viewer.