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
 
VVCRefPic refs [VVC_MAX_REF_ENTRIES]
 

Detailed Description

Definition at line 190 of file hevcdec.h.

Field Documentation

◆ ref

struct HEVCFrame* RefPicList::ref[HEVC_MAX_REFS]

Definition at line 191 of file hevcdec.h.

Referenced by ff_hevc_slice_rpl(), hls_prediction_unit(), and vaapi_hevc_decode_slice().

◆ list

int RefPicList::list[HEVC_MAX_REFS]

◆ isLongTerm

int RefPicList::isLongTerm[HEVC_MAX_REFS]

Definition at line 193 of file hevcdec.h.

Referenced by check_mvset(), ff_hevc_slice_rpl(), and mv_mp_mode_mx_lt().

◆ nb_refs

int RefPicList::nb_refs

◆ refs

VVCRefPic RefPicList::refs[VVC_MAX_REF_ENTRIES]

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