|
FFmpeg
|
#include <dec.h>
Data Fields | |
| struct AVFrame * | frame |
| struct AVFrame * | frame_grain |
| 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 | needs_fg |
| 1 if grain needs to be applied by the decoder 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... | |
| void * | hwaccel_picture_private |
| hardware accelerator private data More... | |
| struct AVFrame* VVCFrame::frame |
Definition at line 74 of file dec.h.
Referenced by fill_vaapi_pic(), frame_context_setup(), mc_scaled(), and mc_uni_scaled().
| const VVCSPS* VVCFrame::sps |
RefStruct reference.
Definition at line 76 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 77 of file dec.h.
Referenced by emulated_edge(), and subpic_get_rect().
| RefPicListTab** VVCFrame::rpl_tab |
| RefPicListTab* VVCFrame::rpl |
| int VVCFrame::needs_fg |
| int VVCFrame::poc |
Definition at line 88 of file dec.h.
Referenced by fill_vaapi_pic().
| VVCWindow VVCFrame::scaling_win |
| struct FrameProgress* VVCFrame::progress |
| uint16_t VVCFrame::sequence |
| uint8_t VVCFrame::flags |
A combination of VVC_FRAME_FLAG_*.
Definition at line 108 of file dec.h.
Referenced by fill_vaapi_pic().
| void* VVCFrame::hwaccel_picture_private |
1.8.17