Searched defs:u4_num_lt_foll (Results 1 - 1 of 1) sorted by relevance
/external/libhevc/decoder/ |
H A D | ihevcd_ref_list.c | 110 UWORD32 u4_num_st_curr_before, u4_num_st_foll, u4_num_st_curr_after, u4_num_lt_curr, u4_num_lt_foll; local 185 u4_num_lt_foll = 0; 202 ai4_poc_lt_foll[u4_num_lt_foll] = i4_poc_lt; 203 ai1_foll_delta_poc_msb_present_flag[u4_num_lt_foll] = ps_slice_hdr->ai1_delta_poc_msb_present_flag[i]; 204 u4_num_lt_foll++; 255 for(i = 0; i < u4_num_lt_foll; i++) 276 for(j = 0; j < u4_num_lt_foll; j++) 299 for(j = 0; j < u4_num_lt_foll; j++) 340 for(i = 0; i < (WORD32)u4_num_lt_foll; i++) 491 DEBUG_PRINT_REF_LIST_POCS(i4_pic_order_cnt_val, ps_slice_hdr, ps_dpb_mgr, u4_num_st_curr_before, u4_num_st_curr_after, u4_num_st_foll, u4_num_lt_curr, u4_num_lt_foll, ai4_poc_st_curr_befor [all...] |
Completed in 81 milliseconds