Home
last modified time | relevance | path

Searched refs:pi2_delta_poc (Results 1 – 1 of 1) sorted by relevance

/external/libhevc/decoder/
Dihevcd_ref_list.c99 WORD16 *pi2_delta_poc; in ihevcd_ref_list() local
143 pi2_delta_poc = ps_sps->as_stref_picset[st_rps_idx].ai2_delta_poc; in ihevcd_ref_list()
151 pi2_delta_poc = ps_slice_hdr->s_stref_picset.ai2_delta_poc; in ihevcd_ref_list()
160 ai4_poc_st_curr_before[u4_num_st_curr_before] = i4_pic_order_cnt_val + pi2_delta_poc[i]; in ihevcd_ref_list()
165 ai4_poc_st_foll[u4_num_st_foll] = i4_pic_order_cnt_val + pi2_delta_poc[i]; in ihevcd_ref_list()
174 ai4_poc_st_curr_after[u4_num_st_curr_after] = i4_pic_order_cnt_val + pi2_delta_poc[i]; in ihevcd_ref_list()
179 ai4_poc_st_foll[u4_num_st_foll] = i4_pic_order_cnt_val + pi2_delta_poc[i]; in ihevcd_ref_list()