Ignore:
Timestamp:
22 May 2015, 05:38:04 (9 years ago)
Author:
sharpjp-htm
Message:

Migration of illumination compensation(NH_3D_IC) and small fix(H_MV_ENC_DEC_TRAC_FIX)

File:
1 edited

Legend:

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

    r1200 r1225  
    9292  STATS__CABAC_BITS__ALIGNED_SIGN_BIT,
    9393  STATS__CABAC_BITS__ALIGNED_ESCAPE_BITS,
     94#if NH_3D_IC
     95  STATS__CABAC_BITS__3D_IC,
     96#endif
    9497  STATS__NUM_STATS
    9598};
     
    142145    "CABAC_BITS__ALIGNED_SIGN_BIT",
    143146    "CABAC_BITS__ALIGNED_ESCAPE_BITS"
     147#if NH_3D_IC
     148    "CABAC_BITS__3D_IC"
     149#endif
    144150  };
    145151  assert(STATS__NUM_STATS == sizeof(statNames)/sizeof(Char *) && name < STATS__NUM_STATS);
Note: See TracChangeset for help on using the changeset viewer.