Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/jpege/
H A Dhal_jpege_vepu2_v2.c43 #define MAX_CORE_NUM 4 macro
51 MppBuffer partions_buf[MAX_CORE_NUM - 1];
54 RK_U32 part_rows[MAX_CORE_NUM];
55 RK_U32 ecs_cnt[MAX_CORE_NUM];
58 void *regs[MAX_CORE_NUM];
59 void *regs_out[MAX_CORE_NUM];
134 for (i = 0; i < MAX_CORE_NUM - 1; i++) in hal_jpege_vepu2_deinit()
218 for (i = 0; i < MAX_CORE_NUM - 1; i++) { in hal_jpege_vepu2_get_task()
226 for (i = 0; i < MAX_CORE_NUM - 1; i++) { in hal_jpege_vepu2_get_task()
236 void *regs_base = mpp_calloc_size(void, ctx->reg_size * MAX_CORE_NUM * 2); in hal_jpege_vepu2_get_task()
[all …]
/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu540c.c42 #define MAX_CORE_NUM 2 macro