Libav
Data Fields
VP9Frame Struct Reference

#include <vp9.h>

Data Fields

ThreadFrame tf
 
uint8_tsegmentation_map
 
VP9MVRefPairmv
 
AVBufferRefsegmentation_map_buf
 
AVBufferRefmv_buf
 

Detailed Description

Definition at line 230 of file vp9.h.

Field Documentation

◆ tf

ThreadFrame VP9Frame::tf

◆ segmentation_map

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().

◆ mv

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().

◆ segmentation_map_buf

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().

◆ mv_buf

AVBufferRef* VP9Frame::mv_buf

Definition at line 237 of file vp9.h.

Referenced by vp9_frame_alloc(), vp9_frame_ref(), and vp9_frame_unref().


The documentation for this struct was generated from the following file: