Ignore:
Timestamp:
27 Jan 2014, 06:48:42 (10 years ago)
Author:
mediatek-htm
Message:

Integration of CABAC simplification for IC flag in JCT3V-G0061. The MACRO is "MTK_IC_FLAG_CABAC_SIMP_G0061".

by Yi-Wen Chen (yiwen.chen@…)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-9.3-dev2-MediaTek/source/Lib/TLibCommon/ContextTables.h

    r773 r805  
    101101
    102102#if H_3D_IC
     103#if MTK_IC_FLAG_CABAC_SIMP_G0061
     104#define NUM_IC_FLAG_CTX               1       ///< number of context models for illumination compensation flag
     105#else
    103106#define NUM_IC_FLAG_CTX               3       ///< number of context models for illumination compensation flag
     107#endif
    104108#endif
    105109
     
    374378
    375379#if H_3D_IC
     380#if MTK_IC_FLAG_CABAC_SIMP_G0061
     381static const UChar
     382INIT_IC_FLAG[3][NUM_IC_FLAG_CTX] = 
     383{
     384    { 154 },
     385    { 154 },
     386    { 154 },
     387};
     388#else
    376389static const UChar
    377390INIT_IC_FLAG[3][NUM_IC_FLAG_CTX] = 
     
    382395};
    383396#endif
     397#endif
    384398#if H_3D_DIM
    385399static const UChar
Note: See TracChangeset for help on using the changeset viewer.