Searched refs:i1_max_num_merge_cand (Results 1 – 3 of 3) sorted by relevance
553 ps_slice_hdr->i1_max_num_merge_cand = 1; in ihevcd_parse_slice_header()643 ps_slice_hdr->i1_max_num_merge_cand = 5 - value; in ihevcd_parse_slice_header()646 ps_slice_hdr->i1_max_num_merge_cand = CLIP3(ps_slice_hdr->i1_max_num_merge_cand, 1, 5); in ihevcd_parse_slice_header()
851 if(ps_slice_hdr->i1_max_num_merge_cand > 1) in ihevcd_parse_prediction_unit()860 if(ps_slice_hdr->i1_max_num_merge_cand > 2) in ihevcd_parse_prediction_unit()864 (ps_slice_hdr->i1_max_num_merge_cand - 2)); in ihevcd_parse_prediction_unit()888 if(ps_slice_hdr->i1_max_num_merge_cand > 1) in ihevcd_parse_prediction_unit()896 if(ps_slice_hdr->i1_max_num_merge_cand > 2) in ihevcd_parse_prediction_unit()900 (ps_slice_hdr->i1_max_num_merge_cand - 2)); in ihevcd_parse_prediction_unit()
2915 WORD8 i1_max_num_merge_cand; member