vp8dx.h File Reference

Provides definitions for using VP8 or VP9 within the vpx Decoder interface. More...

Classes

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)
 Decrypt n bytes of data from input -> output, using the decrypt_state passed in VPXD_SET_DECRYPTOR. More...
 
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. More...
 

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_FRAME_SIZE , VP9D_GET_DISPLAY_SIZE , VP9D_GET_BIT_DEPTH ,
  VP9_SET_BYTE_ALIGNMENT , VP9_INVERT_TILE_DECODE_ORDER , VP9_SET_SKIP_LOOP_FILTER , VP9_DECODE_SVC_SPATIAL_LAYER ,
  VPXD_GET_LAST_QUANTIZER , VP9D_SET_ROW_MT , VP9D_SET_LOOP_FILTER_OPT , VP8_DECODER_CTRL_ID_MAX ,
  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_FRAME_SIZE , VP9D_GET_DISPLAY_SIZE , VP9D_GET_BIT_DEPTH ,
  VP9_SET_BYTE_ALIGNMENT , VP9_INVERT_TILE_DECODE_ORDER , VP8_DECODER_CTRL_ID_MAX
}
 VP8 decoder control functions. More...
 

Functions

 VPX_CTRL_USE_TYPE (VP8D_GET_LAST_REF_UPDATES, int *) VPX_CTRL_USE_TYPE(VP8D_GET_FRAME_CORRUPTED
 VP8 decoder control function parameter type. More...
 
int * VPX_CTRL_USE_TYPE (VP8D_GET_LAST_REF_USED, int *) VPX_CTRL_USE_TYPE(VPXD_SET_DECRYPTOR
 
int vpx_decrypt_initVPX_CTRL_USE_TYPE (VP8D_SET_DECRYPTOR, vpx_decrypt_init *) VPX_CTRL_USE_TYPE(VP9D_GET_DISPLAY_SIZE
 
int vpx_decrypt_init int * VPX_CTRL_USE_TYPE (VP9D_GET_BIT_DEPTH, unsigned int *) VPX_CTRL_USE_TYPE(VP9D_GET_FRAME_SIZE
 
Algorithm interface for VP8

This interface provides the capability to decode VP8 streams.

vpx_codec_iface_tvpx_codec_vp8_dx (void)
 
Algorithm interface for VP9

This interface provides the capability to decode VP9 streams.

vpx_codec_iface_tvpx_codec_vp9_dx (void)
 

Variables

Algorithm interface for VP8

This interface provides the capability to decode VP8 streams.

vpx_codec_iface_t vpx_codec_vp8_dx_algo
 
Algorithm interface for VP9

This interface provides the capability to decode VP9 streams.

vpx_codec_iface_t vpx_codec_vp9_dx_algo
 

Detailed Description

Provides definitions for using VP8 or VP9 within the vpx Decoder interface.