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ยง
- BoolReader ๐
- A Representation of the last decoded video frame
- MacroBlock ๐
- Segment ๐
- VP8 Decoder
Enumsยง
- ChromaMode ๐
- DecoderError ๐All errors that can occur when attempting to parse a VP8 codec inside WebP
- IntraMode ๐
- LumaMode ๐
Constantsยง
- B_DC_PRED ๐
- B_HD_PRED ๐
- B_HE_PRED ๐
- B_HU_PRED ๐
- B_LD_PRED ๐
- B_PRED ๐
- B_RD_PRED ๐
- B_TM_PRED ๐
- B_VE_PRED ๐
- B_VL_PRED ๐
- B_VR_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 ๐
- MAX_SEGMENTS ๐
- NUM_DCT_TOKENS ๐
- TM_PRED ๐
- V_PRED ๐
Staticsยง
- AC_QUANT ๐
- COEFF_BANDS ๐
- COEFF_PROBS ๐
- COEFF_UPDATE_PROBS ๐
- DCT_CAT_BASE ๐
- DCT_TOKEN_TREE ๐
- DC_QUANT ๐
- KEYFRAME_YMODE_PROBS ๐
- KEYFRAME_YMODE_TREE ๐
- PROB_DCT_CAT ๐
- SEGMENT_ID_TREE ๐
- ZIGZAG ๐
Functionsยง
- add_residue ๐
- avg2 ๐
- avg3 ๐
- create_border_luma ๐
- edge_pixels ๐
- init_top_macroblocks ๐
- left_pixels ๐
- predict_4x4 ๐
- predict_bdcpred ๐
- predict_bhdpred ๐
- predict_bhepred ๐
- predict_bhupred ๐
- predict_bldpred ๐
- predict_brdpred ๐
- predict_bvepred ๐
- predict_bvlpred ๐
- predict_bvrpred ๐
- predict_dcpred ๐
- predict_hpred ๐
- predict_tmpred ๐
- predict_vpred ๐
- top_pixels ๐
- topleft_pixel ๐
Type Aliasesยง
- Prob ๐
- TokenProbTables ๐