Ignore:
Timestamp:
20 Jan 2014, 05:01:03 (10 years ago)
Author:
qualcomm
Message:

integration of JCT3V-G0130 (unify signaling and delta DC coding in intra SDC and inter SDC) by Qualcomm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-9.3-dev3-Qualcomm/source/Lib/TLibCommon/ContextTables.h

    r781 r782  
    119119#if QC_GENERIC_SDC_G0122
    120120#define NUM_ANGLE_FLAG_CTX            3
     121#if !QC_SDC_UNIFY_G0130
    121122#define NUM_INTRASDC_FLAG_CTX         3
     123#endif
    122124#endif
    123125#endif
     
    128130#endif
    129131
    130 #if H_3D_INTER_SDC
     132#if H_3D_INTER_SDC && !QC_SDC_UNIFY_G0130
    131133#define NUM_INTER_SDC_FLAG_CTX        1      ///< number of context models for inter SDC flag
    132134#define NUM_INTER_SDC_SIGN_FLAG_CTX   1      ///< number of context models for sign of inter SDC residual
    133135#define NUM_INTER_SDC_RESIDUAL_CTX    1      ///< number of context models for abs of inter SDC residual
     136#endif
     137#if QC_SDC_UNIFY_G0130
     138#define NUM_SDC_FLAG_CTX              1      ///< number of context models for inter SDC flag
    134139#endif
    135140// ====================================================================================================================
     
    417422  { 155, 170, 157 },
    418423};
     424#if !QC_SDC_UNIFY_G0130
    419425static const UChar
    420426INIT_INTRASDC_FLAG[3][NUM_INTRASDC_FLAG_CTX] =
     
    425431};
    426432#endif
     433#endif
    427434
    428435static const UChar
     
    467474#endif
    468475
    469 #if H_3D_INTER_SDC
     476#if H_3D_INTER_SDC && !QC_SDC_UNIFY_G0130
    470477static const UChar
    471478INIT_INTER_SDC_FLAG[3][NUM_INTER_SDC_FLAG_CTX] =
     
    493500#endif
    494501//! \}
    495 
    496 
    497 #endif
     502#if QC_SDC_UNIFY_G0130
     503static const UChar
     504INIT_SDC_FLAG[3][NUM_SDC_FLAG_CTX] =
     505{
     506  { 154 }, 
     507  { 154 },
     508  { 154 },
     509};
     510#endif
     511
     512#endif
Note: See TracChangeset for help on using the changeset viewer.