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.c418 WORD32 num_pos_pics; in ihevcd_parse_slice_header() local
442 num_pos_pics = ps_sps->as_stref_picset[st_rps_idx].i1_num_pos_pics; in ihevcd_parse_slice_header()
458 num_pos_pics = ps_slice_hdr->s_stref_picset.i1_num_pos_pics; in ihevcd_parse_slice_header()
474 …if((value + ps_slice_hdr->i1_num_long_term_sps + num_neg_pics + num_pos_pics) > (MAX_DPB_SIZE - 1)) in ihevcd_parse_slice_header()
528 for(i = 0; i < num_neg_pics + num_pos_pics; i++) in ihevcd_parse_slice_header()
Dihevcd_parse_headers.c438 WORD32 num_pos_pics = 0; in ihevcd_short_term_ref_pic_set() local
509 num_pos_pics++; in ihevcd_short_term_ref_pic_set()
517 num_pos_pics = CLIP3(num_pos_pics, 0, (MAX_DPB_SIZE - 1 - num_neg_pics)); in ihevcd_short_term_ref_pic_set()
518 num_pics = num_neg_pics + num_pos_pics; in ihevcd_short_term_ref_pic_set()
523 ps_stref_picset->i1_num_pos_pics = num_pos_pics; in ihevcd_short_term_ref_pic_set()
/external/mesa3d/src/gallium/state_trackers/omx_bellagio/
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()