Searched refs:MAX_IN_DEP (Results 1 – 2 of 2) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_multi_thrd_structs.h | 47 #define MAX_IN_DEP 80 macro 179 UWORD8 au1_in_dep[MAX_IN_DEP];
|
D | ihevce_multi_thrd_funcs.c | 193 while(ihevce_is_nonzero(ps_job_queue->au1_in_dep, MAX_IN_DEP)); in ihevce_pre_enc_grp_get_next_job() 201 if(ihevce_is_nonzero(ps_job_queue->au1_in_dep, MAX_IN_DEP)) in ihevce_pre_enc_grp_get_next_job() 289 while(ihevce_is_nonzero(ps_job_queue->au1_in_dep, MAX_IN_DEP)); in ihevce_enc_grp_get_next_job() 297 if(ihevce_is_nonzero(ps_job_queue->au1_in_dep, MAX_IN_DEP)) in ihevce_enc_grp_get_next_job() 540 memset(&ps_job_queue_curr->au1_in_dep[0], 0, sizeof(UWORD8) * MAX_IN_DEP); in ihevce_prepare_job_queue() 644 memset(&ps_job_queue_curr->au1_in_dep[0], 0, sizeof(UWORD8) * MAX_IN_DEP); in ihevce_prepare_job_queue() 837 ASSERT(ai4_me_num_vert_units_lyr[0] <= MAX_IN_DEP); in ihevce_prepare_pre_enc_job_queue() 1041 memset(&ps_pre_enc_job_queue_curr->au1_in_dep[0], 0, sizeof(UWORD8) * MAX_IN_DEP); in ihevce_prepare_pre_enc_job_queue()
|