20#ifndef VPX_VPX_VP8DX_H_
21#define VPX_VPX_VP8DX_H_
145 VP8_DECODER_CTRL_ID_MAX
152 unsigned char *output,
int count);
175#define VPX_CTRL_VP8D_GET_LAST_REF_UPDATES
177#define VPX_CTRL_VP8D_GET_FRAME_CORRUPTED
179#define VPX_CTRL_VP8D_GET_LAST_REF_USED
181#define VPX_CTRL_VPXD_GET_LAST_QUANTIZER
183#define VPX_CTRL_VPXD_SET_DECRYPTOR
185#define VPX_CTRL_VP8D_SET_DECRYPTOR
187#define VPX_CTRL_VP9D_GET_DISPLAY_SIZE
189#define VPX_CTRL_VP9D_GET_BIT_DEPTH
191#define VPX_CTRL_VP9D_GET_FRAME_SIZE
193#define VPX_CTRL_VP9_INVERT_TILE_DECODE_ORDER
194#define VPX_CTRL_VP9_DECODE_SVC_SPATIAL_LAYER
196#define VPX_CTRL_VP9_SET_SKIP_LOOP_FILTER
198#define VPX_CTRL_VP9_DECODE_SET_ROW_MT
200#define VPX_CTRL_VP9_SET_LOOP_FILTER_OPT
#define VPX_CTRL_USE_TYPE(id, typ)
vpx_codec_control type definition macro
Definition vpx_codec.h:422
const struct vpx_codec_iface vpx_codec_iface_t
Codec interface structure.
Definition vpx_codec.h:177
void(* vpx_decrypt_cb)(void *decrypt_state, const unsigned char *input, unsigned char *output, int count)
Definition vp8dx.h:151
vp8_dec_control_id
VP8 decoder control functions.
Definition vp8dx.h:56
@ VP8D_GET_LAST_REF_UPDATES
Definition vp8dx.h:60
@ VP9D_GET_BIT_DEPTH
Definition vp8dx.h:88
@ VP9_INVERT_TILE_DECODE_ORDER
Definition vp8dx.h:105
@ VP9D_SET_ROW_MT
Codec control function to set row level multi-threading.
Definition vp8dx.h:133
@ VP9_SET_BYTE_ALIGNMENT
Definition vp8dx.h:95
@ VP9D_SET_LOOP_FILTER_OPT
Codec control function to set loopfilter optimization.
Definition vp8dx.h:143
@ VP9D_GET_FRAME_SIZE
Definition vp8dx.h:80
@ VPXD_SET_DECRYPTOR
Definition vp8dx.h:74
@ VPXD_GET_LAST_QUANTIZER
Codec control function to get last decoded frame quantizer.
Definition vp8dx.h:125
@ VP9_SET_SKIP_LOOP_FILTER
Definition vp8dx.h:112
@ VP8D_GET_LAST_REF_USED
Definition vp8dx.h:68
@ VP9_DECODE_SVC_SPATIAL_LAYER
Definition vp8dx.h:117
@ VP9D_GET_DISPLAY_SIZE
Definition vp8dx.h:85
@ VP8D_GET_FRAME_CORRUPTED
Definition vp8dx.h:63
Structure to hold decryption state.
Definition vp8dx.h:158
void * decrypt_state
Definition vp8dx.h:163
vpx_decrypt_cb decrypt_cb
Definition vp8dx.h:160
Provides controls common to both the VP8 encoder and decoder.