Home
last modified time | relevance | path

Searched refs:vp9_dec (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/platform/verisilicon/
H A Dhantro_vp9.c119 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() local
163 struct hantro_aux_buf *tile_edge = &vp9_dec->tile_edge; in hantro_vp9_dec_init()
164 struct hantro_aux_buf *segment_map = &vp9_dec->segment_map; 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() local
[all …]
H A Dhantro_g2_vp9_dec.c30 struct hantro_vp9_dec_hw_ctx *vp9_ctx = &ctx->vp9_dec; in start_prepare_run()
256 struct hantro_vp9_dec_hw_ctx *vp9_ctx = &ctx->vp9_dec; in recompute_tile_rc_info()
284 struct hantro_vp9_dec_hw_ctx *vp9_ctx = &ctx->vp9_dec; in fill_tile_info()
310 struct hantro_vp9_dec_hw_ctx *vp9_ctx = &ctx->vp9_dec; in config_tiles()
389 struct hantro_vp9_dec_hw_ctx *vp9_ctx = &ctx->vp9_dec; in config_segment()
549 struct hantro_vp9_dec_hw_ctx *vp9_ctx = &ctx->vp9_dec; in config_others()
634 struct hantro_vp9_dec_hw_ctx *vp9_ctx = &ctx->vp9_dec; in config_probs()
742 struct hantro_vp9_dec_hw_ctx *vp9_dec = &ctx->vp9_dec; in config_counts() local
743 struct hantro_aux_buf *misc = &vp9_dec->misc; in config_counts()
744 dma_addr_t addr = misc->dma + vp9_dec->ctx_counters_offset; in config_counts()
[all …]
H A Dhantro.h273 struct hantro_vp9_dec_hw_ctx vp9_dec; member