Searched defs:vpx_codec_alg_priv (Results 1 – 4 of 4) sorted by relevance
26 struct vpx_codec_alg_priv { struct27 vpx_codec_priv_t base;28 vpx_codec_dec_cfg_t cfg;29 vp9_stream_info_t si;30 int decoder_init;54 // This function only allocates space for the vpx_codec_alg_priv_t in vp9_init() argument
74 struct vpx_codec_alg_priv { struct75 vpx_codec_priv_t base;76 vpx_codec_enc_cfg_t cfg;77 struct vp9_extracfg extra_cfg;78 VP9_CONFIG oxcf;79 VP9_COMP *cpi;80 unsigned char *cx_data;81 size_t cx_data_sz;82 unsigned char *pending_cx_data;106 static vpx_codec_err_t update_error_state(vpx_codec_alg_priv_t *ctx, in update_error_state() argument
50 struct vpx_codec_alg_priv struct52 vpx_codec_priv_t base;53 vpx_codec_mmap_t mmaps[NELEMENTS(vp8_mem_req_segs)-1];54 vpx_codec_dec_cfg_t cfg;55 vp8_stream_info_t si;56 int defer_alloc;57 int decoder_init;58 int postproc_cfg_set;59 vp8_postproc_cfg_t postproc_cfg;61 unsigned int dbg_postproc_flag;[all …]
77 struct vpx_codec_alg_priv struct96 update_error_state(vpx_codec_alg_priv_t *ctx, in update_error_state() argument