Searched refs:vp9_dec (Results 1 – 3 of 3) sorted by relevance
119 struct hantro_vp9_dec_hw_ctx *vp9_ctx = &ctx->vp9_dec; in init_v4l2_vp9_count_tbl()162 struct hantro_vp9_dec_hw_ctx *vp9_dec = &ctx->vp9_dec; in hantro_vp9_dec_init() local163 struct hantro_aux_buf *tile_edge = &vp9_dec->tile_edge; in hantro_vp9_dec_init()165 struct hantro_aux_buf *misc = &vp9_dec->misc; in hantro_vp9_dec_init()182 vp9_dec->bsd_ctrl_offset = size; in hantro_vp9_dec_init()193 vp9_dec->segment_map_size = size; in hantro_vp9_dec_init()204 vp9_dec->ctx_counters_offset = size; in hantro_vp9_dec_init()206 vp9_dec->tile_info_offset = size; in hantro_vp9_dec_init()232 struct hantro_vp9_dec_hw_ctx *vp9_dec = &ctx->vp9_dec; in hantro_vp9_dec_exit() local233 struct hantro_aux_buf *tile_edge = &vp9_dec->tile_edge; in hantro_vp9_dec_exit()[all …]
32 struct hantro_vp9_dec_hw_ctx *vp9_ctx = &ctx->vp9_dec; in start_prepare_run()272 struct hantro_vp9_dec_hw_ctx *vp9_ctx = &ctx->vp9_dec; in recompute_tile_rc_info()300 struct hantro_vp9_dec_hw_ctx *vp9_ctx = &ctx->vp9_dec; in fill_tile_info()326 struct hantro_vp9_dec_hw_ctx *vp9_ctx = &ctx->vp9_dec; in config_tiles()405 struct hantro_vp9_dec_hw_ctx *vp9_ctx = &ctx->vp9_dec; in config_segment()565 struct hantro_vp9_dec_hw_ctx *vp9_ctx = &ctx->vp9_dec; in config_others()650 struct hantro_vp9_dec_hw_ctx *vp9_ctx = &ctx->vp9_dec; in config_probs()758 struct hantro_vp9_dec_hw_ctx *vp9_dec = &ctx->vp9_dec; in config_counts() local759 struct hantro_aux_buf *misc = &vp9_dec->misc; in config_counts()769 struct hantro_vp9_dec_hw_ctx *vp9_ctx = &ctx->vp9_dec; in config_seg_map()[all …]
274 struct hantro_vp9_dec_hw_ctx vp9_dec; member