Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_ref_list.c97 WORD32 num_neg_pics, num_pos_pics; in ihevcd_ref_list() local
141 num_pos_pics = ps_sps->as_stref_picset[st_rps_idx].i1_num_pos_pics; in ihevcd_ref_list()
149 num_pos_pics = ps_slice_hdr->s_stref_picset.i1_num_pos_pics; in ihevcd_ref_list()
170 for(i = num_neg_pics; i < num_neg_pics + num_pos_pics; i++) in ihevcd_ref_list()
Dihevcd_parse_slice_header.c410 WORD32 num_pos_pics; in ihevcd_parse_slice_header() local
434 num_pos_pics = ps_sps->as_stref_picset[st_rps_idx].i1_num_pos_pics; in ihevcd_parse_slice_header()
450 num_pos_pics = ps_slice_hdr->s_stref_picset.i1_num_pos_pics; in ihevcd_parse_slice_header()
462 … 0, MAX_DPB_SIZE - num_neg_pics - num_pos_pics); in ihevcd_parse_slice_header()
467 … 0, MAX_DPB_SIZE - num_neg_pics - num_pos_pics - in ihevcd_parse_slice_header()
518 for(i = 0; i < num_neg_pics + num_pos_pics; i++) in ihevcd_parse_slice_header()
Dihevcd_parse_headers.c380 WORD32 num_pos_pics = 0; in ihevcd_short_term_ref_pic_set() local
443 num_pos_pics++; in ihevcd_short_term_ref_pic_set()
451 num_pos_pics = CLIP3(num_pos_pics, 0, (MAX_DPB_SIZE - 1 - num_neg_pics)); in ihevcd_short_term_ref_pic_set()
452 num_pics = num_neg_pics + num_pos_pics; in ihevcd_short_term_ref_pic_set()
457 ps_stref_picset->i1_num_pos_pics = num_pos_pics; in ihevcd_short_term_ref_pic_set()
/external/mesa3d/src/gallium/state_trackers/omx/
Dvid_dec_h265.c92 unsigned num_pos_pics; member
322 rps->num_pos_pics = 0; in st_ref_pic_set()
338 rps->num_pos_pics++; in st_ref_pic_set()
372 rps->num_pos_pics = vl_rbsp_ue(rbsp); in st_ref_pic_set()
373 rps->num_pics = rps->num_neg_pics + rps->num_pos_pics; in st_ref_pic_set()
902 rps->num_pos_pics = 0; in slice_header()