VP8Macroblock Struct Reference

#include <vp8.h>

Data Fields

uint8_t skip
uint8_t mode
uint8_t ref_frame
uint8_t partitioning
VP56mv mv
VP56mv bmv [16]

Detailed Description

Definition at line 75 of file vp8.h.

Field Documentation

VP56mv VP8Macroblock::bmv[16]

Definition at line 83 of file vp8.h.

Referenced by decode_mb_mode(), decode_mvs(), decode_splitmvs(), and inter_predict().

uint8_t VP8Macroblock::mode
VP56mv VP8Macroblock::mv

Definition at line 82 of file vp8.h.

Referenced by decode_mvs(), decode_splitmvs(), inter_predict(), and prefetch_motion().

uint8_t VP8Macroblock::partitioning

Definition at line 81 of file vp8.h.

Referenced by decode_mb_mode(), decode_mvs(), decode_splitmvs(), and inter_predict().

uint8_t VP8Macroblock::ref_frame

Definition at line 80 of file vp8.h.

Referenced by decode_mb_mode(), decode_mvs(), filter_level_for_mb(), and inter_predict().

uint8_t VP8Macroblock::skip

The documentation for this struct was generated from the following file: