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 237 of file hevcdec.h.
Referenced by add_candidate_ref(), ff_hevc_slice_rpl(), find_frame_rps_type(), hls_prediction_unit(), and vdpau_hevc_start_frame().
int RefPicList::list[HEVC_MAX_REFS] |
Definition at line 238 of file hevcdec.h.
Referenced by add_candidate_ref(), boundary_strength(), check_mvset(), derive_spatial_merge_candidates(), dist_scale(), and ff_hevc_slice_rpl().
int RefPicList::isLongTerm[HEVC_MAX_REFS] |
Definition at line 239 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 240 of file hevcdec.h.
Referenced by add_candidate_ref(), derive_temporal_colocated_mvs(), ff_hevc_frame_rps(), ff_hevc_slice_rpl(), find_frame_rps_type(), and vdpau_hevc_start_frame().