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 HEVCFrame* RefPicList::ref[HEVC_MAX_REFS] |
Definition at line 239 of file hevcdec.h.
Referenced by ff_hevc_slice_rpl(), and hls_prediction_unit().
int RefPicList::list[HEVC_MAX_REFS] |
Definition at line 240 of file hevcdec.h.
Referenced by boundary_strength(), check_mvset(), derive_spatial_merge_candidates(), dist_scale(), and ff_hevc_slice_rpl().
int RefPicList::isLongTerm[HEVC_MAX_REFS] |
Definition at line 241 of file hevcdec.h.
Referenced by check_mvset(), ff_hevc_slice_rpl(), and mv_mp_mode_mx_lt().
int RefPicList::nb_refs |
Definition at line 242 of file hevcdec.h.
Referenced by derive_temporal_colocated_mvs(), ff_hevc_frame_rps(), and ff_hevc_slice_rpl().