FFmpeg
4.0
|
#include <libavcodec/vp9shared.h>
Data Fields | |
ThreadFrame | tf |
AVBufferRef * | extradata |
uint8_t * | segmentation_map |
VP9mvrefPair * | mv |
int | uses_2pass |
AVBufferRef * | hwaccel_priv_buf |
void * | hwaccel_picture_private |
Definition at line 59 of file vp9shared.h.
ThreadFrame VP9Frame::tf |
Definition at line 60 of file vp9shared.h.
Referenced by decode_frame_header(), decode_mode(), decode_sb(), decode_sb_mem(), decode_tiles(), dxva2_vp9_end_frame(), ff_vp9_decode_block(), ff_vp9_loopfilter_sb(), fill_picture_parameters(), find_ref_mvs(), init_frames(), intra_recon(), mc_chroma_scaled(), mc_luma_scaled(), nvdec_vp9_start_frame(), vaapi_vp9_surface_id(), vp9_decode_frame(), vp9_decode_free(), vp9_decode_init(), vp9_frame_alloc(), vp9_frame_ref(), and vp9_frame_unref().
AVBufferRef* VP9Frame::extradata |
Definition at line 61 of file vp9shared.h.
Referenced by vp9_frame_alloc(), vp9_frame_ref(), and vp9_frame_unref().
uint8_t* VP9Frame::segmentation_map |
Definition at line 62 of file vp9shared.h.
Referenced by decode_mode(), vp9_decode_frame(), vp9_frame_alloc(), vp9_frame_ref(), and vp9_frame_unref().
VP9mvrefPair* VP9Frame::mv |
Definition at line 63 of file vp9shared.h.
Referenced by decode_mode(), find_ref_mvs(), vp9_frame_alloc(), and vp9_frame_ref().
int VP9Frame::uses_2pass |
Definition at line 64 of file vp9shared.h.
Referenced by decode_mode(), find_ref_mvs(), update_block_buffers(), vp9_decode_frame(), and vp9_frame_ref().
AVBufferRef* VP9Frame::hwaccel_priv_buf |
Definition at line 66 of file vp9shared.h.
Referenced by vp9_frame_alloc(), vp9_frame_ref(), and vp9_frame_unref().
void* VP9Frame::hwaccel_picture_private |
Definition at line 67 of file vp9shared.h.
Referenced by commit_bitstream_and_slice_buffer(), dxva2_vp9_decode_slice(), dxva2_vp9_end_frame(), dxva2_vp9_start_frame(), vaapi_vp9_decode_slice(), vaapi_vp9_end_frame(), vaapi_vp9_start_frame(), vp9_frame_alloc(), vp9_frame_ref(), and vp9_frame_unref().