Changeset 225 in 3DVCSoftware for branches/HTM-5.1-dev1-HHI/source/Lib
- Timestamp:
- 24 Jan 2013, 19:22:32 (12 years ago)
- 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 1261 1261 1262 1262 #if HHI_DMM_WEDGE_INTRA || HHI_DMM_PRED_TEX 1263 #if FIX_DMM_CTX_INIT_C0034 1264 static const UChar 1265 #else 1263 1266 static const Short 1267 #endif 1264 1268 INIT_DMM_FLAG[3][NUM_DMM_FLAG_CTX] = 1265 1269 { … … 1275 1279 }; 1276 1280 1281 #if FIX_DMM_CTX_INIT_C0034 1282 static const UChar 1283 #else 1277 1284 static const Short 1285 #endif 1278 1286 INIT_DMM_MODE[3][NUM_DMM_MODE_CTX] = 1279 1287 { … … 1289 1297 }; 1290 1298 1299 #if FIX_DMM_CTX_INIT_C0034 1300 static const UChar 1301 #else 1291 1302 static const Short 1303 #endif 1292 1304 INIT_DMM_DATA[3][NUM_DMM_DATA_CTX] = 1293 1305 { -
branches/HTM-5.1-dev1-HHI/source/Lib/TLibCommon/TypeDef.h
r211 r225 62 62 #define FIX_LGE_DVMCP_B0133 1 63 63 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 64 67 65 68 // FCO
Note: See TracChangeset for help on using the changeset viewer.