Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_lite/hal/kano/vpu_lite/
H A DhalVPU_EX.c553 VPU_Unit_Ctx _stCtx[MAX_VPU_NUM];
765 for (j = 0; j < MAX_VPU_NUM; j++) in _VPU_EX_Context_Init()
2750 for (j = 0; j < MAX_VPU_NUM; j++) in _VPU_EX_GetVPUPoweredCnt()
3316 for (j = 0; j < MAX_VPU_NUM; j++) in HAL_VPU_EX_MVDInUsed()
3353 for (j = 0; j < MAX_VPU_NUM; j++) in HAL_VPU_EX_HVDInUsed()
H A DhalVPU_EX.h124 #define MAX_VPU_NUM 2 macro