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/ContextTables.h

    r464 r468  
    100100#endif
    101101
     102#if H_3D_IC
     103#define NUM_IC_FLAG_CTX               3       ///< number of context models for illumination compensation flag
     104#endif
     105
    102106#define CNU                          154      ///< dummy initialization value for unused context models 'Context model Not Used'
    103107
     
    349353};
    350354#endif
     355
     356#if H_3D_IC
     357static const UChar
     358INIT_IC_FLAG[3][NUM_IC_FLAG_CTX] = 
     359{
     360  { CNU,  CNU,  CNU, },
     361  { 197,  185,  201, },
     362  { 197,  185,  201, },
     363};
     364#endif
     365
    351366//! \}
    352367
Note: See TracChangeset for help on using the changeset viewer.