Ignore:
Timestamp:
23 Sep 2013, 09:04:03 (11 years ago)
Author:
chang
Message:

Fixed macro news to H_3D_FCO_E0163 with document number.

Location:
branches/HTM-8.2-dev0-MediaTek/source/Lib/TLibEncoder
Files:
2 edited

Legend:

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

    r629 r630  
    913913
    914914    // SAIT_VSO_EST_A0033
    915 #if H_3D_FCO
     915#if H_3D_FCO_E0163
    916916    Bool flagRec;
    917917    flagRec =  ((m_pcEncTop->getIvPicLists()->getPicYuv( pcSlice->getViewIndex(), false, pcSlice->getPOC(), true) == NULL) ? false: true);
  • branches/HTM-8.2-dev0-MediaTek/source/Lib/TLibEncoder/TEncSearch.cpp

    r629 r630  
    28662866        for( UInt dmmType = 0; dmmType < DMM_NUM_TYPE; dmmType++ )
    28672867        {
    2868 #if H_3D_FCO
     2868#if H_3D_FCO_E0163
    28692869            TComPic* picTexture  = pcCU->getSlice()->getIvPic(false, pcCU->getSlice()->getViewIndex() );
    28702870            if ( !picTexture->getReconMark() && (DMM3_IDX == dmmType || DMM4_IDX == dmmType ) )
Note: See TracChangeset for help on using the changeset viewer.