VP8LBitReader class
Constructors
- VP8LBitReader(InputBuffer _input)
Properties
Methods
-
fillBitWindow(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
prefetchBits(
) → int -
readBits(
int numBits) → int -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
BIT_MASK
→ const List<
int> - LBITS → const int
- LOG8_WBITS → const int
- MAX_NUM_BIT_READ → const int
- VALUE_SIZE → const int
- WBITS → const int