Ignore:
Timestamp:
23 Sep 2013, 08:46:50 (11 years ago)
Author:
chang
Message:

Added H_3D_FCO for flexible coding order (FCO).
The results can be seen under codingresults/3D_8.1_vs_fco_only.xls.
The configuration files for FCO are located at cfg/3D-HEVC/NonCTC/fco.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-8.2-dev0-MediaTek/source/Lib/TLibDecoder/TDecTop.cpp

    r622 r629  
    978978#if H_3D
    979979    pcSlice->setIvPicLists( m_ivPicLists );         
    980 #if H_3D_IV_MERGE   
     980#if H_3D_IV_MERGE
     981#if H_3D_FCO
     982    //assert( !getIsDepth() );
     983#else
    981984    assert( !getIsDepth() || ( pcSlice->getTexturePic() != 0 ) );
     985#endif
    982986#endif   
    983987#endif
Note: See TracChangeset for help on using the changeset viewer.