Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GolombBitReader ¶
GolombBitReader type
func (*GolombBitReader) ReadBit ¶
func (inst *GolombBitReader) ReadBit() (res uint, err error)
ReadBit func
func (*GolombBitReader) ReadBits ¶
func (inst *GolombBitReader) ReadBits(n int) (res uint, err error)
ReadBits func
func (*GolombBitReader) ReadExponentialGolombCode ¶
func (inst *GolombBitReader) ReadExponentialGolombCode() (res uint, err error)
ReadExponentialGolombCode func
func (*GolombBitReader) ReadSE ¶
func (inst *GolombBitReader) ReadSE() (res uint, err error)
ReadSE func
Click to show internal directories.
Click to hide internal directories.