Changeset 622 in 3DVCSoftware for trunk/source/Lib/TLibEncoder/TEncGOP.h


Ignore:
Timestamp:
11 Sep 2013, 14:40:25 (11 years ago)
Author:
tech
Message:

Merged 8.0-dev0@621 (MV-HEVC 5 HLS).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibEncoder/TEncGOP.h

    r608 r622  
    9999#if H_MV
    100100  TComPicLists*           m_ivPicLists;
     101#if H_MV5
     102  std::vector<TComPic*>   m_refPicSetInterLayer0;
     103  std::vector<TComPic*>   m_refPicSetInterLayer1;
     104#else
    101105  std::vector<TComPic*>   m_refPicSetInterLayer;
     106#endif
    102107
    103108  Int                     m_pocLastCoded;
     
    211216  }
    212217#if H_MV
     218#if H_MV5
     219   Void  xSetRefPicListModificationsMv( std::vector<TComPic*> tempPicLists[2], TComSlice* pcSlice, UInt iGOPid );
     220#else
    213221   Void  xSetRefPicListModificationsMv( TComSlice* pcSlice, UInt iGOPid );
     222#endif
    214223#endif
    215224  Void dblMetric( TComPic* pcPic, UInt uiNumSlices );
Note: See TracChangeset for help on using the changeset viewer.