|
FFmpeg
|
#include <av1dec.h>
Data Fields | |
| AVFrame * | f |
| void * | hwaccel_picture_private |
| RefStruct reference. More... | |
| AV1RawOBU * | header_ref |
| RefStruct reference backing raw_frame_header. More... | |
| AV1RawFrameHeader * | raw_frame_header |
| int | temporal_id |
| int | spatial_id |
| uint8_t | gm_invalid [AV1_NUM_REF_FRAMES] |
| uint8_t | gm_type [AV1_NUM_REF_FRAMES] |
| int32_t | gm_params [AV1_NUM_REF_FRAMES][6] |
| uint8_t | skip_mode_frame_idx [2] |
| AV1RawFilmGrainParams | film_grain |
| uint8_t | coded_lossless |
| uint8_t | order_hint |
| uint8_t | ref_frame_sign_bias [AV1_TOTAL_REFS_PER_FRAME] |
| uint8_t | order_hints [AV1_TOTAL_REFS_PER_FRAME] |
| uint8_t | force_integer_mv |
| AVFrame* AV1Frame::f |
Definition at line 37 of file av1dec.h.
Referenced by av1_frame_ref(), vaapi_av1_surface_id(), vk_av1_end_frame(), and vk_av1_fill_pict().
| void* AV1Frame::hwaccel_picture_private |
RefStruct reference.
Definition at line 39 of file av1dec.h.
Referenced by av1_frame_ref(), vk_av1_end_frame(), vk_av1_fill_pict(), and vk_av1_start_frame().
| AV1RawOBU* AV1Frame::header_ref |
RefStruct reference backing raw_frame_header.
Definition at line 41 of file av1dec.h.
Referenced by av1_frame_ref().
| AV1RawFrameHeader* AV1Frame::raw_frame_header |
Definition at line 42 of file av1dec.h.
Referenced by av1_frame_ref(), and vk_av1_fill_pict().
| int AV1Frame::temporal_id |
Definition at line 44 of file av1dec.h.
Referenced by av1_frame_ref().
| int AV1Frame::spatial_id |
Definition at line 45 of file av1dec.h.
Referenced by av1_frame_ref().
| uint8_t AV1Frame::gm_invalid[AV1_NUM_REF_FRAMES] |
Definition at line 47 of file av1dec.h.
Referenced by av1_frame_ref().
| uint8_t AV1Frame::gm_type[AV1_NUM_REF_FRAMES] |
Definition at line 48 of file av1dec.h.
Referenced by av1_frame_ref().
| int32_t AV1Frame::gm_params[AV1_NUM_REF_FRAMES][6] |
Definition at line 49 of file av1dec.h.
Referenced by av1_frame_ref().
| uint8_t AV1Frame::skip_mode_frame_idx[2] |
Definition at line 51 of file av1dec.h.
Referenced by av1_frame_ref().
| AV1RawFilmGrainParams AV1Frame::film_grain |
Definition at line 53 of file av1dec.h.
Referenced by av1_frame_ref().
| uint8_t AV1Frame::coded_lossless |
Definition at line 55 of file av1dec.h.
Referenced by av1_frame_ref().
| uint8_t AV1Frame::order_hint |
Definition at line 58 of file av1dec.h.
Referenced by av1_frame_ref().
| uint8_t AV1Frame::ref_frame_sign_bias[AV1_TOTAL_REFS_PER_FRAME] |
Definition at line 60 of file av1dec.h.
Referenced by av1_frame_ref().
| uint8_t AV1Frame::order_hints[AV1_TOTAL_REFS_PER_FRAME] |
Definition at line 63 of file av1dec.h.
Referenced by av1_frame_ref().
| uint8_t AV1Frame::force_integer_mv |
Definition at line 69 of file av1dec.h.
Referenced by av1_frame_ref().
1.8.17