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.h27 struct vpx_codec_alg_priv { struct
28 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 …]
Dvp9_cx_iface.c82 struct vpx_codec_alg_priv { struct
83 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 …]
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c46 struct vpx_codec_alg_priv struct
48 vpx_codec_priv_t base;
72 vpx_codec_alg_priv_t *priv = in vp8_init_ctx() argument
Dvp8_cx_iface.c72 struct vpx_codec_alg_priv struct
92 update_error_state(vpx_codec_alg_priv_t *ctx, in update_error_state() argument