AMVP_MODE enumeration
Specifies the various modes for video ports.
Syntax
typedef enum _AMVP_MODE {
AMVP_MODE_WEAVE,
AMVP_MODE_BOBINTERLEAVED,
AMVP_MODE_BOBNONINTERLEAVED,
AMVP_MODE_SKIPEVEN,
AMVP_MODE_SKIPODD
} AMVP_MODE;
Constants
| AMVP_MODE_WEAVE | Weave. |
| AMVP_MODE_BOBINTERLEAVED | Interleaved bob. Bob mode in which resources are allocated to switch to weave mode, for example, on the next frame. |
| AMVP_MODE_BOBNONINTERLEAVED | |
| AMVP_MODE_SKIPEVEN | Skip even fields. |
| AMVP_MODE_SKIPODD | Skip odd fields. |
Requirements
| Header | vptype.h |
See also