Ignore:
Timestamp:
7 Sep 2015, 18:40:35 (10 years ago)
Author:
tech
Message:

Removed 3D-HEVC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-15.1-MV-draft-4/source/Lib/TLibEncoder/TEncSlice.h

    r1313 r1325  
    8989  TEncSbac*               m_pcRDGoOnSbacCoder;                  ///< go-on SBAC encoder
    9090  UInt64                  m_uiPicTotalBits;                     ///< total bits for the picture
    91 #if NH_3D_VSO
    92   Dist64                  m_uiPicDist;                          ///< total distortion for the picture
    93 #else
    9491  UInt64                  m_uiPicDist;                          ///< total distortion for the picture
    95 #endif
    9692  Double                  m_dPicRdCost;                         ///< picture-level RD cost
    9793  Double*                 m_pdRdPicLambda;                      ///< array of lambda candidates
Note: See TracChangeset for help on using the changeset viewer.