Home
last modified time | relevance | path

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

/Linux-v5.4/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.c414 vdpu_write_relaxed(vpu, ctx->vp8_dec.prob_tbl.dma, in cfg_buffers()
418 reg = G1_REG_FWD_PIC1_SEGMENT_BASE(ctx->vp8_dec.segment_map.dma); in cfg_buffers()
446 if (VP8_FRAME_IS_KEY_FRAME(hdr) && ctx->vp8_dec.segment_map.cpu) in hantro_g1_vp8_dec_run()
447 memset(ctx->vp8_dec.segment_map.cpu, 0, in hantro_g1_vp8_dec_run()
448 ctx->vp8_dec.segment_map.size); in hantro_g1_vp8_dec_run()
Drk3399_vpu_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()
525 if (VP8_FRAME_IS_KEY_FRAME(hdr) && ctx->vp8_dec.segment_map.cpu) in rk3399_vpu_vp8_dec_run()
526 memset(ctx->vp8_dec.segment_map.cpu, 0, in rk3399_vpu_vp8_dec_run()
527 ctx->vp8_dec.segment_map.size); in rk3399_vpu_vp8_dec_run()
Dhantro.h258 struct hantro_vp8_dec_hw_ctx vp8_dec; member