FFmpeg
|
#include <dec.h>
Data Fields | |
struct VVCFrame * | ref |
int | poc |
int | is_lt |
int | is_scaled |
RprConstraintsActiveFlag. More... | |
int | scale [2] |
RefPicScale[]. More... | |
struct VVCFrame* VVCRefPic::ref |
Definition at line 46 of file dec.h.
Referenced by add_candidate_ref(), check_candidate_ref(), ff_vvc_slice_rpl(), luma_prof_bi(), mc_bi_scaled(), mc_scaled(), mc_uni_scaled(), pred_gpm_blk(), schedule_inter(), and vaapi_vvc_decode_slice().
int VVCRefPic::poc |
Definition at line 47 of file dec.h.
Referenced by add_candidate_ref(), affine_mvp_candidate(), affine_mvp_constructed_cp(), boundary_strength(), check_mvset(), derive_dmvr_bdof_flag(), derive_mmvd(), mvp_candidate(), mvp_history_candidates(), sb_temporal_luma_motion_data(), and smvd_find().
int VVCRefPic::is_lt |
Definition at line 48 of file dec.h.
Referenced by add_candidate_ref(), check_mvset(), derive_dmvr_bdof_flag(), derive_mmvd(), and smvd_find().
int VVCRefPic::is_scaled |
RprConstraintsActiveFlag.
Definition at line 51 of file dec.h.
Referenced by add_candidate_ref(), check_candidate_ref(), derive_cb_prof_flag_lx(), derive_dmvr_bdof_flag(), ff_vvc_slice_rpl(), luma_prof_bi(), mc_bi_scaled(), pred_gpm_blk(), and schedule_inter().
int VVCRefPic::scale[2] |
RefPicScale[].
Definition at line 52 of file dec.h.
Referenced by add_candidate_ref(), mc_scaled(), mc_uni_scaled(), scaled_ref_pos_and_step(), and schedule_inter().