HEVC Test Model (HM)
HM-16.18
|
pure virtual class for basic bit handling More...
#include <TComBitStream.h>
Public Member Functions | |
virtual Void | writeAlignOne () |
virtual Void | writeAlignZero () |
virtual Void | write (UInt uiBits, UInt uiNumberOfBits)=0 |
virtual Void | resetBits ()=0 |
virtual UInt | getNumberOfWrittenBits () const =0 |
virtual Int | getNumBitsUntilByteAligned () const =0 |
virtual | ~TComBitIf () |
pure virtual class for basic bit handling
Definition at line 58 of file TComBitStream.h.
|
inlinevirtual |
Definition at line 67 of file TComBitStream.h.
|
pure virtual |
Implemented in TComOutputBitstream, and TComBitCounter.
|
pure virtual |
Implemented in TComOutputBitstream, and TComBitCounter.
|
pure virtual |
Implemented in TComOutputBitstream, and TComBitCounter.
Implemented in TComOutputBitstream, and TComBitCounter.
|
inlinevirtual |
Reimplemented in TComOutputBitstream.
Definition at line 61 of file TComBitStream.h.
|
inlinevirtual |
Reimplemented in TComOutputBitstream.
Definition at line 62 of file TComBitStream.h.