FFmpeg
|
#include <hevcdec.h>
Data Fields | |
struct HEVCFrame * | ref [HEVC_MAX_REFS] |
int | list [HEVC_MAX_REFS] |
int | isLongTerm [HEVC_MAX_REFS] |
int | nb_refs |
struct VVCFrame * | ref [VVC_MAX_REF_ENTRIES] |
struct HEVCFrame* RefPicList::ref[HEVC_MAX_REFS] |
Definition at line 190 of file hevcdec.h.
Referenced by ff_hevc_slice_rpl(), ff_vvc_slice_rpl(), hls_prediction_unit(), pred_get_refs(), pred_gpm_blk(), and schedule_inter().
int RefPicList::list |
Definition at line 191 of file hevcdec.h.
Referenced by affine_mvp_candidate(), affine_mvp_constructed_cp(), boundary_strength(), check_mvset(), derive_dmvr_bdof_flag(), derive_mmvd(), derive_spatial_merge_candidates(), dist_scale(), ff_hevc_slice_rpl(), mvp_candidate(), mvp_history_candidates(), sb_temporal_luma_motion_data(), and smvd_find().
int RefPicList::isLongTerm |
Definition at line 192 of file hevcdec.h.
Referenced by check_mvset(), derive_dmvr_bdof_flag(), derive_mmvd(), ff_hevc_slice_rpl(), mv_mp_mode_mx_lt(), and smvd_find().
int RefPicList::nb_refs |
Definition at line 193 of file hevcdec.h.
Referenced by derive_temporal_colocated_mvs(), ff_hevc_frame_rps(), ff_hevc_slice_rpl(), ff_vvc_no_backward_pred_flag(), and ff_vvc_slice_rpl().
struct VVCFrame* RefPicList::ref[VVC_MAX_REF_ENTRIES] |