Lines Matching refs:list
254 static int add_candidate_ref(HEVCContext *s, RefPicList *list, in add_candidate_ref() argument
267 list->list[list->nb_refs] = ref->poc; in add_candidate_ref()
268 list->ref[list->nb_refs] = ref; in add_candidate_ref()
269 list->nb_refs++; in add_candidate_ref()
307 int list; in mpp_hevc_frame_rps() local
310 list = ST_FOLL; in mpp_hevc_frame_rps()
312 list = ST_CURR_BEF; in mpp_hevc_frame_rps()
314 list = ST_CURR_AFT; in mpp_hevc_frame_rps()
316 ret = add_candidate_ref(s, &rps[list], poc, HEVC_FRAME_FLAG_SHORT_REF, ST_FOLL != list); in mpp_hevc_frame_rps()
324 int list = long_rps->used[i] ? LT_CURR : LT_FOLL; in mpp_hevc_frame_rps() local
326 ret = add_candidate_ref(s, &rps[list], poc, HEVC_FRAME_FLAG_LONG_REF, LT_FOLL != list); in mpp_hevc_frame_rps()