FFmpeg
Data Fields
PP7Context Struct Reference

Data Fields

const AVClassclass
 
int thres2 [99][16]
 
int qp
 
int mode
 
enum AVVideoEncParamsType qscale_type
 
int hsub
 
int vsub
 
int temp_stride
 
uint8_t * src
 
int(* requantize )(const struct PP7Context *p, const int16_t *src, int qp)
 
PP7DSPContext pp7dsp
 

Detailed Description

Definition at line 49 of file vf_pp7.c.

Field Documentation

◆ class

const AVClass* PP7Context::class

Definition at line 50 of file vf_pp7.c.

◆ thres2

int PP7Context::thres2[99][16]

Definition at line 51 of file vf_pp7.c.

◆ qp

int PP7Context::qp

Definition at line 53 of file vf_pp7.c.

Referenced by filter(), filter_frame(), hardthresh_c(), init_thres2(), mediumthresh_c(), and softthresh_c().

◆ mode

int PP7Context::mode

Definition at line 54 of file vf_pp7.c.

Referenced by config_input().

◆ qscale_type

enum AVVideoEncParamsType PP7Context::qscale_type

Definition at line 55 of file vf_pp7.c.

Referenced by filter_frame().

◆ hsub

int PP7Context::hsub

Definition at line 56 of file vf_pp7.c.

Referenced by config_input(), and filter_frame().

◆ vsub

int PP7Context::vsub

Definition at line 57 of file vf_pp7.c.

Referenced by config_input(), and filter_frame().

◆ temp_stride

int PP7Context::temp_stride

Definition at line 58 of file vf_pp7.c.

Referenced by config_input().

◆ src

uint8_t* PP7Context::src

Definition at line 59 of file vf_pp7.c.

Referenced by config_input(), and uninit().

◆ requantize

int(* PP7Context::requantize) (const struct PP7Context *p, const int16_t *src, int qp)

Definition at line 61 of file vf_pp7.c.

Referenced by config_input().

◆ pp7dsp

PP7DSPContext PP7Context::pp7dsp

Definition at line 63 of file vf_pp7.c.

Referenced by check_dctB(), checkasm_check_vf_pp7(), and config_input().


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