Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_rkv.c39 MppBuffer segid_last_base; member
83 &hw_ctx->g_buf[i].segid_last_base, MAX_SEGMAP_SIZE); in hal_vp9d_alloc_res()
106 ret = mpp_buffer_get(p_hal->group, &hw_ctx->segid_last_base, MAX_SEGMAP_SIZE); in hal_vp9d_alloc_res()
145 if (hw_ctx->g_buf[i].segid_last_base) { in hal_vp9d_release_res()
146 ret = mpp_buffer_put(hw_ctx->g_buf[i].segid_last_base); in hal_vp9d_release_res()
179 if (hw_ctx->segid_last_base) { in hal_vp9d_release_res()
180 ret = mpp_buffer_put(hw_ctx->segid_last_base); in hal_vp9d_release_res()
278 hw_ctx->segid_last_base = hw_ctx->g_buf[i].segid_last_base; in hal_vp9d_rkv_gen_regs()
337 vp9_hw_regs->swreg15_vp9_segidlast_base = mpp_buffer_get_fd(hw_ctx->segid_last_base); in hal_vp9d_rkv_gen_regs()
341 vp9_hw_regs->swreg16_vp9_segidcur_base = mpp_buffer_get_fd(hw_ctx->segid_last_base); in hal_vp9d_rkv_gen_regs()
H A Dhal_vp9d_ctx.h44 MppBuffer segid_last_base; member