Home
last modified time | relevance | path

Searched refs:qp_table (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/mpp/hal/vpu/mpg4d/
H A Dhal_m4vd_vdpu2.c73 RK_U8 *dst = (RK_U8 *)mpp_buffer_get_ptr(ctx->qp_table); in vdpu2_mpg4d_setup_regs_by_syntax()
218 regs->reg61_qtable_base = mpp_buffer_get_fd(ctx->qp_table); in vdpu2_mpg4d_setup_regs_by_syntax()
229 MppBuffer qp_table = NULL; in vdpu2_mpg4d_init() local
246 ret = mpp_buffer_get(group, &qp_table, 64 * 2 * sizeof(RK_U8)); in vdpu2_mpg4d_init()
270 ctx->qp_table = qp_table; in vdpu2_mpg4d_init()
283 if (qp_table) { in vdpu2_mpg4d_init()
284 mpp_buffer_put(qp_table); in vdpu2_mpg4d_init()
285 qp_table = NULL; in vdpu2_mpg4d_init()
313 if (ctx->qp_table) { in vdpu2_mpg4d_deinit()
314 mpp_buffer_put(ctx->qp_table); in vdpu2_mpg4d_deinit()
[all …]
H A Dhal_m4vd_vdpu1.c73 RK_U8 *dst = (RK_U8 *)mpp_buffer_get_ptr(ctx->qp_table); in vdpu1_mpg4d_setup_regs_by_syntax()
220 regs->SwReg40.sw_qtable_base = mpp_buffer_get_fd(ctx->qp_table); in vdpu1_mpg4d_setup_regs_by_syntax()
231 MppBuffer qp_table = NULL; in vdpu1_mpg4d_init() local
248 ret = mpp_buffer_get(group, &qp_table, 64 * 2 * sizeof(RK_U8)); in vdpu1_mpg4d_init()
272 ctx->qp_table = qp_table; in vdpu1_mpg4d_init()
285 if (qp_table) { in vdpu1_mpg4d_init()
286 mpp_buffer_put(qp_table); in vdpu1_mpg4d_init()
287 qp_table = NULL; in vdpu1_mpg4d_init()
315 if (ctx->qp_table) { in vdpu1_mpg4d_deinit()
316 mpp_buffer_put(ctx->qp_table); in vdpu1_mpg4d_deinit()
[all …]
H A Dhal_m4vd_com.h46 MppBuffer qp_table; member
/rockchip-linux_mpp/mpp/hal/vpu/m2vd/
H A Dhal_m2vd_vdpu1.c56 ret = mpp_buffer_get(ctx->group, &ctx->qp_table, M2VD_BUF_SIZE_QPTAB); in hal_m2vd_vdpu1_init()
93 if (p->qp_table) { in hal_m2vd_vdpu1_deinit()
94 ret = mpp_buffer_put(p->qp_table); in hal_m2vd_vdpu1_deinit()
95 p->qp_table = NULL; in hal_m2vd_vdpu1_deinit()
158 q_table = mpp_buffer_get_ptr(ctx->qp_table); in hal_m2vd_vdpu1_gen_regs()
160 mpp_buffer_sync_end(ctx->qp_table); in hal_m2vd_vdpu1_gen_regs()
243 p_regs->sw40.qtable_base = mpp_buffer_get_fd(ctx->qp_table); in hal_m2vd_vdpu1_gen_regs()
H A Dhal_m2vd_vdpu2.c61 ret = mpp_buffer_get(p->group, &p->qp_table, M2VD_BUF_SIZE_QPTAB); in hal_m2vd_vdpu2_init()
117 if (p->qp_table) { in hal_m2vd_vdpu2_deinit()
118 ret = mpp_buffer_put(p->qp_table); in hal_m2vd_vdpu2_deinit()
119 p->qp_table = NULL; in hal_m2vd_vdpu2_deinit()
207 q_table = mpp_buffer_get_ptr(ctx->qp_table); in hal_m2vd_vdpu2_gen_regs()
209 mpp_buffer_sync_end(ctx->qp_table); in hal_m2vd_vdpu2_gen_regs()
295 p_regs->sw61.slice_table = mpp_buffer_get_fd(ctx->qp_table); in hal_m2vd_vdpu2_gen_regs()
H A Dhal_m2vd_base.h70 MppBuffer qp_table; member