Home
last modified time | relevance | path

Searched refs:segid_cur_base (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_rkv.c38 MppBuffer segid_cur_base; member
77 &hw_ctx->g_buf[i].segid_cur_base, MAX_SEGMAP_SIZE); in hal_vp9d_alloc_res()
101 ret = mpp_buffer_get(p_hal->group, &hw_ctx->segid_cur_base, MAX_SEGMAP_SIZE); in hal_vp9d_alloc_res()
138 if (hw_ctx->g_buf[i].segid_cur_base) { in hal_vp9d_release_res()
139 ret = mpp_buffer_put(hw_ctx->g_buf[i].segid_cur_base); in hal_vp9d_release_res()
172 if (hw_ctx->segid_cur_base) { in hal_vp9d_release_res()
173 ret = mpp_buffer_put(hw_ctx->segid_cur_base); in hal_vp9d_release_res()
277 hw_ctx->segid_cur_base = hw_ctx->g_buf[i].segid_cur_base; in hal_vp9d_rkv_gen_regs()
338 vp9_hw_regs->swreg16_vp9_segidcur_base = mpp_buffer_get_fd(hw_ctx->segid_cur_base); in hal_vp9d_rkv_gen_regs()
340 vp9_hw_regs->swreg15_vp9_segidlast_base = mpp_buffer_get_fd(hw_ctx->segid_cur_base); in hal_vp9d_rkv_gen_regs()
H A Dhal_vp9d_ctx.h43 MppBuffer segid_cur_base; member