Searched refs:i1_max_num_merge_cand (Results 1 – 3 of 3) sorted by relevance
541 ps_slice_hdr->i1_max_num_merge_cand = 1; in ihevcd_parse_slice_header()631 ps_slice_hdr->i1_max_num_merge_cand = 5 - value; in ihevcd_parse_slice_header()634 ps_slice_hdr->i1_max_num_merge_cand = CLIP3(ps_slice_hdr->i1_max_num_merge_cand, 1, 5); in ihevcd_parse_slice_header()
838 if(ps_slice_hdr->i1_max_num_merge_cand > 1) in ihevcd_parse_prediction_unit()847 if(ps_slice_hdr->i1_max_num_merge_cand > 2) in ihevcd_parse_prediction_unit()851 (ps_slice_hdr->i1_max_num_merge_cand - 2)); in ihevcd_parse_prediction_unit()875 if(ps_slice_hdr->i1_max_num_merge_cand > 1) in ihevcd_parse_prediction_unit()883 if(ps_slice_hdr->i1_max_num_merge_cand > 2) in ihevcd_parse_prediction_unit()887 (ps_slice_hdr->i1_max_num_merge_cand - 2)); in ihevcd_parse_prediction_unit()
2915 WORD8 i1_max_num_merge_cand; member