Changeset 655 in 3DVCSoftware for trunk/source/App/TAppEncoder/TAppEncTop.h
- Timestamp:
- 23 Oct 2013, 23:01:30 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/App/TAppEncoder/TAppEncTop.h
r622 r655 50 50 #endif 51 51 52 #if KWU_RC_MADPRED_E0227 53 class TEncTop; 54 #endif 52 55 //! \ingroup TAppEncoder 53 56 //! \{ … … 93 96 Void xCreateLib (); ///< create files & encoder class 94 97 Void xInitLibCfg (); ///< initialize internal variables 95 Void xInitLib ( );///< initialize encoder class98 Void xInitLib (Bool isFieldCoding); ///< initialize encoder class 96 99 Void xDestroyLib (); ///< destroy encoder class 97 100 … … 121 124 Void xSetLayerSets ( TComVPS& vps ); 122 125 Void xSetProfileTierLevel ( TComVPS& vps ); 123 #if H_MV5124 126 Void xSetRepFormat ( TComVPS& vps ); 125 127 Void xSetVPSVUI ( TComVPS& vps ); 126 128 GOPEntry* xGetGopEntry( Int layerIdInVps, Int poc ); 127 #endif128 129 Int xGetMax( std::vector<Int>& vec); 129 130 #endif
Note: See TracChangeset for help on using the changeset viewer.