Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vp9/
H A 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 …]
H A Dvp9_cx_iface.c114 struct vpx_codec_alg_priv { struct
115 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
/aosp_15_r20/external/libvpx/vp8/
H A Dvp8_dx_iface.c44 struct vpx_codec_alg_priv { struct
67 vpx_codec_alg_priv_t *priv = in vp8_init_ctx() argument
H A Dvp8_cx_iface.c81 struct vpx_codec_alg_priv { struct
82 vpx_codec_priv_t base;
106 vpx_codec_alg_priv_t *ctx, const struct vpx_internal_error_info *error) { in update_error_state() argument