Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_parse_slice_header.c147 rplm_t *ps_rplm; in ihevcd_ref_pic_list_modification() local
150 ps_rplm = &(ps_slice_hdr->s_rplm); in ihevcd_ref_pic_list_modification()
165 ps_rplm->i1_ref_pic_list_modification_flag_l0 = value; in ihevcd_ref_pic_list_modification()
167 if(ps_rplm->i1_ref_pic_list_modification_flag_l0) in ihevcd_ref_pic_list_modification()
171 ps_rplm->i1_list_entry_l0[i] = value; in ihevcd_ref_pic_list_modification()
173ps_rplm->i1_list_entry_l0[i] = CLIP3(ps_rplm->i1_list_entry_l0[i], 0, num_poc_total_curr - 1); in ihevcd_ref_pic_list_modification()
180 ps_rplm->i1_ref_pic_list_modification_flag_l1 = value; in ihevcd_ref_pic_list_modification()
182 if(ps_rplm->i1_ref_pic_list_modification_flag_l1) in ihevcd_ref_pic_list_modification()
186 ps_rplm->i1_list_entry_l1[i] = value; in ihevcd_ref_pic_list_modification()
188ps_rplm->i1_list_entry_l1[i] = CLIP3(ps_rplm->i1_list_entry_l1[i], 0, num_poc_total_curr - 1); in ihevcd_ref_pic_list_modification()