Home | History | Annotate | Download | only in decoder

Lines Matching refs:MAX_DPB_SIZE

450         num_neg_pics = CLIP3(num_neg_pics, 0, MAX_DPB_SIZE - 1);
451 num_pos_pics = CLIP3(num_pos_pics, 0, (MAX_DPB_SIZE - 1 - num_neg_pics));
498 MAX_DPB_SIZE - 1);
504 (MAX_DPB_SIZE - 1 - ps_stref_picset->i1_num_neg_pics));
1423 if(ps_sps->ai1_sps_max_dec_pic_buffering[i] > MAX_DPB_SIZE)