Changeset 1091 in 3DVCSoftware


Ignore:
Timestamp:
28 Oct 2014, 04:14:57 (9 years ago)
Author:
mediatek-htm
Message:

J0033: DMM mode coding fix

Location:
branches/HTM-12.2-dev1-Mediatek/source/Lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-12.2-dev1-Mediatek/source/Lib/TLibCommon/TypeDef.h

    r1090 r1091  
    6969
    7070#define MTK_I0093           1
     71#define MTK_J0033           1
    7172/////////////////////////////////////////////////////////////////////////////////////////
    7273///////////////////////////////////   MAJOR DEFINES   /////////////////////////////////// 
  • branches/HTM-12.2-dev1-Mediatek/source/Lib/TLibDecoder/TDecSbac.cpp

    r1084 r1091  
    10961096      UInt uiTabIdx = 0;
    10971097      xParseDmm1WedgeIdx( uiTabIdx, g_dmm1TabIdxBits[pcCU->getIntraSizeIdx(absPartIdx)] );
     1098#if MTK_J0033
     1099      uiTabIdx = Clip3<UInt>( 0, g_dmmWedgeLists[ g_aucConvertToBit[ pcCU->getDMM1BasePatternWidth( pcCU->getWidth( absPartIdx ) )]].size() - 1, uiTabIdx );
     1100#endif
    10981101      pcCU->setDmmWedgeTabIdxSubParts( uiTabIdx, dimType, absPartIdx, depth );
    10991102    } break;
Note: See TracChangeset for help on using the changeset viewer.