Home
last modified time | relevance | path

Searched refs:MAX_NUMBER_PROC_GRPS (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/encoder/
Dihevce_api.h77 #define MAX_NUMBER_PROC_GRPS 4 macro
894 WORD32 ai4_num_cores_per_grp[MAX_NUMBER_PROC_GRPS];
Dihevce_hle_interface.c733 WORD32 ai4_proc_count[MAX_NUMBER_PROC_GRPS] = { 0 }, i4_proc_grp_count; in ihevce_hle_interface_thrd()
1161 ASSERT(i4_proc_grp_count <= MAX_NUMBER_PROC_GRPS); in ihevce_hle_interface_thrd()
Dihevce_error_check.c433 if(ps_static_cfg_prms->s_multi_thrd_prms.i4_num_proc_groups > MAX_NUMBER_PROC_GRPS) in ihevce_hle_validate_static_params()