Home
last modified time | relevance | path

Searched refs:rps_offset (Results 1 – 7 of 7) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_ctx.h88 RK_U32 rps_offset; member
H A Dhal_h265d_vdpu382.c152 reg_ctx->rps_offset = reg_ctx->offset_rps[0]; in hal_h265d_vdpu382_init()
681 reg_ctx->rps_offset = reg_ctx->offset_rps[i]; in hal_h265d_vdpu382_gen_regs()
696 rps_ptr = mpp_buffer_get_ptr(reg_ctx->bufs) + reg_ctx->rps_offset; in hal_h265d_vdpu382_gen_regs()
912 mpp_dev_set_reg_offset(reg_ctx->dev, 163, reg_ctx->rps_offset); in hal_h265d_vdpu382_gen_regs()
H A Dhal_h265d_vdpu34x.c154 reg_ctx->rps_offset = reg_ctx->offset_rps[0]; in hal_h265d_vdpu34x_init()
875 reg_ctx->rps_offset = reg_ctx->offset_rps[i]; in hal_h265d_vdpu34x_gen_regs()
890 rps_ptr = mpp_buffer_get_ptr(reg_ctx->bufs) + reg_ctx->rps_offset; in hal_h265d_vdpu34x_gen_regs()
1136 mpp_dev_set_reg_offset(reg_ctx->dev, 163, reg_ctx->rps_offset); in hal_h265d_vdpu34x_gen_regs()
H A Dhal_h265d_vdpu383.c166 reg_ctx->rps_offset = reg_ctx->offset_rps[0]; in hal_h265d_vdpu383_init()
891 reg_ctx->rps_offset = reg_ctx->offset_rps[i]; in hal_h265d_vdpu383_gen_regs()
904 rps_ptr = mpp_buffer_get_ptr(reg_ctx->bufs) + reg_ctx->rps_offset; in hal_h265d_vdpu383_gen_regs()
1160 mpp_dev_set_reg_offset(reg_ctx->dev, 129, reg_ctx->rps_offset); in hal_h265d_vdpu383_gen_regs()
/rockchip-linux_mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_vdpu34x.c149 RK_U32 rps_offset; member
738 reg_ctx->rps_offset = reg_ctx->offset_rps[0]; in vdpu34x_h264d_init()
945 ctx->rps_offset = ctx->offset_rps[i]; in vdpu34x_h264d_gen_regs()
980 memcpy((char *)ctx->bufs_ptr + ctx->rps_offset, (void *)ctx->rps, sizeof(ctx->rps)); in vdpu34x_h264d_gen_regs()
982 mpp_dev_set_reg_offset(p_hal->dev, 163, ctx->rps_offset); in vdpu34x_h264d_gen_regs()
H A Dhal_h264d_vdpu383.c96 RK_U32 rps_offset; member
662 reg_ctx->rps_offset = reg_ctx->offset_rps[0]; in vdpu383_h264d_init()
866 ctx->rps_offset = ctx->offset_rps[i]; in vdpu383_h264d_gen_regs()
898 memcpy((char *)ctx->bufs_ptr + ctx->rps_offset, (void *)ctx->rps, sizeof(ctx->rps)); in vdpu383_h264d_gen_regs()
900 mpp_dev_set_reg_offset(p_hal->dev, 129, ctx->rps_offset); in vdpu383_h264d_gen_regs()
H A Dhal_h264d_vdpu382.c153 RK_U32 rps_offset; member
759 reg_ctx->rps_offset = reg_ctx->offset_rps[0]; in vdpu382_h264d_init()
974 ctx->rps_offset = ctx->offset_rps[i]; in vdpu382_h264d_gen_regs()
1008 memcpy((char *)ctx->bufs_ptr + ctx->rps_offset, (void *)ctx->rps, sizeof(ctx->rps)); in vdpu382_h264d_gen_regs()
1010 mpp_dev_set_reg_offset(p_hal->dev, 163, ctx->rps_offset); in vdpu382_h264d_gen_regs()