VP8LBitReader class Null safety
Constructors
- VP8LBitReader(InputBuffer _input)
Properties
Methods
-
fillBitWindow(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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> -
[0, 1, 3, 7, 15, 31, 63, 127, 255, 511, 1023, 2047, 4095, 8191, 16383, 32767, 65535, 131071, 262143, 524287, 1048575, 2097151, 4194303, 8388607, 16777215, 33554431, 67108863, 134217727, 268435455, 536…
- LBITS → const int
-
64
- LOG8_WBITS → const int
-
4
- MAX_NUM_BIT_READ → const int
-
25
- VALUE_SIZE → const int
-
8
- WBITS → const int
-
32