Searched refs:PROB_SIZE (Results 1 – 6 of 6) sorted by relevance
| /rockchip-linux_mpp/mpp/hal/rkdec/vp9d/ |
| H A D | hal_vp9d_com.h | 55 #define PROB_SIZE 4864 macro
|
| H A D | hal_vp9d_vdpu34x.c | 39 #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 D | hal_vp9d_com.c | 1250 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 D | hal_vp9d_vdpu382.c | 39 #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 D | hal_vp9d_rkv.c | 65 &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 D | hal_vp9d_vdpu383.c | 115 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()
|