Ignore:
Timestamp:
23 May 2013, 15:40:36 (12 years ago)
Author:
tech
Message:

Integrated 3D encoder control, camera parameters, renderer and MV fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.2-dev/source/Lib/TLibDecoder/TDecCAVLC.h

    r362 r438  
    6161 
    6262protected:
     63  Void  xReadEpExGolomb       ( UInt& ruiSymbol, UInt uiCount );
     64  Void  xReadExGolombLevel    ( UInt& ruiSymbol );
     65  Void  xReadUnaryMaxSymbol   ( UInt& ruiSymbol, UInt uiMaxSymbol );
     66 
     67  Void  xReadPCMAlignZero     ();
     68
     69  UInt  xGetBit             ();
     70 
    6371  void  parseShortTermRefPicSet            (TComSPS* pcSPS, TComReferencePictureSet* pcRPS, Int idx);
     72private:
    6473 
    6574public:
Note: See TracChangeset for help on using the changeset viewer.