Searched defs:u4_num_st_curr_before (Results 1 - 1 of 1) sorted by relevance

/external/libhevc/decoder/
H A Dihevcd_ref_list.c110 UWORD32 u4_num_st_curr_before, u4_num_st_foll, u4_num_st_curr_after, u4_num_lt_curr, u4_num_lt_foll; local
154 u4_num_st_curr_before = 0;
160 ai4_poc_st_curr_before[u4_num_st_curr_before] = i4_pic_order_cnt_val + pi2_delta_poc[i];
161 u4_num_st_curr_before++;
208 u4_num_total_curr = u4_num_lt_curr + u4_num_st_curr_after + u4_num_st_curr_before;
217 for(j = 0; j < u4_num_st_curr_before; j++)
236 for(j = 0; j < u4_num_st_curr_before; j++)
260 for(j = 0; j < u4_num_st_curr_before; j++)
283 for(j = 0; j < u4_num_st_curr_before; j++)
361 for(i = 0; i < (WORD32)u4_num_st_curr_before;
[all...]

Completed in 131 milliseconds