Ignore:
Timestamp:
26 May 2013, 16:22:23 (11 years ago)
Author:
tech
Message:

Added missing parts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.2-dev/source/Lib/TLibEncoder/TEncSlice.h

    r438 r446  
    9191  TEncSbac*               m_pcRDGoOnSbacCoder;                  ///< go-on SBAC encoder
    9292  UInt64                  m_uiPicTotalBits;                     ///< total bits for the picture
     93#if H_3D_VSO
     94  Dist64                  m_uiPicDist;                          ///< total distortion for the picture
     95#else
    9396  UInt64                  m_uiPicDist;                          ///< total distortion for the picture
     97#endif
    9498  Double                  m_dPicRdCost;                         ///< picture-level RD cost
    9599  Double*                 m_pdRdPicLambda;                      ///< array of lambda candidates
     
    122126  Void    precompressSlice    ( TComPic*& rpcPic                                );      ///< precompress slice for multi-loop opt.
    123127  Void    compressSlice       ( TComPic*& rpcPic                                );      ///< analysis stage of slice
    124   Void    encodeSlice         ( TComPic*& rpcPic, TComOutputBitstream* rpcBitstream, TComOutputBitstream* pcSubstreams  );
     128  Void    encodeSlice         ( TComPic*& rpcPic, TComOutputBitstream* pcSubstreams  );
    125129 
    126130  // misc. functions
Note: See TracChangeset for help on using the changeset viewer.