Searched defs:vpx_codec_alg_priv (Results 1 – 4 of 4) sorted by relevance
27 struct vpx_codec_alg_priv { struct28 vpx_codec_priv_t base;29 vpx_codec_dec_cfg_t cfg;30 vp9_stream_info_t si;31 int postproc_cfg_set;32 vp8_postproc_cfg_t postproc_cfg;33 vpx_decrypt_cb decrypt_cb;34 void *decrypt_state;35 vpx_image_t img;36 int img_avail;[all …]
82 struct vpx_codec_alg_priv { struct83 vpx_codec_priv_t base;84 vpx_codec_enc_cfg_t cfg;85 struct vp9_extracfg extra_cfg;86 VP9EncoderConfig oxcf;87 VP9_COMP *cpi;88 unsigned char *cx_data;89 size_t cx_data_sz;90 unsigned char *pending_cx_data;91 size_t pending_cx_data_sz;[all …]
46 struct vpx_codec_alg_priv struct48 vpx_codec_priv_t base;72 vpx_codec_alg_priv_t *priv = in vp8_init_ctx() argument
72 struct vpx_codec_alg_priv struct92 update_error_state(vpx_codec_alg_priv_t *ctx, in update_error_state() argument