Changeset 1325 in 3DVCSoftware for branches/HTM-15.1-MV-draft-4/source/Lib/TLibEncoder/TEncSlice.h
- Timestamp:
- 7 Sep 2015, 18:40:35 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-15.1-MV-draft-4/source/Lib/TLibEncoder/TEncSlice.h
r1313 r1325 89 89 TEncSbac* m_pcRDGoOnSbacCoder; ///< go-on SBAC encoder 90 90 UInt64 m_uiPicTotalBits; ///< total bits for the picture 91 #if NH_3D_VSO92 Dist64 m_uiPicDist; ///< total distortion for the picture93 #else94 91 UInt64 m_uiPicDist; ///< total distortion for the picture 95 #endif96 92 Double m_dPicRdCost; ///< picture-level RD cost 97 93 Double* m_pdRdPicLambda; ///< array of lambda candidates
Note: See TracChangeset for help on using the changeset viewer.