Changeset 272 in 3DVCSoftware


Ignore:
Timestamp:
12 Feb 2013, 00:58:00 (11 years ago)
Author:
sony
Message:

MTK_C0138_FIXED is integrated.
The fix is for IBP coding structure in view direction (not CTC).

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

Legend:

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

    r237 r272  
    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-Sony/source/Lib/TLibCommon/TComResidualGenerator.cpp

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

    r263 r272  
    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   // fix for IBP coding structure in view direction (not CTC)
    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.