VP8 class

Constructors

VP8(InputBuffer input, InternalWebPInfo _webp)

Properties

br VP8BitReader
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
input InputBuffer
getter/setter pair
output Image?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
webp WebPInfo
no setter

Methods

decode() Image?
decodeHeader() bool
MACROBLOCK_VPOS(int mb_y) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

AC_TABLE → const List<int>
B_DC_PRED → const int
B_DC_PRED_NOLEFT → const int
B_DC_PRED_NOTOP → const int
B_DC_PRED_NOTOPLEFT → const int
B_HD_PRED → const int
B_HE_PRED → const int
B_HU_PRED → const int
B_LD_PRED → const int
B_PRED → const int
B_RD_PRED → const int
B_TM_PRED → const int
B_VE_PRED → const int
B_VL_PRED → const int
B_VR_PRED → const int
BPS → const int
COEFFS_PROBA_0 → const List<List<List<List<int>>>>
COEFFS_UPDATE_PROBA → const List<List<List<List<int>>>>
DC_PRED → const int
DC_TABLE → const List<int>
FILTER_EXTRA_ROWS → const List<int>
H_PRED → const int
kBands → const List<int>
kBCst → const int
kBModesProba → const List<List<List<int>>>
kCat3 → const List<int>
kCat4 → const List<int>
kCat5 → const List<int>
kCat6 → const List<int>
kCat3456 → const List<List<int>>
kFilterExtraRows → const List<int>
kGCst → const int
kRCst → const int
kScan → const List<int>
kUToB → const int
kUToG → const int
kVToG → const int
kVToR → const int
kYModesIntra4 → const List<int>
kYScale → const int
kZigzag → const List<int>
MAX_NUM_PARTITIONS → const int
MB_FEATURE_TREE_PROBS → const int
NUM_B_DC_MODES → const int
NUM_BANDS → const int
NUM_BMODES → const int
NUM_CTX → const int
NUM_MB_SEGMENTS → const int
NUM_MODE_LF_DELTAS → const int
NUM_PROBAS → const int
NUM_REF_LF_DELTAS → const int
NUM_TYPES → const int
TM_PRED → const int
U_OFF → const int
V_OFF → const int
V_PRED → const int
VP8_SIGNATURE → const int
XOR_YUV_MASK2 → const int
Y_OFF → const int
Y_SIZE → const int
YUV_FIX → const int
YUV_FIX2 → const int
YUV_HALF → const int
YUV_HALF2 → const int
YUV_MASK → const int
YUV_MASK2 → const int
YUV_RANGE_MAX → const int
YUV_RANGE_MIN → const int
YUV_SIZE → const int