Changeset 384 in 3DVCSoftware for branches/HTM-6.2-dev1-MediaTek/source/App/TAppEncoder/TAppEncTop.cpp
- Timestamp:
- 9 May 2013, 07:51:01 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-6.2-dev1-MediaTek/source/App/TAppEncoder/TAppEncTop.cpp
r332 r384 226 226 #endif 227 227 228 #if MTK_D0156 229 230 #if MERL_VSP_COMPENSATION_C0152 231 m_acTEncTopList[iViewIdx]->setUseVSPCompensation ( iViewIdx ? m_bUseVSPCompensation : 0 ); 232 #endif 233 m_acTEncTopList[iViewIdx]->setUseDVPRefine ( iViewIdx ? m_bUseDVPRefine : 0 ); 234 #endif 235 228 236 //====== Tool list ======== 229 237 m_acTEncTopList[iViewIdx]->setUseSBACRD ( m_bUseSBACRD ); … … 564 572 #endif 565 573 574 #if MTK_D0156 575 576 #if MERL_VSP_COMPENSATION_C0152 577 m_acTEncDepthTopList[iViewIdx]->setUseVSPCompensation ( iViewIdx ? true : false ); 578 #endif 579 580 m_acTEncDepthTopList[iViewIdx]->setUseDVPRefine ( iViewIdx ? true : false ); 581 #endif 582 566 583 //====== Weighted Prediction ======== 567 584 m_acTEncDepthTopList[iViewIdx]->setUseWP ( m_bUseWeightPred );
Note: See TracChangeset for help on using the changeset viewer.