Searched defs:vpx_codec_alg_priv (Results 1 – 4 of 4) sorted by relevance
18 struct vpx_codec_alg_priv { struct19 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 …]
114 struct vpx_codec_alg_priv { struct115 vpx_codec_priv_t base;116 vpx_codec_enc_cfg_t cfg;117 struct vp9_extracfg extra_cfg;118 vpx_codec_pts_t pts_offset;119 unsigned char pts_offset_initialized;120 VP9EncoderConfig oxcf;121 VP9_COMP *cpi;122 unsigned char *cx_data;146 vpx_codec_alg_priv_t *ctx, const struct vpx_internal_error_info *error) { in update_error_state() argument
44 struct vpx_codec_alg_priv { struct67 vpx_codec_alg_priv_t *priv = in vp8_init_ctx() argument
81 struct vpx_codec_alg_priv { struct82 vpx_codec_priv_t base;106 vpx_codec_alg_priv_t *ctx, const struct vpx_internal_error_info *error) { in update_error_state() argument