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/TLibEncoder/TEncCavlc.h

    r362 r438  
    6868  TComSlice*    m_pcSlice;
    6969  UInt          m_uiCoeffCost;
     70
     71  Void  xWritePCMAlignZero    ();
     72  Void  xWriteEpExGolomb      ( UInt uiSymbol, UInt uiCount );
     73  Void  xWriteExGolombLevel    ( UInt uiSymbol );
     74  Void  xWriteUnaryMaxSymbol  ( UInt uiSymbol, UInt uiMaxSymbol );
    7075
    7176  Void codeShortTermRefPicSet              ( TComSPS* pcSPS, TComReferencePictureSet* pcRPS, Bool calledFromSliceHeader, Int idx );
Note: See TracChangeset for help on using the changeset viewer.