FFmpeg
Data Fields
MPVWorkPicture Struct Reference

#include <mpegpicture.h>

Data Fields

uint8_t * data [MPV_MAX_PLANES]
 
ptrdiff_t linesize [MPV_MAX_PLANES]
 
MPVPictureptr
 RefStruct reference. More...
 
int8_t * qscale_table
 
int16_t(*[2] motion_val )[2]
 
uint32_t * mb_type
 types and macros are defined in mpegutils.h More...
 
uint8_t * mbskip_table
 
int8_t * ref_index [2]
 
int reference
 

Detailed Description

Definition at line 95 of file mpegpicture.h.

Field Documentation

◆ data

uint8_t* MPVWorkPicture::data[MPV_MAX_PLANES]

◆ linesize

ptrdiff_t MPVWorkPicture::linesize[MPV_MAX_PLANES]

Definition at line 97 of file mpegpicture.h.

Referenced by set_workpic_from_pic().

◆ ptr

MPVPicture* MPVWorkPicture::ptr

◆ qscale_table

int8_t* MPVWorkPicture::qscale_table

Definition at line 101 of file mpegpicture.h.

Referenced by set_workpic_from_pic().

◆ motion_val

int16_t(*[2] MPVWorkPicture::motion_val)[2]

Definition at line 103 of file mpegpicture.h.

Referenced by apply_obmc(), rv34_pred_mv_b(), and set_workpic_from_pic().

◆ mb_type

uint32_t* MPVWorkPicture::mb_type

types and macros are defined in mpegutils.h

Definition at line 105 of file mpegpicture.h.

Referenced by apply_obmc(), rv34_pred_mv_b(), and set_workpic_from_pic().

◆ mbskip_table

uint8_t* MPVWorkPicture::mbskip_table

Definition at line 107 of file mpegpicture.h.

Referenced by set_workpic_from_pic().

◆ ref_index

int8_t* MPVWorkPicture::ref_index[2]

Definition at line 109 of file mpegpicture.h.

Referenced by set_workpic_from_pic().

◆ reference

int MPVWorkPicture::reference

Definition at line 111 of file mpegpicture.h.

Referenced by set_workpic_from_pic().


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