Searched refs:mpeg2_dec (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/media/hantro/ |
H A D | hantro_mpeg2.c | 42 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 D | hantro_g1_mpeg2_dec.c | 92 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()
|
H A D | rk3399_vpu_hw_mpeg2_dec.c | 94 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()
|
H A D | hantro.h | 218 * @mpeg2_dec: MPEG-2-decoding context. 244 struct hantro_mpeg2_dec_hw_ctx mpeg2_dec; member
|
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/ |
H A D | hantro_mpeg2.c | 42 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 D | rockchip_vpu2_hw_mpeg2_dec.c | 89 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 D | hantro_g1_mpeg2_dec.c | 87 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 D | hantro.h | 241 * @mpeg2_dec: MPEG-2-decoding context. 271 struct hantro_mpeg2_dec_hw_ctx mpeg2_dec; member
|
Completed in 5 milliseconds