Ignore:
Timestamp:
9 May 2013, 07:51:01 (12 years ago)
Author:
mediatek-htm
Message:

D0156 source code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-6.2-dev1-MediaTek/source/App/TAppEncoder/TAppEncTop.cpp

    r332 r384  
    226226#endif
    227227
     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
    228236  //====== Tool list ========
    229237    m_acTEncTopList[iViewIdx]->setUseSBACRD                    ( m_bUseSBACRD   );
     
    564572#endif
    565573
     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
    566583      //====== Weighted Prediction ========
    567584      m_acTEncDepthTopList[iViewIdx]->setUseWP                        ( m_bUseWeightPred      );
Note: See TracChangeset for help on using the changeset viewer.