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

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

File:
1 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++ )
Note: See TracChangeset for help on using the changeset viewer.