FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
USPPContext Struct Reference

Data Fields

const AVClassav_class
 
int log2_count
 
int hsub
 
int vsub
 
int qp
 
int qscale_type
 
int temp_stride [3]
 
uint8_tsrc [3]
 
uint16_t * temp [3]
 
int outbuf_size
 
uint8_toutbuf
 
AVCodecContextavctx_enc [BLOCK *BLOCK]
 
AVFrameframe
 
AVFrameframe_dec
 
uint8_tnon_b_qp_table
 
int non_b_qp_alloc_size
 
int use_bframe_qp
 

Detailed Description

Definition at line 40 of file vf_uspp.c.

Field Documentation

const AVClass* USPPContext::av_class

Definition at line 41 of file vf_uspp.c.

int USPPContext::log2_count

Definition at line 42 of file vf_uspp.c.

Referenced by config_input(), filter(), filter_frame(), and uninit().

int USPPContext::hsub

Definition at line 43 of file vf_uspp.c.

Referenced by config_input(), and filter().

int USPPContext::vsub

Definition at line 43 of file vf_uspp.c.

Referenced by config_input(), and filter().

int USPPContext::qp

Definition at line 44 of file vf_uspp.c.

Referenced by filter(), and filter_frame().

int USPPContext::qscale_type

Definition at line 45 of file vf_uspp.c.

Referenced by filter(), and filter_frame().

int USPPContext::temp_stride[3]

Definition at line 46 of file vf_uspp.c.

Referenced by config_input(), and filter().

uint8_t* USPPContext::src[3]

Definition at line 47 of file vf_uspp.c.

Referenced by config_input(), filter(), and uninit().

uint16_t* USPPContext::temp[3]

Definition at line 48 of file vf_uspp.c.

Referenced by config_input(), filter(), and uninit().

int USPPContext::outbuf_size

Definition at line 49 of file vf_uspp.c.

Referenced by config_input(), and filter().

uint8_t* USPPContext::outbuf

Definition at line 50 of file vf_uspp.c.

Referenced by config_input(), filter(), and uninit().

AVCodecContext* USPPContext::avctx_enc[BLOCK *BLOCK]

Definition at line 51 of file vf_uspp.c.

Referenced by config_input(), filter(), and uninit().

AVFrame* USPPContext::frame

Definition at line 52 of file vf_uspp.c.

Referenced by config_input(), filter(), and uninit().

AVFrame* USPPContext::frame_dec

Definition at line 53 of file vf_uspp.c.

Referenced by filter().

uint8_t* USPPContext::non_b_qp_table

Definition at line 54 of file vf_uspp.c.

Referenced by filter_frame(), and uninit().

int USPPContext::non_b_qp_alloc_size

Definition at line 55 of file vf_uspp.c.

Referenced by filter_frame().

int USPPContext::use_bframe_qp

Definition at line 56 of file vf_uspp.c.

Referenced by filter_frame().


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