20 #ifndef VPX_VPX_VP8DX_H_ 21 #define VPX_VPX_VP8DX_H_ 161 VP8_DECODER_CTRL_ID_MAX
168 unsigned char *output,
int count);
191 #define VPX_CTRL_VP8D_GET_LAST_REF_UPDATES 193 #define VPX_CTRL_VP8D_GET_FRAME_CORRUPTED 195 #define VPX_CTRL_VP8D_GET_LAST_REF_USED 197 #define VPX_CTRL_VPXD_SET_DECRYPTOR 199 #define VPX_CTRL_VP8D_SET_DECRYPTOR 201 #define VPX_CTRL_VP9D_GET_FRAME_SIZE 203 #define VPX_CTRL_VP9D_GET_DISPLAY_SIZE 205 #define VPX_CTRL_VP9D_GET_BIT_DEPTH 207 #define VPX_CTRL_VP9_SET_BYTE_ALIGNMENT 209 #define VPX_CTRL_VP9_INVERT_TILE_DECODE_ORDER 211 #define VPX_CTRL_VP9_SET_SKIP_LOOP_FILTER 213 #define VPX_CTRL_VP9_DECODE_SVC_SPATIAL_LAYER 215 #define VPX_CTRL_VPXD_GET_LAST_QUANTIZER 217 #define VPX_CTRL_VP9_DECODE_SET_ROW_MT 219 #define VPX_CTRL_VP9_SET_LOOP_FILTER_OPT 228 #endif // VPX_VPX_VP8DX_H_ vpx_codec_iface_t * vpx_codec_vp8_dx(void)
The interface to the VP8 decoder.
Codec control function to set loopfilter optimization.
Definition: vp8dx.h:159
void(* vpx_decrypt_cb)(void *decrypt_state, const unsigned char *input, unsigned char *output, int count)
Definition: vp8dx.h:167
struct vpx_decrypt_init vpx_decrypt_init
Structure to hold decryption state.
Codec control function to get last decoded frame quantizer.
Definition: vp8dx.h:141
void * decrypt_state
Definition: vp8dx.h:179
#define VPX_CTRL_USE_TYPE(id, typ)
vpx_codec_control type definition macro
Definition: vpx_codec.h:422
vpx_codec_iface_t vpx_codec_vp9_dx_algo
A single instance of the VP9 decoder.
Codec control function to set row level multi-threading.
Definition: vp8dx.h:149
const struct vpx_codec_iface vpx_codec_iface_t
Codec interface structure.
Definition: vpx_codec.h:177
vpx_decrypt_cb decrypt_cb
Definition: vp8dx.h:176
Structure to hold decryption state.
Definition: vp8dx.h:174
Provides controls common to both the VP8 encoder and decoder.
vpx_codec_iface_t * vpx_codec_vp9_dx(void)
The interface to the VP9 decoder.
vpx_codec_iface_t vpx_codec_vp8_dx_algo
A single instance of the VP8 decoder.
vp8_dec_control_id
VP8 decoder control functions.
Definition: vp8dx.h:72