FFmpeg
|
#include <hevc.h>
Data Fields | |
struct HEVCFrame * | ref [MAX_REFS] |
int | list [MAX_REFS] |
int | isLongTerm [MAX_REFS] |
int | nb_refs |
Definition at line 272 of file hevc.h.
Referenced by add_candidate_ref(), ff_hevc_slice_rpl(), and hls_prediction_unit().
int RefPicList::list[MAX_REFS] |
Definition at line 273 of file hevc.h.
Referenced by add_candidate_ref(), boundary_strength(), check_mvset(), derive_spatial_merge_candidates(), dist_scale(), and ff_hevc_slice_rpl().
int RefPicList::isLongTerm[MAX_REFS] |
Definition at line 274 of file hevc.h.
Referenced by check_mvset(), ff_hevc_slice_rpl(), and mv_mp_mode_mx_lt().
int RefPicList::nb_refs |
Definition at line 275 of file hevc.h.
Referenced by add_candidate_ref(), derive_temporal_colocated_mvs(), ff_hevc_frame_rps(), and ff_hevc_slice_rpl().