Home
last modified time | relevance | path

Searched defs:vpx_codec_alg_priv (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.h18 struct vpx_codec_alg_priv { struct
19 vpx_codec_priv_t base;
20 vpx_codec_dec_cfg_t cfg;
21 vp9_stream_info_t si;
22 VP9Decoder *pbi;
23 void *user_priv;
24 int postproc_cfg_set;
25 vp8_postproc_cfg_t postproc_cfg;
26 vpx_decrypt_cb decrypt_cb;
27 void *decrypt_state;
[all …]
Dvp9_cx_iface.c99 struct vpx_codec_alg_priv { struct
100 vpx_codec_priv_t base;
101 vpx_codec_enc_cfg_t cfg;
102 struct vp9_extracfg extra_cfg;
126 vpx_codec_alg_priv_t *ctx, const struct vpx_internal_error_info *error) { in update_error_state() argument
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c43 struct vpx_codec_alg_priv { struct
66 vpx_codec_alg_priv_t *priv = in vp8_init_ctx() argument
Dvp8_cx_iface.c75 struct vpx_codec_alg_priv { struct
96 vpx_codec_alg_priv_t *ctx, const struct vpx_internal_error_info *error) { in update_error_state() argument