127 VP8_DECODER_CTRL_ID_MAX
134 unsigned char *output,
int count);
161 #define VPX_CTRL_VP8D_GET_LAST_REF_UPDATES 163 #define VPX_CTRL_VP8D_GET_FRAME_CORRUPTED 165 #define VPX_CTRL_VP8D_GET_LAST_REF_USED 167 #define VPX_CTRL_VPXD_GET_LAST_QUANTIZER 169 #define VPX_CTRL_VPXD_SET_DECRYPTOR 171 #define VPX_CTRL_VP8D_SET_DECRYPTOR 173 #define VPX_CTRL_VP9D_GET_DISPLAY_SIZE 175 #define VPX_CTRL_VP9D_GET_BIT_DEPTH 177 #define VPX_CTRL_VP9D_GET_FRAME_SIZE 179 #define VPX_CTRL_VP9_INVERT_TILE_DECODE_ORDER 180 #define VPX_CTRL_VP9_DECODE_SVC_SPATIAL_LAYER 182 #define VPX_CTRL_VP9_SET_SKIP_LOOP_FILTER 192 #endif // VPX_VP8DX_H_
void(* vpx_decrypt_cb)(void *decrypt_state, const unsigned char *input, unsigned char *output, int count)
Definition: vp8dx.h:133
vpx_decrypt_init vp8_decrypt_init
A deprecated alias for vpx_decrypt_init.
Definition: vp8dx.h:150
struct vpx_decrypt_init vpx_decrypt_init
Structure to hold decryption state.
Codec control function to get last decoded frame quantizer.
Definition: vp8dx.h:125
void * decrypt_state
Definition: vp8dx.h:145
#define VPX_CTRL_USE_TYPE(id, typ)
vpx_codec_control type definition macro
Definition: vpx_codec.h:419
const struct vpx_codec_iface vpx_codec_iface_t
Codec interface structure.
Definition: vpx_codec.h:174
vpx_decrypt_cb decrypt_cb
Definition: vp8dx.h:142
Structure to hold decryption state.
Definition: vp8dx.h:140
Provides controls common to both the VP8 encoder and decoder.
vp8_dec_control_id
VP8 decoder control functions.
Definition: vp8dx.h:56