Lines Matching refs:rpl
319 RefPicList *rpl = &s->ref->refPicList[list_idx];
351 rpl->list[i] = rpl_tmp.list[idx];
352 rpl->ref[i] = rpl_tmp.ref[idx];
353 rpl->isLongTerm[i] = rpl_tmp.isLongTerm[idx];
354 rpl->nb_refs++;
357 memcpy(rpl, &rpl_tmp, sizeof(*rpl));
358 rpl->nb_refs = FFMIN(rpl->nb_refs, sh->nb_refs[list_idx]);
362 sh->collocated_ref_idx < rpl->nb_refs)
363 s->ref->collocated_ref = rpl->ref[sh->collocated_ref_idx];