Documentation
¶
Index ¶
Constants ¶
View Source
const (
EOF = 256
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct { Probability *InputBuffer *OutputBuffer // contains filtered or unexported fields }
Context holds the state for the arithmetic encoder/decoder.
type InputBuffer ¶
type InputBuffer struct {
// contains filtered or unexported fields
}
func NewInputBuffer ¶
func NewInputBuffer() *InputBuffer
type OutputBuffer ¶
type OutputBuffer struct {
// contains filtered or unexported fields
}
func NewOutputBuffer ¶
func NewOutputBuffer() *OutputBuffer
type Probability ¶
type Probability struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.