Ignore:
Timestamp:
16 Apr 2014, 11:34:33 (10 years ago)
Author:
mediatek-htm
Message:

Integration of H0094

File:
1 edited

Legend:

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

    r884 r921  
    430430
    431431#if H_3D_DBBP
     432#if MTK_DBBP_SIGNALING_H0094
    432433static const UChar INIT_DBBP_FLAG[3][DBBP_NUM_FLAG_CTX] =
    433434{
    434   { CNU },
    435   { CNU },
    436   { CNU },
    437 };
    438 #endif
    439 
    440 #endif
     435  { 161 },
     436  { 161 },
     437  { 161 },
     438};
     439#else
     440static const UChar INIT_DBBP_FLAG[3][DBBP_NUM_FLAG_CTX] =
     441{
     442  { CNU },
     443  { CNU },
     444  { CNU },
     445};
     446#endif
     447#endif
     448
     449#endif
Note: See TracChangeset for help on using the changeset viewer.