Home
last modified time | relevance | path

Searched refs:hantro_aux_buf (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/media/platform/verisilicon/
Dhantro_hw.h65 struct hantro_aux_buf { struct
115 struct hantro_aux_buf priv;
157 struct hantro_aux_buf tile_sizes;
158 struct hantro_aux_buf tile_filter;
159 struct hantro_aux_buf tile_sao;
160 struct hantro_aux_buf tile_bsd;
161 struct hantro_aux_buf ref_bufs[NUM_REF_PICTURES];
162 struct hantro_aux_buf scaling_lists;
176 struct hantro_aux_buf qtable;
186 struct hantro_aux_buf segment_map;
[all …]
Dhantro_vp9.c163 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()
233 struct hantro_aux_buf *tile_edge = &vp9_dec->tile_edge; in hantro_vp9_dec_exit()
234 struct hantro_aux_buf *segment_map = &vp9_dec->segment_map; in hantro_vp9_dec_exit()
235 struct hantro_aux_buf *misc = &vp9_dec->misc; in hantro_vp9_dec_exit()
Dhantro_postproc.c185 struct hantro_aux_buf *priv = &ctx->postproc.dec_q[i]; in hantro_postproc_free()
233 struct hantro_aux_buf *priv = &ctx->postproc.dec_q[index]; in hantro_postproc_alloc()
273 struct hantro_aux_buf *priv = &ctx->postproc.dec_q[index]; in hantro_postproc_get_dec_buf_addr()
Dhantro_h264.c499 struct hantro_aux_buf *priv = &h264_dec->priv; in hantro_h264_dec_exit()
508 struct hantro_aux_buf *priv = &h264_dec->priv; in hantro_h264_dec_init()
Dhantro_g2_vp9_dec.c311 struct hantro_aux_buf *misc = &vp9_ctx->misc; in config_tiles()
312 struct hantro_aux_buf *tile_edge = &vp9_ctx->tile_edge; in config_tiles()
635 struct hantro_aux_buf *misc = &vp9_ctx->misc; in config_probs()
743 struct hantro_aux_buf *misc = &vp9_dec->misc; in config_counts()
754 struct hantro_aux_buf *segment_map = &vp9_ctx->segment_map; in config_seg_map()
Dhantro_vp8.c148 struct hantro_aux_buf *aux_buf; in hantro_vp8_dec_init()