|
FFmpeg
|
Data Fields | |
| const AVClass * | class |
| 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 |
| 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().
| int PP7Context::mode |
Definition at line 54 of file vf_pp7.c.
Referenced by config_input().
| enum AVVideoEncParamsType PP7Context::qscale_type |
Definition at line 55 of file vf_pp7.c.
Referenced by filter_frame().
| int PP7Context::hsub |
Definition at line 56 of file vf_pp7.c.
Referenced by config_input(), and filter_frame().
| int PP7Context::vsub |
Definition at line 57 of file vf_pp7.c.
Referenced by config_input(), and filter_frame().
| int PP7Context::temp_stride |
Definition at line 58 of file vf_pp7.c.
Referenced by config_input().
| uint8_t* PP7Context::src |
Definition at line 59 of file vf_pp7.c.
Referenced by config_input(), and uninit().
| 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().
| PP7DSPContext PP7Context::pp7dsp |
Definition at line 63 of file vf_pp7.c.
Referenced by check_dctB(), checkasm_check_vf_pp7(), and config_input().
1.8.17