FFmpeg
|
#include <av1dec.h>
ThreadFrame AV1Frame::tf |
Definition at line 34 of file av1dec.h.
Referenced by av1_decode_frame(), av1_decode_free(), av1_decode_init(), av1_frame_alloc(), av1_frame_ref(), av1_frame_unref(), dxva2_av1_end_frame(), fill_picture_parameters(), get_current_frame(), nvdec_av1_start_frame(), set_output_frame(), update_reference_list(), and vaapi_av1_surface_id().
AVBufferRef* AV1Frame::hwaccel_priv_buf |
Definition at line 36 of file av1dec.h.
Referenced by av1_frame_alloc(), av1_frame_ref(), and av1_frame_unref().
void* AV1Frame::hwaccel_picture_private |
Definition at line 37 of file av1dec.h.
Referenced by av1_frame_alloc(), av1_frame_ref(), av1_frame_unref(), commit_bitstream_and_slice_buffer(), dxva2_av1_decode_slice(), dxva2_av1_end_frame(), dxva2_av1_start_frame(), vaapi_av1_decode_slice(), vaapi_av1_end_frame(), and vaapi_av1_start_frame().
AVBufferRef* AV1Frame::header_ref |
Definition at line 39 of file av1dec.h.
Referenced by av1_frame_alloc(), av1_frame_ref(), and av1_frame_unref().
AV1RawFrameHeader* AV1Frame::raw_frame_header |
Definition at line 40 of file av1dec.h.
Referenced by av1_frame_alloc(), av1_frame_ref(), av1_frame_unref(), and skip_mode_params().
int AV1Frame::temporal_id |
Definition at line 42 of file av1dec.h.
Referenced by av1_decode_frame(), av1_frame_ref(), av1_frame_unref(), and nvdec_av1_start_frame().
int AV1Frame::spatial_id |
Definition at line 43 of file av1dec.h.
Referenced by av1_decode_frame(), av1_frame_ref(), av1_frame_unref(), nvdec_av1_start_frame(), and set_output_frame().
uint8_t AV1Frame::gm_type[AV1_NUM_REF_FRAMES] |
Definition at line 45 of file av1dec.h.
Referenced by av1_frame_ref(), fill_picture_parameters(), global_motion_params(), and nvdec_av1_start_frame().
int32_t AV1Frame::gm_params[AV1_NUM_REF_FRAMES][6] |
Definition at line 46 of file av1dec.h.
Referenced by av1_frame_ref(), fill_picture_parameters(), global_motion_params(), nvdec_av1_start_frame(), and read_global_param().
uint8_t AV1Frame::skip_mode_frame_idx[2] |
Definition at line 48 of file av1dec.h.
Referenced by av1_frame_ref(), av1_frame_unref(), nvdec_av1_start_frame(), and skip_mode_params().
AV1RawFilmGrainParams AV1Frame::film_grain |
Definition at line 50 of file av1dec.h.
Referenced by av1_frame_ref(), av1_frame_unref(), export_film_grain(), fill_picture_parameters(), load_grain_params(), nvdec_av1_start_frame(), and vaapi_av1_start_frame().
uint8_t AV1Frame::coded_lossless |
Definition at line 52 of file av1dec.h.
Referenced by av1_frame_ref(), av1_frame_unref(), coded_lossless_param(), and nvdec_av1_start_frame().