Searched refs:short_rps (Results 1 – 2 of 2) sorted by relevance
284 const ShortTermRPS *short_rps = s->sh.short_term_rps; in mpp_hevc_frame_rps() local290 if (!short_rps) { in mpp_hevc_frame_rps()305 for (i = 0; short_rps && (RK_S32)i < short_rps->num_delta_pocs; i++) { in mpp_hevc_frame_rps()306 int poc = s->poc + short_rps->delta_poc[i]; in mpp_hevc_frame_rps()309 if (!short_rps->used[i]) in mpp_hevc_frame_rps()311 else if (i < short_rps->num_negative_pics) in mpp_hevc_frame_rps()
74 * [h265d]: fix bug: when has no short_rps, it should be has no rps