Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpege/
H A Dhal_jpege_vepu2_v2.c42 #define MAX_CORE_NUM 4 macro
50 MppBuffer partions_buf[MAX_CORE_NUM - 1];
53 RK_U32 part_rows[MAX_CORE_NUM];
54 RK_U32 ecs_cnt[MAX_CORE_NUM];
57 void *regs[MAX_CORE_NUM];
58 void *regs_out[MAX_CORE_NUM];
135 for (i = 0; i < MAX_CORE_NUM - 1; i++) in hal_jpege_vepu2_deinit()
223 for (i = 0; i < MAX_CORE_NUM - 1; i++) { in hal_jpege_vepu2_get_task()
231 for (i = 0; i < MAX_CORE_NUM - 1; i++) { in hal_jpege_vepu2_get_task()
241 void *regs_base = mpp_calloc_size(void, ctx->reg_size * MAX_CORE_NUM * 2); in hal_jpege_vepu2_get_task()
[all …]
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu540c.c40 #define MAX_CORE_NUM 2 macro