Searched defs:aom_codec_alg_priv (Results 1 – 2 of 2) sorted by relevance
37 struct aom_codec_alg_priv { struct38 aom_codec_priv_t base;39 aom_codec_dec_cfg_t cfg;40 aom_codec_stream_info_t si;41 int postproc_cfg_set;42 aom_postproc_cfg_t postproc_cfg;43 aom_image_t img;44 int img_avail;45 int flushed;46 int invert_tile_order;[all …]
260 struct aom_codec_alg_priv { struct282 aom_codec_alg_priv_t *ctx, const struct aom_internal_error_info *error) { in update_error_state() argument