Home
last modified time | relevance | path

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

/Linux-v5.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.c413 vdpu_write_relaxed(vpu, ctx->vp8_dec.prob_tbl.dma, in cfg_buffers()
417 reg = G1_REG_FWD_PIC1_SEGMENT_BASE(ctx->vp8_dec.segment_map.dma); in cfg_buffers()
445 if (VP8_FRAME_IS_KEY_FRAME(hdr) && ctx->vp8_dec.segment_map.cpu) in hantro_g1_vp8_dec_run()
446 memset(ctx->vp8_dec.segment_map.cpu, 0, in hantro_g1_vp8_dec_run()
447 ctx->vp8_dec.segment_map.size); in hantro_g1_vp8_dec_run()
Drk3399_vpu_hw_vp8_dec.c490 vdpu_write_relaxed(vpu, ctx->vp8_dec.prob_tbl.dma, in cfg_buffers()
494 reg = VDPU_REG_FWD_PIC1_SEGMENT_BASE(ctx->vp8_dec.segment_map.dma); in cfg_buffers()
523 if (VP8_FRAME_IS_KEY_FRAME(hdr) && ctx->vp8_dec.segment_map.cpu) in rk3399_vpu_vp8_dec_run()
524 memset(ctx->vp8_dec.segment_map.cpu, 0, in rk3399_vpu_vp8_dec_run()
525 ctx->vp8_dec.segment_map.size); in rk3399_vpu_vp8_dec_run()
Dhantro.h245 struct hantro_vp8_dec_hw_ctx vp8_dec; member