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(), mc_uni_scaled(), and ref_frame().
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().
const VVCPPS* VVCFrame::pps |
RefStruct reference.
Definition at line 75 of file dec.h.
Referenced by emulated_edge(), ref_frame(), and subpic_get_rect().
struct MvField* VVCFrame::tab_dmvr_mvf |
RefPicListTab** VVCFrame::rpl_tab |
RefPicListTab* VVCFrame::rpl |
int VVCFrame::nb_rpl_elems |
Definition at line 79 of file dec.h.
Referenced by ref_frame().
int VVCFrame::ctb_count |
Definition at line 81 of file dec.h.
Referenced by ref_frame().
int VVCFrame::poc |
Definition at line 83 of file dec.h.
Referenced by ref_frame().
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().
int VVCFrame::ref_width |
int VVCFrame::ref_height |
struct FrameProgress* VVCFrame::progress |
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().
uint8_t VVCFrame::flags |