Home | History | Annotate | Download | only in decoder

Lines Matching refs:CLIP3

393 CLIP3(r_idx, 0, idx - 1);
451 num_neg_pics = CLIP3(num_neg_pics, 0, MAX_DPB_SIZE - 1);
452 num_pos_pics = CLIP3(num_pos_pics, 0, (MAX_DPB_SIZE - 1 - num_neg_pics));
497 ps_stref_picset->i1_num_neg_pics = CLIP3(ps_stref_picset->i1_num_neg_pics,
503 ps_stref_picset->i1_num_pos_pics = CLIP3(ps_stref_picset->i1_num_pos_pics,
977 value = CLIP3(value, 0, matrix_id);
1198 vps_id = CLIP3(vps_id, 0, MAX_VPS_CNT - 1);
1202 sps_max_sub_layers = CLIP3(sps_max_sub_layers, 1, 7);
1408 ps_sps->i1_num_short_term_ref_pic_sets = CLIP3(ps_sps->i1_num_short_term_ref_pic_sets, 0, MAX_STREF_PICS_SPS);
1646 ps_pps->i1_sps_id = CLIP3(ps_pps->i1_sps_id, 0, MAX_SPS_CNT - 2);