FFmpeg
|
Data Fields | |
const AVClass * | av_class |
int | log2_count |
int | count |
int | hsub |
int | vsub |
int | qp |
char * | codec_name |
enum AVVideoEncParamsType | qscale_type |
int | temp_stride [3] |
uint8_t * | src [3] |
uint16_t * | temp [3] |
int | outbuf_size |
uint8_t * | outbuf |
AVCodecContext * | avctx_enc [BLOCK *BLOCK] |
AVCodecContext * | avctx_dec [BLOCK *BLOCK] |
AVPacket * | pkt [BLOCK *BLOCK] |
AVFrame * | frame [BLOCK *BLOCK] |
AVFrame * | frame_dec [BLOCK *BLOCK] |
int8_t * | non_b_qp_table |
int | non_b_qp_stride |
int | use_bframe_qp |
int | quality |
int USPPContext::log2_count |
Definition at line 49 of file vf_uspp.c.
Referenced by config_input(), filter(), and filter_frame().
int USPPContext::count |
Definition at line 50 of file vf_uspp.c.
Referenced by config_input(), filter(), and uninit().
int USPPContext::hsub |
Definition at line 51 of file vf_uspp.c.
Referenced by config_input(), filter(), and filter_1phase().
int USPPContext::vsub |
Definition at line 51 of file vf_uspp.c.
Referenced by config_input(), filter(), and filter_1phase().
int USPPContext::qp |
Definition at line 52 of file vf_uspp.c.
Referenced by filter(), and filter_frame().
char* USPPContext::codec_name |
Definition at line 53 of file vf_uspp.c.
Referenced by config_input().
enum AVVideoEncParamsType USPPContext::qscale_type |
Definition at line 54 of file vf_uspp.c.
Referenced by filter(), and filter_frame().
int USPPContext::temp_stride[3] |
Definition at line 55 of file vf_uspp.c.
Referenced by config_input(), filter(), and filter_1phase().
uint8_t* USPPContext::src[3] |
Definition at line 56 of file vf_uspp.c.
Referenced by config_input(), filter(), filter_1phase(), and uninit().
uint16_t* USPPContext::temp[3] |
Definition at line 57 of file vf_uspp.c.
Referenced by config_input(), filter(), filter_1phase(), and uninit().
int USPPContext::outbuf_size |
Definition at line 58 of file vf_uspp.c.
Referenced by config_input(), and filter_1phase().
uint8_t* USPPContext::outbuf |
Definition at line 59 of file vf_uspp.c.
Referenced by config_input(), filter_1phase(), and uninit().
AVCodecContext* USPPContext::avctx_enc[BLOCK *BLOCK] |
Definition at line 60 of file vf_uspp.c.
Referenced by config_input(), filter_1phase(), and uninit().
AVCodecContext* USPPContext::avctx_dec[BLOCK *BLOCK] |
Definition at line 61 of file vf_uspp.c.
Referenced by config_input(), filter_1phase(), and uninit().
Definition at line 62 of file vf_uspp.c.
Referenced by config_input(), filter_1phase(), and uninit().
Definition at line 63 of file vf_uspp.c.
Referenced by config_input(), filter_1phase(), and uninit().
Definition at line 64 of file vf_uspp.c.
Referenced by config_input(), filter_1phase(), and uninit().
int8_t* USPPContext::non_b_qp_table |
Definition at line 65 of file vf_uspp.c.
Referenced by filter_frame(), and uninit().
int USPPContext::non_b_qp_stride |
Definition at line 66 of file vf_uspp.c.
Referenced by filter_frame().
int USPPContext::use_bframe_qp |
Definition at line 67 of file vf_uspp.c.
Referenced by filter_frame().
int USPPContext::quality |
Definition at line 68 of file vf_uspp.c.
Referenced by filter(), and filter_1phase().