Home | History | Annotate | Download | only in decoder

Lines Matching refs:i1_max_num_merge_cand

538         ps_slice_hdr->i1_max_num_merge_cand = 1;
628 ps_slice_hdr->i1_max_num_merge_cand = 5 - value;
631 ps_slice_hdr->i1_max_num_merge_cand = CLIP3(ps_slice_hdr->i1_max_num_merge_cand, 1, 5);