Searched refs:PROB_SIZE (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/vp9d/ |
| H A D | hal_vp9d_com.h | 55 #define PROB_SIZE 4864 macro
|
| 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() 580 for (i = 0; i < PROB_SIZE / 4; i += 2) { in hal_vp9d_vdpu382_gen_regs()
|
| 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() 566 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() 1462 memset(buf, 0, PROB_SIZE); in hal_vp9d_prob_flag_delta()
|
| 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()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/meson/vdec/ |
| H A D | codec_vp9.c | 72 #define PROB_SIZE 0x5000 macro 95 #define COUNT_OFFSET (PROB_OFFSET + PROB_SIZE)
|