Lines Matching refs:list
333 rpl_tmp.list[rpl_tmp.nb_refs] = rps->list[j];
351 rpl->list[i] = rpl_tmp.list[idx];
428 /* add a reference with the given poc to the list and mark it as used in DPB */
429 static int add_candidate_ref(HEVCContext *s, RefPicList *list,
434 if (ref == s->ref || list->nb_refs >= HEVC_MAX_REFS)
443 list->list[list->nb_refs] = ref->poc;
444 list->ref[list->nb_refs] = ref;
445 list->nb_refs++;
479 int list;
482 list = ST_FOLL;
484 list = ST_CURR_BEF;
486 list = ST_CURR_AFT;
488 ret = add_candidate_ref(s, &rps[list], poc, HEVC_FRAME_FLAG_SHORT_REF, 1);
496 int list = long_rps->used[i] ? LT_CURR : LT_FOLL;
498 ret = add_candidate_ref(s, &rps[list], poc, HEVC_FRAME_FLAG_LONG_REF, long_rps->poc_msb_present[i]);