Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_com.h55 #define PROB_SIZE 4864 macro
H A Dhal_vp9d_vdpu34x.c39 #define PROB_SIZE_ALIGN_TO_4K MPP_ALIGN(PROB_SIZE, SZ_4K)
94 ret = mpp_buffer_get(p_hal->group, &hw_ctx->prob_loop_base[i], PROB_SIZE); in hal_vp9d_alloc_res()
100 ret = mpp_buffer_get(p_hal->group, &hw_ctx->prob_default_base, PROB_SIZE); in hal_vp9d_alloc_res()
573 for (i = 0; i < PROB_SIZE / 4; i += 2) { in hal_vp9d_vdpu34x_gen_regs()
H A Dhal_vp9d_com.c1250 RK_S32 fifo_len = PROB_SIZE >> 3; in hal_vp9d_prob_default()
1256 memset(buf, 0, PROB_SIZE); in hal_vp9d_prob_default()
1451 RK_S32 fifo_len = PROB_SIZE >> 3; in hal_vp9d_prob_flag_delta()
1461 memset(buf, 0, PROB_SIZE); in hal_vp9d_prob_flag_delta()
H A Dhal_vp9d_vdpu382.c39 #define PROB_SIZE_ALIGN_TO_4K MPP_ALIGN(PROB_SIZE, SZ_4K)
94 ret = mpp_buffer_get(p_hal->group, &hw_ctx->prob_loop_base[i], PROB_SIZE); in hal_vp9d_alloc_res()
100 ret = mpp_buffer_get(p_hal->group, &hw_ctx->prob_default_base, PROB_SIZE); in hal_vp9d_alloc_res()
587 for (i = 0; i < PROB_SIZE / 4; i += 2) { in hal_vp9d_vdpu382_gen_regs()
H A Dhal_vp9d_rkv.c65 &hw_ctx->g_buf[i].probe_base, PROB_SIZE); in hal_vp9d_alloc_res()
91 ret = mpp_buffer_get(p_hal->group, &hw_ctx->probe_base, PROB_SIZE); in hal_vp9d_alloc_res()
H A Dhal_vp9d_vdpu383.c115 ret = mpp_buffer_get(p_hal->group, &hw_ctx->prob_loop_base[i], PROB_SIZE); in hal_vp9d_alloc_res()
122 ret = mpp_buffer_get(p_hal->group, &hw_ctx->prob_default_base, PROB_SIZE); in hal_vp9d_alloc_res()
170 ret = mpp_buffer_get(p_hal->group, &hw_ctx->global_base, PROB_SIZE); in hal_vp9d_alloc_res()