Lines Matching refs:HEVCContext
32 void ff_hevc_unref_frame(HEVCContext *s, HEVCFrame *frame, int flags) in ff_hevc_unref_frame()
57 RefPicList *ff_hevc_get_ref_list(HEVCContext *s, HEVCFrame *ref, int x0, int y0) in ff_hevc_get_ref_list()
66 void ff_hevc_clear_refs(HEVCContext *s) in ff_hevc_clear_refs()
75 void ff_hevc_flush_dpb(HEVCContext *s) in ff_hevc_flush_dpb()
82 static HEVCFrame *alloc_frame(HEVCContext *s) in alloc_frame()
135 int ff_hevc_set_new_ref(HEVCContext *s, AVFrame **frame, int poc) in ff_hevc_set_new_ref()
174 int ff_hevc_output_frame(HEVCContext *s, AVFrame *out, int flush) in ff_hevc_output_frame()
233 void ff_hevc_bump_frame(HEVCContext *s) in ff_hevc_bump_frame()
273 static int init_slice_rpl(HEVCContext *s) in init_slice_rpl()
291 int ff_hevc_slice_rpl(HEVCContext *s) in ff_hevc_slice_rpl()
361 static HEVCFrame *find_ref_idx(HEVCContext *s, int poc, uint8_t use_msb) in find_ref_idx()
386 static HEVCFrame *generate_missing_ref(HEVCContext *s, int poc) in generate_missing_ref()
421 static int add_candidate_ref(HEVCContext *s, RefPicList *list, in add_candidate_ref()
443 int ff_hevc_frame_rps(HEVCContext *s) in ff_hevc_frame_rps()
503 int ff_hevc_frame_nb_refs(const HEVCContext *s) in ff_hevc_frame_nb_refs()