Ignore:
Timestamp:
19 Oct 2013, 17:30:33 (11 years ago)
Author:
tech
Message:

Macro removal part 2.

Location:
branches/HTM-8.2-dev0-Cleanup/source/Lib/TLibDecoder
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-8.2-dev0-Cleanup/source/Lib/TLibDecoder/TDecGop.cpp

    r646 r647  
    158158    rpcPic->setNumDdvCandPics(rpcPic->getDisCandRefPictures(iColPoc));
    159159  }
    160 #endif
    161 #if MTK_NBDV_TN_FIX_E0172
     160
    162161  if(pcSlice->getViewIndex() && !pcSlice->getIsDepth() && !pcSlice->isIntra()) //Notes from QC: this condition shall be changed once the configuration is completed, e.g. in pcSlice->getSPS()->getMultiviewMvPredMode() || ARP in prev. HTM. Remove this comment once it is done.
    163162  {
    164163    rpcPic->checkTemporalIVRef();
    165164  }
    166 #endif
    167 #if MTK_TEXTURE_MRGCAND_BUGFIX_E0182
     165
    168166  if(pcSlice->getIsDepth())
    169167  {
  • branches/HTM-8.2-dev0-Cleanup/source/Lib/TLibDecoder/TDecSbac.cpp

    r646 r647  
    12071207  if( puIdx == 2 )
    12081208  {
    1209 #if !LGE_SDC_REMOVE_DC_E0158
    1210     while( binNum < 2 && symbol )
    1211 #endif
    12121209    {
    12131210      ctxDepthMode = puIdx*3 + binNum;
     
    12171214    }
    12181215         if( modeCode == 0 ) { dir = PLANAR_IDX; sdcFlag = 1;}
    1219 #if LGE_SDC_REMOVE_DC_E0158
    12201216    else if( modeCode == 1 ) { dir = 0;          sdcFlag = 0;}
    1221 #else
    1222     else if( modeCode == 2 ) { dir = 0;          sdcFlag = 0;}
    1223     else if( modeCode == 3 ) { dir =     DC_IDX; sdcFlag = 1;}
    1224 #endif
    12251217  }
    12261218  else if( puIdx == 0 )
  • branches/HTM-8.2-dev0-Cleanup/source/Lib/TLibDecoder/TDecTop.cpp

    r630 r647  
    979979    pcSlice->setIvPicLists( m_ivPicLists );         
    980980#if H_3D_IV_MERGE
    981 #if H_3D_FCO_E0163
     981#if H_3D_FCO
    982982    //assert( !getIsDepth() );
    983983#else
Note: See TracChangeset for help on using the changeset viewer.