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()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 …]
30 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() local743 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 …]
273 struct hantro_vp9_dec_hw_ctx vp9_dec; member