FFmpeg
|
#include <dec.h>
Data Fields | |
struct AVFrame * | frame |
const VVCSPS * | sps |
RefStruct reference. More... | |
const VVCPPS * | pps |
RefStruct reference. More... | |
struct MvField * | tab_dmvr_mvf |
RefStruct reference. More... | |
RefPicListTab ** | rpl_tab |
RefStruct reference. More... | |
RefPicListTab * | rpl |
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 VVCFrame * | collocated_ref |
struct FrameProgress * | progress |
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... | |
struct AVFrame* VVCFrame::frame |
Definition at line 72 of file dec.h.
Referenced by frame_context_setup(), mc_scaled(), and mc_uni_scaled().
const VVCSPS* VVCFrame::sps |
RefStruct reference.
Definition at line 74 of file dec.h.
Referenced by emulated_edge(), ff_vvc_slice_rpl(), and subpic_get_rect().
const VVCPPS* VVCFrame::pps |
RefStruct reference.
Definition at line 75 of file dec.h.
Referenced by emulated_edge(), and subpic_get_rect().
RefPicListTab** VVCFrame::rpl_tab |
RefPicListTab* VVCFrame::rpl |
VVCWindow VVCFrame::scaling_win |
struct FrameProgress* VVCFrame::progress |
uint16_t VVCFrame::sequence |