Home | History | Annotate | Download | only in decoder

Lines Matching refs:MAX_DPB_SIZE

458                                                                0, MAX_DPB_SIZE - num_neg_pics - num_pos_pics);
463 0, MAX_DPB_SIZE - num_neg_pics - num_pos_pics -
584 ps_slice_hdr->i1_num_ref_idx_l0_active = CLIP3(ps_slice_hdr->i1_num_ref_idx_l0_active, 0, MAX_DPB_SIZE - 1);
585 ps_slice_hdr->i1_num_ref_idx_l1_active = CLIP3(ps_slice_hdr->i1_num_ref_idx_l1_active, 0, MAX_DPB_SIZE - 1);
631 ps_slice_hdr->i1_collocated_ref_idx = CLIP3(ps_slice_hdr->i1_collocated_ref_idx, 0, MAX_DPB_SIZE - 1);
916 for(r_idx = 0; r_idx < MAX_DPB_SIZE; r_idx++)
968 for(r_idx = ps_slice_hdr->i1_num_ref_idx_l0_active; r_idx < MAX_DPB_SIZE; r_idx++)
983 for(r_idx = ps_slice_hdr->i1_num_ref_idx_l1_active; r_idx < MAX_DPB_SIZE; r_idx++)