Changeset 225 in 3DVCSoftware


Ignore:
Timestamp:
24 Jan 2013, 19:22:32 (11 years ago)
Author:
tech
Message:

Bug fix of context initialization (FIX_DMM_CTX_INIT_C0034)

Location:
branches/HTM-5.1-dev1-HHI/source/Lib/TLibCommon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-5.1-dev1-HHI/source/Lib/TLibCommon/ContextTables.h

    r189 r225  
    12611261
    12621262#if HHI_DMM_WEDGE_INTRA || HHI_DMM_PRED_TEX
     1263#if FIX_DMM_CTX_INIT_C0034
     1264static const UChar
     1265#else
    12631266static const Short
     1267#endif
    12641268INIT_DMM_FLAG[3][NUM_DMM_FLAG_CTX] =
    12651269{
     
    12751279};
    12761280
     1281#if FIX_DMM_CTX_INIT_C0034
     1282static const UChar
     1283#else
    12771284static const Short
     1285#endif
    12781286INIT_DMM_MODE[3][NUM_DMM_MODE_CTX] =
    12791287{
     
    12891297};
    12901298
     1299#if FIX_DMM_CTX_INIT_C0034
     1300static const UChar
     1301#else
    12911302static const Short
     1303#endif
    12921304INIT_DMM_DATA[3][NUM_DMM_DATA_CTX] =
    12931305{
  • branches/HTM-5.1-dev1-HHI/source/Lib/TLibCommon/TypeDef.h

    r211 r225  
    6262#define FIX_LGE_DVMCP_B0133               1
    6363
     64// 3rd meeting
     65#define FIX_DMM_CTX_INIT_C0034            1    // JCT3V-C0034 fix for wrong init type of DMM contexts (UChar instead of Short)
     66
    6467
    6568// FCO
Note: See TracChangeset for help on using the changeset viewer.