Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/media/hantro/
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()
Dhantro_g1_mpeg2_dec.c92 hantro_mpeg2_dec_copy_qtable(ctx->mpeg2_dec.qtable.cpu, in hantro_g1_mpeg2_dec_set_quantization()
94 vdpu_write_relaxed(vpu, ctx->mpeg2_dec.qtable.dma, in hantro_g1_mpeg2_dec_set_quantization()
Drk3399_vpu_hw_mpeg2_dec.c94 hantro_mpeg2_dec_copy_qtable(ctx->mpeg2_dec.qtable.cpu, quantization); in rk3399_vpu_mpeg2_dec_set_quantization()
95 vdpu_write_relaxed(vpu, ctx->mpeg2_dec.qtable.dma, in rk3399_vpu_mpeg2_dec_set_quantization()
Dhantro.h257 struct hantro_mpeg2_dec_hw_ctx mpeg2_dec; member