Ignore:
Timestamp:
11 Jun 2013, 20:35:00 (11 years ago)
Author:
zhang
Message:

Implementation of ARP from QC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2a/source/Lib/TLibCommon/ContextTables.h

    r324 r464  
    9595#define NUM_TRANSFORMSKIP_FLAG_CTX    1       ///< number of context models for transform skipping
    9696#define NUM_CU_TRANSQUANT_BYPASS_FLAG_CTX  1
     97
     98#if H_3D_ARP
     99#define NUM_ARPW_CTX                  4       ///< number of context models for weighting factor index used by advanced residual prediction
     100#endif
     101
    97102#define CNU                          154      ///< dummy initialization value for unused context models 'Context model Not Used'
    98103
     
    334339  { 139,  139},
    335340};
     341
     342#if H_3D_ARP
     343static const UChar
     344INIT_ARPW[3][NUM_ARPW_CTX] =
     345{
     346  { 154, 154, 154, 154 },
     347  { 154, 154, 154, 154 },
     348  { 154, 154, 154, 154 },
     349};
     350#endif
    336351//! \}
    337352
Note: See TracChangeset for help on using the changeset viewer.