Lines Matching defs:s
37 void mpp_hevc_unref_frame(HEVCContext *s, HEVCFrame *frame, int flags) in mpp_hevc_unref_frame()
59 void mpp_hevc_clear_refs(HEVCContext *s) in mpp_hevc_clear_refs()
69 void mpp_hevc_flush_dpb(HEVCContext *s) in mpp_hevc_flush_dpb()
82 static HEVCFrame *alloc_frame(HEVCContext *s) in alloc_frame()
160 int mpp_hevc_set_new_ref(HEVCContext *s, MppFrame *mframe, int poc) in mpp_hevc_set_new_ref()
203 static HEVCFrame *find_ref_idx(HEVCContext *s, int poc) in find_ref_idx()
233 static HEVCFrame *generate_missing_ref(HEVCContext *s, int poc) in generate_missing_ref()
254 static int add_candidate_ref(HEVCContext *s, RefPicList *list, in add_candidate_ref()
281 RK_S32 mpp_hevc_frame_rps(HEVCContext *s) in mpp_hevc_frame_rps()
351 int mpp_hevc_compute_poc(HEVCContext *s, int poc_lsb) in mpp_hevc_compute_poc()
374 int mpp_hevc_frame_nb_refs(HEVCContext *s) in mpp_hevc_frame_nb_refs()