VP8Filter class

Constructors

VP8Filter()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

hFilter16(InputBuffer p, int stride, int thresh, int? ithresh, int hev_thresh) → void
hFilter16i(InputBuffer p, int stride, int thresh, int? ithresh, int hev_thresh) → void
hFilter8(InputBuffer u, InputBuffer v, int stride, int thresh, int? ithresh, int hev_thresh) → void
hFilter8i(InputBuffer u, InputBuffer v, int stride, int thresh, int ithresh, int hev_thresh) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
simpleHFilter16(InputBuffer p, int stride, int thresh) → void
simpleHFilter16i(InputBuffer p, int stride, int thresh) → void
simpleVFilter16(InputBuffer p, int stride, int thresh) → void
simpleVFilter16i(InputBuffer p, int stride, int thresh) → void
toString() String
A string representation of this object.
inherited
transform(InputBuffer src, InputBuffer dst, bool doTwo) → void
transformAC3(InputBuffer src, InputBuffer dst) → void
transformDC(InputBuffer src, InputBuffer dst) → void
transformDCUV(InputBuffer src, InputBuffer dst) → void
transformOne(InputBuffer src, InputBuffer dst) → void
transformUV(InputBuffer src, InputBuffer dst) → void
vFilter16(InputBuffer p, int stride, int thresh, int? ithresh, int hev_thresh) → void
vFilter16i(InputBuffer p, int stride, int thresh, int? ithresh, int hev_thresh) → void
vFilter8(InputBuffer u, InputBuffer v, int stride, int thresh, int? ithresh, int hev_thresh) → void
vFilter8i(InputBuffer u, InputBuffer v, int stride, int thresh, int ithresh, int hev_thresh) → void

Operators

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

Static Properties

abs0 Uint8List
getter/setter pair
abs1 Uint8List
getter/setter pair
clip1 Uint8List
getter/setter pair
sclip1 Int8List
getter/setter pair
sclip2 Int8List
getter/setter pair

Static Methods

AVG2(int a, int b) int
AVG3(int a, int b, int c) int
DC16(InputBuffer dst) → void
DC16NoLeft(InputBuffer dst) → void
DC16NoTop(InputBuffer dst) → void
DC16NoTopLeft(InputBuffer dst) → void
DC4(InputBuffer dst) → void
DC8uv(InputBuffer dst) → void
DC8uvNoLeft(InputBuffer dst) → void
DC8uvNoTop(InputBuffer dst) → void
DC8uvNoTopLeft(InputBuffer dst) → void
DST(int x, int y) int
HD4(InputBuffer dst) → void
HE16(InputBuffer dst) → void
HE4(InputBuffer dst) → void
HE8uv(InputBuffer dst) → void
HU4(InputBuffer dst) → void
LD4(InputBuffer dst) → void
Put16(int v, InputBuffer dst) → void
Put8x8uv(int value, InputBuffer dst) → void
RD4(InputBuffer dst) → void
TM16(InputBuffer dst) → void
TM4(InputBuffer dst) → void
TM8uv(InputBuffer dst) → void
trueMotion(InputBuffer dst, int size) → void
VE16(InputBuffer dst) → void
VE4(InputBuffer dst) → void
VE8uv(InputBuffer dst) → void
VL4(InputBuffer dst) → void
VR4(InputBuffer dst) → void

Constants

kC1 → const int
kC2 → const int
PredChroma8 → const List<void Function(InputBuffer dst)>
PredLuma4 → const List<void Function(InputBuffer dst)>
PredLuma16 → const List<void Function(InputBuffer dst)>