Searched refs:au1_in_dep (Results 1 – 2 of 2) sorted by relevance
/external/libhevc/encoder/ |
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() 545 memset(&ps_job_queue_curr->au1_in_dep[0], 1, sizeof(UWORD8) * inp_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() 649 memset(&ps_job_queue_curr->au1_in_dep[0], 1, sizeof(UWORD8) * inp_dep); in ihevce_prepare_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() 1046 memset(&ps_pre_enc_job_queue_curr->au1_in_dep[0], 1, sizeof(UWORD8) * inp_dep); in ihevce_prepare_pre_enc_job_queue()
|
D | ihevce_multi_thrd_structs.h | 179 UWORD8 au1_in_dep[MAX_IN_DEP]; member
|