HomeSort by relevance Sort by last modified time
    Searched refs:MAX_IN_DEP (Results 1 - 2 of 2) sorted by null

  /external/libhevc/encoder/
ihevce_multi_thrd_structs.h 47 #define MAX_IN_DEP 80
177 * This has to be the first element of the array, MAX_IN_DEP has to be multiple of 4
179 UWORD8 au1_in_dep[MAX_IN_DEP];
ihevce_multi_thrd_funcs.c 146 UWORD8 au1_in_dep_cmp[MAX_IN_DEP] = { 0 };
189 mem_diff = memcmp((void *)pu1_ref_buf, (void *)pu1_curr_buf, MAX_IN_DEP);
194 mem_diff = memcmp((void *)pu1_ref_buf, (void *)pu1_curr_buf, MAX_IN_DEP);
203 if((0 != memcmp(&au1_in_dep_cmp[0], &ps_job_queue->au1_in_dep[0], MAX_IN_DEP)))
255 UWORD8 au1_in_dep_cmp[MAX_IN_DEP] = { 0 };
296 mem_diff = memcmp((void *)pu1_ref_buf, (void *)pu1_curr_buf, MAX_IN_DEP);
301 mem_diff = memcmp((void *)pu1_ref_buf, (void *)pu1_curr_buf, MAX_IN_DEP);
310 if((0 != memcmp(&au1_in_dep_cmp[0], &ps_job_queue->au1_in_dep[0], MAX_IN_DEP)))
553 memset(&ps_job_queue_curr->au1_in_dep[0], 0, sizeof(UWORD8) * MAX_IN_DEP);
657 memset(&ps_job_queue_curr->au1_in_dep[0], 0, sizeof(UWORD8) * MAX_IN_DEP);
    [all...]

Completed in 56 milliseconds