|
WebM VP8 Codec SDK
|
Files | |
| file | vp8dx.h |
| Provides definitions for using the VP8 algorithm within the vpx Decoder interface. | |
Data Structures | |
| struct | vpx_decrypt_init |
| Structure to hold decryption state. More... | |
Typedefs | |
| typedef void(* | vpx_decrypt_cb )(void *decrypt_state, const unsigned char *input, unsigned char *output, int count) |
| typedef struct vpx_decrypt_init | vpx_decrypt_init |
| Structure to hold decryption state. More... | |
| typedef vpx_decrypt_init | vp8_decrypt_init |
| A deprecated alias for vpx_decrypt_init. | |
Enumerations | |
| enum | vp8_dec_control_id { VP8D_GET_LAST_REF_UPDATES = VP8_DECODER_CTRL_ID_START, VP8D_GET_FRAME_CORRUPTED, VP8D_GET_LAST_REF_USED, VPXD_SET_DECRYPTOR, VP8D_SET_DECRYPTOR = VPXD_SET_DECRYPTOR, VP9D_GET_DISPLAY_SIZE, VP9_INVERT_TILE_DECODE_ORDER, VP8_DECODER_CTRL_ID_MAX } |
| VP8 decoder control functions. More... | |
Algorithm interface for VP8 | |
This interface provides the capability to decode raw VP8 streams, as would be found in AVI files and other non-Flash uses. | |
| vpx_codec_iface_t | vpx_codec_vp8_dx_algo |
| vpx_codec_iface_t | vpx_codec_vp9_dx_algo |
| vpx_codec_iface_t * | vpx_codec_vp8_dx (void) |
| vpx_codec_iface_t * | vpx_codec_vp9_dx (void) |
| typedef void(* vpx_decrypt_cb)(void *decrypt_state, const unsigned char *input, unsigned char *output, int count) |
Decrypt n bytes of data from input -> output, using the decrypt_state passed in VPXD_SET_DECRYPTOR.
| typedef struct vpx_decrypt_init vpx_decrypt_init |
Structure to hold decryption state.
Defines a structure to hold the decryption state and access function.
| enum vp8_dec_control_id |
VP8 decoder control functions.
This set of macros define the control functions available for the VP8 decoder interface.
| Enumerator | |
|---|---|
| VP8D_GET_LAST_REF_UPDATES |
control function to get info on which reference frames were updated by the last decode |
| VP8D_GET_FRAME_CORRUPTED |
check if the indicated frame is corrupted |
| VP8D_GET_LAST_REF_USED |
control function to get info on which reference frames were used by the last decode |
| VPXD_SET_DECRYPTOR |
decryption function to decrypt encoded buffer data immediately before decoding. Takes a vpx_decrypt_init, which contains a callback function and opaque context pointer. |
| VP9D_GET_DISPLAY_SIZE |
control function to get the display dimensions for the current frame. |
| VP9_INVERT_TILE_DECODE_ORDER |
For testing. |
1.8.5