Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/verisilicon/
H A Dhantro_mpeg2.c42 ctx->mpeg2_dec.qtable.size = ARRAY_SIZE(zigzag) * 4; in hantro_mpeg2_dec_init()
43 ctx->mpeg2_dec.qtable.cpu = in hantro_mpeg2_dec_init()
45 ctx->mpeg2_dec.qtable.size, in hantro_mpeg2_dec_init()
46 &ctx->mpeg2_dec.qtable.dma, in hantro_mpeg2_dec_init()
48 if (!ctx->mpeg2_dec.qtable.cpu) in hantro_mpeg2_dec_init()
58 ctx->mpeg2_dec.qtable.size, in hantro_mpeg2_dec_exit()
59 ctx->mpeg2_dec.qtable.cpu, in hantro_mpeg2_dec_exit()
60 ctx->mpeg2_dec.qtable.dma); in hantro_mpeg2_dec_exit()
H A Drockchip_vpu2_hw_mpeg2_dec.c89 hantro_mpeg2_dec_copy_qtable(ctx->mpeg2_dec.qtable.cpu, q); in rockchip_vpu2_mpeg2_dec_set_quantisation()
90 vdpu_write_relaxed(vpu, ctx->mpeg2_dec.qtable.dma, VDPU_REG_QTABLE_BASE); in rockchip_vpu2_mpeg2_dec_set_quantisation()
H A Dhantro_g1_mpeg2_dec.c87 hantro_mpeg2_dec_copy_qtable(ctx->mpeg2_dec.qtable.cpu, q); in hantro_g1_mpeg2_dec_set_quantisation()
88 vdpu_write_relaxed(vpu, ctx->mpeg2_dec.qtable.dma, G1_REG_QTABLE_BASE); in hantro_g1_mpeg2_dec_set_quantisation()
H A Dhantro.h271 struct hantro_mpeg2_dec_hw_ctx mpeg2_dec; member