Ignore:
Timestamp:
22 Jul 2014, 10:27:09 (10 years ago)
Author:
mediatek-htm
Message:

JCT3V-I0099. Changes of sub-PU size signaling and lim_qt_pred_flag signaling in VPS extension 2. Remove use_qtl_flag and use_pc_flag.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-11.2-dev2-MediaTek/source/App/TAppEncoder/TAppEncCfg.h

    r976 r1007  
    128128  vector<Bool>           m_ivMvPredFlag;                      ///< Interview motion vector prediction
    129129#if H_3D_SPIVMP
    130   Int                    m_iSubPULog2Size;                   
    131   Int                    m_iSubPUMPILog2Size;                   
    132 #endif
     130  Int                    m_iSubPULog2Size;   
     131  Int                    m_iSubPUMPILog2Size;   
     132#endif
     133#endif
     134#if MTK_I0099_VPS_EX2
     135  Bool                   m_bLimQtPredFlag;
    133136#endif
    134137#if H_3D_ARP                                                  /// < flag and number of weighting factors in ARP
     
    473476  Bool      m_useDLT;                                        ///< flag for using DLT
    474477#endif
     478#if !MTK_I0099_VPS_EX2
    475479#if H_3D_QTLPC
    476480  Bool      m_bUseQTL;                                        ///< flag for using depth QuadTree Limitation
    477481  Bool      m_bUsePC;                                         ///< flag for using Predictive Coding with QTL
     482#endif
    478483#endif
    479484#if H_3D_INTER_SDC
Note: See TracChangeset for help on using the changeset viewer.