Changeset 724 in 3DVCSoftware for trunk/source/App/TAppEncoder/TAppEncCfg.h


Ignore:
Timestamp:
30 Nov 2013, 12:29:49 (11 years ago)
Author:
tech
Message:

Merged HTM-8.2-dev0@723.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/App/TAppEncoder/TAppEncCfg.h

    r655 r724  
    115115
    116116#if H_3D_IV_MERGE
     117#if QC_DEPTH_IV_MRG_F0125
     118  vector<Bool>           m_ivMvPredFlag;                      ///< Interview motion vector prediction
     119#else
    117120  Bool                   m_ivMvPredFlag;                      ///< Interview motion vector prediction
     121#endif
     122#if MTK_SPIVMP_F0110
     123  Int                    m_iSubPULog2Size;                   
     124#endif
    118125#endif
    119126#if H_3D_ARP                                                  /// < flag and number of weighting factors in ARP
     
    122129#endif
    123130#if H_3D_IC
     131#if SEC_ONLY_TEXTURE_IC_F0151
     132  Bool   m_abUseIC;
     133#else
    124134  vector<Bool> m_abUseIC;                                    ///< flag for using illumination compensation for inter-view prediction
     135#endif
    125136#endif
    126137#if H_3D_NBDV_REF
     
    461472#if H_3D_DIM
    462473  Bool      m_useDMM;                                        ///< flag for using DMM
     474#if !SEC_DMM3_RBC_F0147
    463475  Bool      m_useRBC;                                        ///< flag for using RBC
     476#endif
    464477  Bool      m_useSDC;                                        ///< flag for using SDC
    465478  Bool      m_useDLT;                                        ///< flag for using DLT
     
    471484#if H_3D_INTER_SDC
    472485  Bool m_bDepthInterSDCFlag;                                ///< flag for inter SDC of depth map coding
     486#endif
     487#if SEC_MPI_ENABLING_MERGE_F0150
     488  Bool m_bMPIFlag;                                           ///< flag for MPI of depth map coding
    473489#endif
    474490#endif
Note: See TracChangeset for help on using the changeset viewer.