Ignore:
Timestamp:
6 Aug 2013, 02:51:16 (11 years ago)
Author:
samsung-htm
Message:

Integration of E0146

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-2.0-dev3-Samsung/source/Lib/TLibCommon/TComPrediction.cpp

    r537 r554  
    436436        dmmSegmentation = &(g_dmmWedgeLists[ g_aucConvertToBit[iWidth] ][ pcCU->getDmmWedgeTabIdx( dimType, uiAbsPartIdx ) ]);
    437437      } break;
     438#if !SEC_DMM2_E0146
    438439    case( DMM2_IDX ):
    439440      {
     
    447448        dmmSegmentation = &(g_dmmWedgeLists[ g_aucConvertToBit[iWidth] ][ uiTabIdx ]);
    448449      } break;
     450#endif
    449451    case( DMM3_IDX ):
    450452      {
     
    20422044  {
    20432045    UInt dimType =  getDimType( pcTempCU->getLumaIntraDir( uiTempPartIdx ) );
     2046#if SEC_DMM2_E0146
     2047    if( DMM1_IDX == dimType || DMM3_IDX == dimType )
     2048#else
    20442049    if( DMM1_IDX == dimType || DMM2_IDX == dimType || DMM3_IDX == dimType )
     2050#endif
    20452051    {
    20462052      // get offset between current and reference block
     
    20672073  {
    20682074    UInt dimType = getDimType( pcTempCU->getLumaIntraDir( uiTempPartIdx ) );
     2075#if SEC_DMM2_E0146
     2076    if( DMM1_IDX == dimType || DMM3_IDX == dimType )
     2077#else
    20692078    if( DMM1_IDX == dimType || DMM2_IDX == dimType || DMM3_IDX == dimType )
     2079#endif
    20702080    {
    20712081      // get offset between current and reference block
Note: See TracChangeset for help on using the changeset viewer.