Ignore:
Timestamp:
13 Jul 2015, 15:22:02 (9 years ago)
Author:
tech
Message:

Merged 14.1-update-dev4-Qualcomm@1266

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev3/source/Lib/TLibCommon/TypeDef.h

    r1268 r1270  
    7777#define NH_3D_INTEGER_MV_DEPTH            1
    7878#define NH_3D_TEXT_MERGE                  1
     79#define NH_3D_DBBP                         1
     80#define BUF_FIX 1
     81#define NH_3D_ARP                         0  // Advanced residual prediction (ARP), JCT3V-D0177
     82                                              // QC_MTK_INTERVIEW_ARP_F0123_F0108 JCT3V-F0123; JCT3V-F0108
     83                                              // SHARP_ARP_REF_CHECK_F0105        ARP reference picture selection and DPB check
     84                                              // LGE_ARP_CTX_F0161                JCT3V-F0161
     85                                              // MTK_ARP_FLAG_CABAC_SIMP_G0061 Use 2 context for ARP flag referring to only left neighbor block in JCT3V-G0061
     86                                              // MTK_ARP_REF_SELECTION_G0053 ARP Reference picture selection in JCT3V-G0053
     87                                              // MTK_ALIGN_SW_WD_BI_PRED_ARP_H0085  Align the SW and WD for the bi-prediction ARP PUs by disallowing non-normative fast bi-prediction for ARP PUs, JCT3V-H0085
     88                                              // QC_I0051_ARP_SIMP         
     89                                              // SHARP_ARP_CHROMA_I0104     
     90                                              // MTK_I0072_IVARP_SCALING_FIX
     91                                              // SEC_ARP_VIEW_REF_CHECK_J0037    Signaling iv_res_pred_weight_idx when the current slice has both view and temporal reference picture(s), JCT3V-J0037 item1
     92                                              // SEC_ARP_REM_ENC_RESTRICT_K0035    Removal of encoder restriction of ARP, JCT3V-K0035
     93
    7994#endif
    8095
     
    105120                                              // MTK_TEXTURE_MRGCAND_BUGFIX_E0182  Bug fix for TEXTURE MERGING CANDIDATE     , JCT3V-E0182
    106121                                              // LGE_SIMP_DISP_AVAIL_J0041    // Use 2 status for disparity availability - DISP_AVAILABLE and DISP_NONE
    107 #define H_3D_ARP                          1   // Advanced residual prediction (ARP), JCT3V-D0177
    108                                               // QC_MTK_INTERVIEW_ARP_F0123_F0108 JCT3V-F0123; JCT3V-F0108
    109                                               // SHARP_ARP_REF_CHECK_F0105        ARP reference picture selection and DPB check
    110                                               // LGE_ARP_CTX_F0161                JCT3V-F0161
    111                                               // MTK_ARP_FLAG_CABAC_SIMP_G0061 Use 2 context for ARP flag referring to only left neighbor block in JCT3V-G0061
    112                                               // MTK_ARP_REF_SELECTION_G0053 ARP Reference picture selection in JCT3V-G0053
    113                                               // MTK_ALIGN_SW_WD_BI_PRED_ARP_H0085  Align the SW and WD for the bi-prediction ARP PUs by disallowing non-normative fast bi-prediction for ARP PUs, JCT3V-H0085
    114                                               // QC_I0051_ARP_SIMP         
    115                                               // SHARP_ARP_CHROMA_I0104     
    116                                               // MTK_I0072_IVARP_SCALING_FIX
    117                                               // SEC_ARP_VIEW_REF_CHECK_J0037    Signaling iv_res_pred_weight_idx when the current slice has both view and temporal reference picture(s), JCT3V-J0037 item1
    118                                               // SEC_ARP_REM_ENC_RESTRICT_K0035    Removal of encoder restriction of ARP, JCT3V-K0035
    119122#define H_3D_IC                           1   // Illumination Compensation, JCT3V-B0045, JCT3V-C0046, JCT3V-D0060
    120123                                              // Unifying rounding offset, for IC part, JCT3V-D0135
     
    301304#endif
    302305///// ***** ADVANCED INTERVIEW RESIDUAL PREDICTION *********
    303 #if H_3D_ARP
     306#if NH_3D_ARP
    304307#define H_3D_ARP_WFNR                     3
    305308#endif
     
    325328#endif
    326329///// ***** DEPTH BASED BLOCK PARTITIONING *********
    327 #if H_3D_DBBP
     330#if NH_3D_DBBP
    328331#define DBBP_INVALID_SHORT                (-4)
    329332#define DBBP_PACK_MODE               SIZE_2NxN
Note: See TracChangeset for help on using the changeset viewer.