Changeset 956 in 3DVCSoftware for branches/HTM-11.0-dev0-Qualcomm/source/Lib


Ignore:
Timestamp:
1 May 2014, 02:56:23 (11 years ago)
Author:
qualcomm
Message:

Fix for ticket #65 (Changes are guarded by Macro BUG_FIX_TK65)

Location:
branches/HTM-11.0-dev0-Qualcomm/source/Lib/TLibCommon
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-11.0-dev0-Qualcomm/source/Lib/TLibCommon/TComDataCU.cpp

    r950 r956  
    68306830#else
    68316831        picDepth = getSlice()->getIvPic( true, iTargetViewIdx );
     6832#if !BUG_FIX_TK65
    68326833        assert(picDepth != NULL);
     6834#endif
    68336835#endif
    68346836        if (picDepth && bDepthRefine)
     
    69016903#else
    69026904          TComPic* picDepth = getSlice()->getIvPic( true, pDInfo->m_aVIdxCan );
     6905#if !BUG_FIX_TK65
    69036906          assert(picDepth!=NULL);
     6907#endif
    69046908#endif
    69056909
     
    69606964#else
    69616965    picDepth = getSlice()->getIvPic( true, viewIndex );
     6966#if !BUG_FIX_TK65
    69626967    assert(picDepth!=NULL);
     6968#endif
    69636969#endif
    69646970    if (picDepth && bDepthRefine)
     
    70607066#else
    70617067          picDepth   = getSlice()->getIvPic (true, refViewIdx );
     7068#if !BUG_FIX_TK65
    70627069          assert(picDepth != NULL);
     7070#endif
    70637071#endif
    70647072          UInt uiPartIdx = 0;   //Notes from MTK: Please confirm that using 0 as partition index and partition address is correct for CU-level DoNBDV
  • branches/HTM-11.0-dev0-Qualcomm/source/Lib/TLibCommon/TComSlice.cpp

    r950 r956  
    19361936    }
    19371937  }
     1938#if !BUG_FIX_TK65
    19381939  assert( foundLayerIdinNuh != -1 );
    1939 
     1940#endif
    19401941  return foundLayerIdinNuh;
    19411942}
  • branches/HTM-11.0-dev0-Qualcomm/source/Lib/TLibCommon/TypeDef.h

    r950 r956  
    6666
    6767#define NTT_BUG_FIX_TK54    1
    68 
     68#define BUG_FIX_TK65        1
    6969
    7070/////////////////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.