Ignore:
Timestamp:
4 Feb 2013, 02:58:35 (12 years ago)
Author:
mediatek-htm
Message:

Integration of JCT3V-C0137

The added texture merging candidate is controlled by the MACRO "MTK_DEPTH_MERGE_TEXTURE_CANDIDATE_C0137"

From MediaTek
yiwen.chen@…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-5.1-dev2-Mediatek/source/Lib/TLibEncoder/TEncCavlc.cpp

    r210 r254  
    508508#endif
    509509#endif
    510 #if HHI_MPI
     510#if HHI_MPI || OL_QTLIMIT_PREDCODING_B0068
    511511Void TEncCavlc::codeSPS( TComSPS* pcSPS, Bool bIsDepth )
    512512#else
     
    13041304  #elif HHI_MPI
    13051305  const int iExtraMergeCandidates = pcSlice->getSPS()->getUseMVI() ? 1 : 0;
     1306  #elif MTK_DEPTH_MERGE_TEXTURE_CANDIDATE_C0137
     1307  const int iExtraMergeCandidates = ( pcSlice->getIsDepth() || pcSlice->getSPS()->getMultiviewMvPredMode() ) ? 1 : 0;
    13061308  #else
    13071309  const int iExtraMergeCandidates = pcSlice->getSPS()->getMultiviewMvPredMode() ? 1 : 0;
Note: See TracChangeset for help on using the changeset viewer.