FFmpeg
|
#include <vf_pp7.h>
Data Fields | |
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 )(struct PP7Context *p, int16_t *src, int qp) |
void(* | dctB )(int16_t *dst, int16_t *src) |
int PP7Context::thres2[99][16] |
Definition at line 30 of file vf_pp7.h.
Referenced by hardthresh_c(), init_thres2(), mediumthresh_c(), and softthresh_c().
int PP7Context::qp |
Definition at line 32 of file vf_pp7.h.
Referenced by filter(), and filter_frame().
int PP7Context::mode |
Definition at line 33 of file vf_pp7.h.
Referenced by config_input().
enum AVVideoEncParamsType PP7Context::qscale_type |
Definition at line 34 of file vf_pp7.h.
Referenced by filter(), and filter_frame().
int PP7Context::hsub |
Definition at line 35 of file vf_pp7.h.
Referenced by config_input(), and filter_frame().
int PP7Context::vsub |
Definition at line 36 of file vf_pp7.h.
Referenced by config_input(), and filter_frame().
int PP7Context::temp_stride |
Definition at line 37 of file vf_pp7.h.
Referenced by config_input(), and filter().
uint8_t* PP7Context::src |
Definition at line 38 of file vf_pp7.h.
Referenced by config_input(), filter(), and uninit().
int(* PP7Context::requantize) (struct PP7Context *p, int16_t *src, int qp) |
Definition at line 40 of file vf_pp7.h.
Referenced by config_input(), and filter().
void(* PP7Context::dctB) (int16_t *dst, int16_t *src) |
Definition at line 41 of file vf_pp7.h.
Referenced by config_input(), ff_pp7_init_x86(), and filter().