Ignore:
Timestamp:
3 Feb 2014, 11:35:43 (11 years ago)
Author:
rwth
Message:
  • first version of DBBP (requires some cleanup)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-9.3-dev1-RWTH/source/Lib/TLibCommon/ContextTables.h

    r773 r816  
    125125#define NUM_INTER_SDC_RESIDUAL_CTX    1      ///< number of context models for abs of inter SDC residual
    126126#endif
     127
     128#if H_3D_DBBP
     129#define DBBP_NUM_FLAG_CTX                 1
     130#endif
    127131// ====================================================================================================================
    128132// Tables
     
    459463//! \}
    460464
    461 
    462 #endif
     465#if H_3D_DBBP
     466static const UChar INIT_DBBP_FLAG[3][DBBP_NUM_FLAG_CTX] =
     467{
     468  { CNU },
     469  { CNU },
     470  { CNU },
     471};
     472#endif
     473
     474#endif
Note: See TracChangeset for help on using the changeset viewer.