Lines Matching refs:rps
286 RefPicList *rps = s->rps; in mpp_hevc_frame_rps() local
291 rps[0].nb_refs = rps[1].nb_refs = 0; in mpp_hevc_frame_rps()
302 rps[i].nb_refs = 0; 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()
326 ret = add_candidate_ref(s, &rps[list], poc, HEVC_FRAME_FLAG_LONG_REF, LT_FOLL != list); in mpp_hevc_frame_rps()
378 const ShortTermRPS *rps = s->sh.short_term_rps; in mpp_hevc_frame_nb_refs() local
384 if (rps) { in mpp_hevc_frame_nb_refs()
385 for (i = 0; (RK_U32)i < rps->num_negative_pics; i++) in mpp_hevc_frame_nb_refs()
386 ret += !!rps->used[i]; in mpp_hevc_frame_nb_refs()
387 for (; i < rps->num_delta_pocs; i++) in mpp_hevc_frame_nb_refs()
388 ret += !!rps->used[i]; in mpp_hevc_frame_nb_refs()