FFmpeg
Data Fields
VVCFrame Struct Reference

#include <dec.h>

Data Fields

struct AVFrameframe
 
const VVCSPSsps
 RefStruct reference. More...
 
const VVCPPSpps
 RefStruct reference. More...
 
struct MvFieldtab_dmvr_mvf
 RefStruct reference. More...
 
RefPicListTab ** rpl_tab
 RefStruct reference. More...
 
RefPicListTabrpl
 RefStruct reference. More...
 
int nb_rpl_elems
 
int ctb_count
 
int poc
 
VVCWindow scaling_win
 pps_scaling_win_left_offset * SubWithC, pps_scaling_win_right_offset * SubWithC, pps_scaling_win_top_offset * SubHeigtC, pps_scaling_win_bottom_offset * SubHiehgtC More...
 
int ref_width
 CurrPicScalWinWidthL. More...
 
int ref_height
 CurrPicScalWinHeightL. More...
 
struct VVCFramecollocated_ref
 
struct FrameProgressprogress
 RefStruct reference. More...
 
uint16_t sequence
 A sequence counter, so that old frames are output first after a POC reset. More...
 
uint8_t flags
 A combination of VVC_FRAME_FLAG_*. More...
 

Detailed Description

Definition at line 71 of file dec.h.

Field Documentation

◆ frame

struct AVFrame* VVCFrame::frame

Definition at line 72 of file dec.h.

Referenced by frame_context_setup(), mc_scaled(), mc_uni_scaled(), and ref_frame().

◆ sps

const VVCSPS* VVCFrame::sps

RefStruct reference.

Definition at line 74 of file dec.h.

Referenced by emulated_edge(), ff_vvc_slice_rpl(), ref_frame(), and subpic_get_rect().

◆ pps

const VVCPPS* VVCFrame::pps

RefStruct reference.

Definition at line 75 of file dec.h.

Referenced by emulated_edge(), ref_frame(), and subpic_get_rect().

◆ tab_dmvr_mvf

struct MvField* VVCFrame::tab_dmvr_mvf

RefStruct reference.

Definition at line 76 of file dec.h.

Referenced by ref_frame().

◆ rpl_tab

RefPicListTab** VVCFrame::rpl_tab

RefStruct reference.

Definition at line 77 of file dec.h.

Referenced by ref_frame().

◆ rpl

RefPicListTab* VVCFrame::rpl

RefStruct reference.

Definition at line 78 of file dec.h.

Referenced by ref_frame().

◆ nb_rpl_elems

int VVCFrame::nb_rpl_elems

Definition at line 79 of file dec.h.

Referenced by ref_frame().

◆ ctb_count

int VVCFrame::ctb_count

Definition at line 81 of file dec.h.

Referenced by ref_frame().

◆ poc

int VVCFrame::poc

Definition at line 83 of file dec.h.

Referenced by ref_frame().

◆ scaling_win

VVCWindow VVCFrame::scaling_win

pps_scaling_win_left_offset * SubWithC, pps_scaling_win_right_offset * SubWithC, pps_scaling_win_top_offset * SubHeigtC, pps_scaling_win_bottom_offset * SubHiehgtC

Definition at line 86 of file dec.h.

Referenced by ref_frame().

◆ ref_width

int VVCFrame::ref_width

CurrPicScalWinWidthL.

Definition at line 88 of file dec.h.

Referenced by ref_frame().

◆ ref_height

int VVCFrame::ref_height

CurrPicScalWinHeightL.

Definition at line 89 of file dec.h.

Referenced by ref_frame().

◆ collocated_ref

struct VVCFrame* VVCFrame::collocated_ref

Definition at line 91 of file dec.h.

◆ progress

struct FrameProgress* VVCFrame::progress

RefStruct reference.

Definition at line 93 of file dec.h.

Referenced by ref_frame().

◆ sequence

uint16_t VVCFrame::sequence

A sequence counter, so that old frames are output first after a POC reset.

Definition at line 99 of file dec.h.

Referenced by ref_frame().

◆ flags

uint8_t VVCFrame::flags

A combination of VVC_FRAME_FLAG_*.

Definition at line 103 of file dec.h.

Referenced by ref_frame().


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