Libav
|
#include <vp9.h>
Data Fields | |
ThreadFrame | tf |
uint8_t * | segmentation_map |
VP9MVRefPair * | mv |
AVBufferRef * | segmentation_map_buf |
AVBufferRef * | mv_buf |
ThreadFrame VP9Frame::tf |
Definition at line 231 of file vp9.h.
Referenced by decode_mode(), decode_subblock(), decode_superblock_mem(), ff_vp9_decode_block(), find_ref_mvs(), intra_recon(), loopfilter_subblock(), update_refs(), vp9_decode_frame(), vp9_decode_free(), vp9_decode_init(), vp9_decode_update_thread_context(), vp9_frame_alloc(), vp9_frame_ref(), and vp9_frame_unref().
uint8_t* VP9Frame::segmentation_map |
Definition at line 233 of file vp9.h.
Referenced by decode_mode(), vp9_frame_alloc(), vp9_frame_ref(), and vp9_frame_unref().
VP9MVRefPair* VP9Frame::mv |
Definition at line 234 of file vp9.h.
Referenced by decode_mode(), find_ref_mvs(), vp9_frame_alloc(), vp9_frame_ref(), and vp9_frame_unref().
AVBufferRef* VP9Frame::segmentation_map_buf |
Definition at line 236 of file vp9.h.
Referenced by vp9_frame_alloc(), vp9_frame_ref(), and vp9_frame_unref().
AVBufferRef* VP9Frame::mv_buf |
Definition at line 237 of file vp9.h.
Referenced by vp9_frame_alloc(), vp9_frame_ref(), and vp9_frame_unref().