FFmpeg
Data Fields
RefPicList Struct Reference

#include <hevcdec.h>

Data Fields

struct HEVCFrameref [HEVC_MAX_REFS]
 
int list [HEVC_MAX_REFS]
 
int isLongTerm [HEVC_MAX_REFS]
 
int nb_refs
 

Detailed Description

Definition at line 238 of file hevcdec.h.

Field Documentation

◆ ref

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().

◆ list

int RefPicList::list[HEVC_MAX_REFS]

◆ isLongTerm

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().

◆ nb_refs

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().


The documentation for this struct was generated from the following file: