Home
last modified time | relevance | path

Searched refs:vp8_dec (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/staging/media/hantro/
Dhantro_vp8.c57 dst = ctx->vp8_dec.prob_tbl.cpu; in hantro_vp8_prob_update()
111 dst = ctx->vp8_dec.prob_tbl.cpu; in hantro_vp8_prob_update()
126 dst = ctx->vp8_dec.prob_tbl.cpu; in hantro_vp8_prob_update()
162 aux_buf = &ctx->vp8_dec.segment_map; in hantro_vp8_dec_init()
173 aux_buf = &ctx->vp8_dec.prob_tbl; in hantro_vp8_dec_init()
185 dma_free_coherent(vpu->dev, ctx->vp8_dec.segment_map.size, in hantro_vp8_dec_init()
186 ctx->vp8_dec.segment_map.cpu, in hantro_vp8_dec_init()
187 ctx->vp8_dec.segment_map.dma); in hantro_vp8_dec_init()
194 struct hantro_vp8_dec_hw_ctx *vp8_dec = &ctx->vp8_dec; in hantro_vp8_dec_exit() local
197 dma_free_coherent(vpu->dev, vp8_dec->segment_map.size, in hantro_vp8_dec_exit()
[all …]
Dhantro_g1_vp8_dec.c416 vdpu_write_relaxed(vpu, ctx->vp8_dec.prob_tbl.dma, in cfg_buffers()
420 reg = G1_REG_FWD_PIC1_SEGMENT_BASE(ctx->vp8_dec.segment_map.dma); in cfg_buffers()
449 if (V4L2_VP8_FRAME_IS_KEY_FRAME(hdr) && ctx->vp8_dec.segment_map.cpu) in hantro_g1_vp8_dec_run()
450 memset(ctx->vp8_dec.segment_map.cpu, 0, in hantro_g1_vp8_dec_run()
451 ctx->vp8_dec.segment_map.size); in hantro_g1_vp8_dec_run()
Drockchip_vpu2_hw_vp8_dec.c492 vdpu_write_relaxed(vpu, ctx->vp8_dec.prob_tbl.dma, in cfg_buffers()
496 reg = VDPU_REG_FWD_PIC1_SEGMENT_BASE(ctx->vp8_dec.segment_map.dma); in cfg_buffers()
526 if (V4L2_VP8_FRAME_IS_KEY_FRAME(hdr) && ctx->vp8_dec.segment_map.cpu) in rockchip_vpu2_vp8_dec_run()
527 memset(ctx->vp8_dec.segment_map.cpu, 0, in rockchip_vpu2_vp8_dec_run()
528 ctx->vp8_dec.segment_map.size); in rockchip_vpu2_vp8_dec_run()
Dhantro.h263 struct hantro_vp8_dec_hw_ctx vp8_dec; member