FFmpeg
Data Fields
SVQ3Frame Struct Reference

Data Fields

AVFramef
 
int16_t(*[2] motion_val_buf )[2]
 
int16_t(*[2] motion_val )[2]
 
uint32_t * mb_type_buf
 
uint32_t * mb_type
 

Detailed Description

Definition at line 71 of file svq3.c.

Field Documentation

◆ f

AVFrame* SVQ3Frame::f

Definition at line 72 of file svq3.c.

Referenced by free_picture(), get_buffer(), and svq3_mc_dir_part().

◆ motion_val_buf

int16_t(*[2] SVQ3Frame::motion_val_buf)[2]

Definition at line 74 of file svq3.c.

Referenced by free_picture(), and get_buffer().

◆ motion_val

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

Definition at line 75 of file svq3.c.

Referenced by get_buffer().

◆ mb_type_buf

uint32_t* SVQ3Frame::mb_type_buf

Definition at line 77 of file svq3.c.

Referenced by free_picture(), and get_buffer().

◆ mb_type

uint32_t * SVQ3Frame::mb_type

Definition at line 77 of file svq3.c.

Referenced by get_buffer().


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