Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_com.h55 #define PROB_SIZE 4864 macro
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()
580 for (i = 0; i < PROB_SIZE / 4; i += 2) { in hal_vp9d_vdpu382_gen_regs()
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()
566 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()
1462 memset(buf, 0, PROB_SIZE); in hal_vp9d_prob_flag_delta()
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()
/OK3568_Linux_fs/kernel/drivers/staging/media/meson/vdec/
H A Dcodec_vp9.c72 #define PROB_SIZE 0x5000 macro
95 #define COUNT_OFFSET (PROB_OFFSET + PROB_SIZE)