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

Macro removal part 2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-8.2-dev0-Cleanup/source/Lib/TLibEncoder/TEncGOP.cpp

    r646 r647  
    917917
    918918    // SAIT_VSO_EST_A0033
    919 #if H_3D_FCO_E0163
     919#if H_3D_FCO
    920920    Bool flagRec;
    921921    flagRec =  ((m_pcEncTop->getIvPicLists()->getPicYuv( pcSlice->getViewIndex(), false, pcSlice->getPOC(), true) == NULL) ? false: true);
     
    11871187        pcPic->setNumDdvCandPics(pcPic->getDisCandRefPictures(iColPoc));
    11881188      }
     1189#endif
    11891190#if H_3D
    11901191      pcSlice->setDepthToDisparityLUTs();
    11911192
    11921193#endif
    1193 #endif
    1194 #if MTK_NBDV_TN_FIX_E0172
     1194
     1195#if H_3D_NBDV
    11951196      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.
    11961197      {
    11971198        pcPic->checkTemporalIVRef();
    11981199      }
    1199 #endif
    1200 #if MTK_TEXTURE_MRGCAND_BUGFIX_E0182
     1200
    12011201      if(pcSlice->getIsDepth())
    12021202      {
     
    19301930          digestStr = digestToString(sei_recon_picture_digest.digest, 4);
    19311931        }
    1932 #if H_MV_FIX_LID_PIC_HASH_SEI_T40
     1932#if H_MV
    19331933        OutputNALUnit nalu(NAL_UNIT_SUFFIX_SEI, pcSlice->getTLayer(), getLayerId() );
    19341934#else
Note: See TracChangeset for help on using the changeset viewer.