Expand description
An implementation of the VP8 Video Codec
This module contains a partial implementation of the VP8 video format as defined in RFC-6386.
It decodes Keyframes only. VP8 is the underpinning of the WebP image format
§Related Links
Structs§
- A Representation of the last decoded video frame
- Segment 🔒
- VP8 Decoder
Enums§
- All errors that can occur when attempting to parse a VP8 codec inside WebP
- Luma
Mode 🔒
Constants§
- B_PRED 🔒
- DCT_0 🔒
- DCT_1 🔒
- DCT_2 🔒
- DCT_3 🔒
- DCT_4 🔒
- DCT_
CAT1 🔒 - DCT_
CAT2 🔒 - DCT_
CAT3 🔒 - DCT_
CAT4 🔒 - DCT_
CAT5 🔒 - DCT_
CAT6 🔒 - DCT_EOB 🔒
- DC_PRED 🔒
- H_PRED 🔒
- TM_PRED 🔒
- V_PRED 🔒
Statics§
Functions§
Type Aliases§
- Prob 🔒