Changeset 1007 in 3DVCSoftware for branches/HTM-11.2-dev2-MediaTek/source/App/TAppEncoder/TAppEncCfg.h
- Timestamp:
- 22 Jul 2014, 10:27:09 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-11.2-dev2-MediaTek/source/App/TAppEncoder/TAppEncCfg.h
r976 r1007 128 128 vector<Bool> m_ivMvPredFlag; ///< Interview motion vector prediction 129 129 #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; 133 136 #endif 134 137 #if H_3D_ARP /// < flag and number of weighting factors in ARP … … 473 476 Bool m_useDLT; ///< flag for using DLT 474 477 #endif 478 #if !MTK_I0099_VPS_EX2 475 479 #if H_3D_QTLPC 476 480 Bool m_bUseQTL; ///< flag for using depth QuadTree Limitation 477 481 Bool m_bUsePC; ///< flag for using Predictive Coding with QTL 482 #endif 478 483 #endif 479 484 #if H_3D_INTER_SDC
Note: See TracChangeset for help on using the changeset viewer.