Ignore:
Timestamp:
8 Apr 2014, 10:51:56 (10 years ago)
Author:
rwth
Message:
  • renamed macros
  • all changes are now encapsulated by guard macros
  • H0057 on and H0072 off
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-10.2-dev2-RWTH/source/Lib/TLibCommon/TComPrediction.cpp

    r895 r898  
    639639 
    640640  // start mapping process
    641 #if !MTK_H0072_DBBP_AMP_REM
     641#if !MTK_DBBP_AMP_REM_H0072
    642642  Bool bAMPAvail = uiSize > 8;
    643643  Int matchedPartSum[6][2] = {{0,0},{0,0},{0,0},{0,0},{0,0},{0,0}}; // counter for each part size and boolean option
     
    649649 
    650650  UInt uiHalfSize = uiSize>>1;
    651 #if !MTK_H0072_DBBP_AMP_REM
     651#if !MTK_DBBP_AMP_REM_H0072
    652652  UInt uiQuarterSize = uiSize>>2;
    653653#endif
     
    684684      }
    685685     
    686 #if !MTK_H0072_DBBP_AMP_REM
     686#if !MTK_DBBP_AMP_REM_H0072
    687687      if( bAMPAvail )
    688688      {
     
    737737 
    738738  Int iMaxMatchSum = 0;
    739 #if !MTK_H0072_DBBP_AMP_REM
     739#if !MTK_DBBP_AMP_REM_H0072
    740740  for(Int p=0; p<6; p++)  // loop over partition
    741741#else
Note: See TracChangeset for help on using the changeset viewer.