FFmpeg
Data Fields
FSPPContext Struct Reference

Data Fields

const struct AVClassclass
 
int log2_count
 
int strength
 
int hsub
 
int vsub
 
int temp_stride
 
int qp
 
enum AVVideoEncParamsType qscale_type
 
int prev_q
 
uint8_t * src
 
int16_t * temp
 
int8_t * non_b_qp_table
 
int non_b_qp_stride
 
int use_bframe_qp
 
FSPPDSPContext dsp
 
int16_t threshold_mtx_noq [8 *8]
 
int16_t threshold_mtx [8 *8]
 

Detailed Description

Definition at line 55 of file vf_fspp.c.

Field Documentation

◆ class

const struct AVClass* FSPPContext::class

Definition at line 56 of file vf_fspp.c.

◆ log2_count

int FSPPContext::log2_count

Definition at line 58 of file vf_fspp.c.

Referenced by filter_frame().

◆ strength

int FSPPContext::strength

Definition at line 59 of file vf_fspp.c.

Referenced by filter_frame().

◆ hsub

int FSPPContext::hsub

Definition at line 60 of file vf_fspp.c.

Referenced by config_input(), and filter_frame().

◆ vsub

int FSPPContext::vsub

Definition at line 61 of file vf_fspp.c.

Referenced by config_input(), and filter_frame().

◆ temp_stride

int FSPPContext::temp_stride

Definition at line 62 of file vf_fspp.c.

Referenced by config_input().

◆ qp

int FSPPContext::qp

Definition at line 63 of file vf_fspp.c.

Referenced by filter_frame().

◆ qscale_type

enum AVVideoEncParamsType FSPPContext::qscale_type

Definition at line 64 of file vf_fspp.c.

Referenced by filter_frame().

◆ prev_q

int FSPPContext::prev_q

Definition at line 65 of file vf_fspp.c.

Referenced by filter_frame().

◆ src

uint8_t* FSPPContext::src

Definition at line 66 of file vf_fspp.c.

Referenced by config_input(), and uninit().

◆ temp

int16_t* FSPPContext::temp

Definition at line 67 of file vf_fspp.c.

Referenced by config_input(), and uninit().

◆ non_b_qp_table

int8_t* FSPPContext::non_b_qp_table

Definition at line 68 of file vf_fspp.c.

Referenced by filter_frame(), and uninit().

◆ non_b_qp_stride

int FSPPContext::non_b_qp_stride

Definition at line 69 of file vf_fspp.c.

Referenced by filter_frame().

◆ use_bframe_qp

int FSPPContext::use_bframe_qp

Definition at line 70 of file vf_fspp.c.

Referenced by filter_frame().

◆ dsp

FSPPDSPContext FSPPContext::dsp

Definition at line 72 of file vf_fspp.c.

Referenced by config_input(), and filter_frame().

◆ threshold_mtx_noq

int16_t FSPPContext::threshold_mtx_noq[8 *8]

Definition at line 74 of file vf_fspp.c.

Referenced by filter_frame().

◆ threshold_mtx

int16_t FSPPContext::threshold_mtx[8 *8]

Definition at line 75 of file vf_fspp.c.

Referenced by filter_frame().


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