Changeset 261 in 3DVCSoftware


Ignore:
Timestamp:
7 Feb 2013, 01:50:02 (11 years ago)
Author:
mediatek-htm
Message:

C0138 fixed for C0115's configuration.
Added macro: MTK_C0138_FIXED

Location:
branches/HTM-5.1-dev2-Mediatek/source/Lib/TLibCommon
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-5.1-dev2-Mediatek/source/Lib/TLibCommon/TComDepthMapGenerator.cpp

    r237 r261  
    639639  for( UInt uiBId = 0; uiBId < m_uiCurrViewId && iValid==0; uiBId++ )
    640640  {
     641#if MTK_C0138_FIXED
     642    UInt        uiBaseId    = uiBId;
     643#else
    641644    UInt        uiBaseId    = m_auiBaseIdList[ uiBId ];
     645#endif
    642646    TComPic*    pcBasePic   = m_pcAUPicAccess->getPic( uiBaseId );
    643647    for( Int iRefListId = 0; iRefListId < 2 && iValid==0; iRefListId++ )
  • branches/HTM-5.1-dev2-Mediatek/source/Lib/TLibCommon/TComResidualGenerator.cpp

    r244 r261  
    281281#endif
    282282{
     283#if MTK_C0138_FIXED
     284  UInt  uiBaseViewId  = 0;
     285#else
    283286  UInt  uiBaseViewId  = m_pcDepthMapGenerator->getBaseViewId( 0 );
     287#endif
    284288
    285289  if( !pcYuv )
  • branches/HTM-5.1-dev2-Mediatek/source/Lib/TLibCommon/TypeDef.h

    r254 r261  
    100100#if HHI_INTER_VIEW_RESIDUAL_PRED       
    101101#define MTK_MDIVRP_C0138                  1   // mode-dependent inter-view residual prediction
     102#define MTK_C0138_FIXED                   1
    102103#define LG_RESTRICTEDRESPRED_M24766       1   // restricted inter-view residual prediction
    103104#define QC_SIMPLIFIEDIVRP_M24938          1
Note: See TracChangeset for help on using the changeset viewer.