[][src]Crate aom_decode

Modules

chroma

Helper functions for undoing chroma subsampling

color

Enums describing color characteristics (color space, gamma, range)

Structs

Config

Configuration for the decoer. For now it's just number of threads.

Decoder

AOM decoder context

FrameTempRef

Frame held in decoder's internal state. Must be dropped before the next call.

RowsIter

Iterates over rows of pixels in a Y/U/V plane

Enums

Error
RowsIters

Iterators of frame's pixels (YUV planes)

Type Definitions

Result