Changeset 622 in 3DVCSoftware for trunk/source/Lib/TLibEncoder/TEncGOP.h
- Timestamp:
- 11 Sep 2013, 14:40:25 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibEncoder/TEncGOP.h
r608 r622 99 99 #if H_MV 100 100 TComPicLists* m_ivPicLists; 101 #if H_MV5 102 std::vector<TComPic*> m_refPicSetInterLayer0; 103 std::vector<TComPic*> m_refPicSetInterLayer1; 104 #else 101 105 std::vector<TComPic*> m_refPicSetInterLayer; 106 #endif 102 107 103 108 Int m_pocLastCoded; … … 211 216 } 212 217 #if H_MV 218 #if H_MV5 219 Void xSetRefPicListModificationsMv( std::vector<TComPic*> tempPicLists[2], TComSlice* pcSlice, UInt iGOPid ); 220 #else 213 221 Void xSetRefPicListModificationsMv( TComSlice* pcSlice, UInt iGOPid ); 222 #endif 214 223 #endif 215 224 Void dblMetric( TComPic* pcPic, UInt uiNumSlices );
Note: See TracChangeset for help on using the changeset viewer.