FFmpeg
|
Data Fields | |
const AVClass * | av_class |
int | log2_count |
int | hsub |
int | vsub |
int | qp |
int | 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] |
AVFrame * | frame |
AVFrame * | frame_dec |
uint8_t * | non_b_qp_table |
int | non_b_qp_alloc_size |
int | use_bframe_qp |
int USPPContext::log2_count |
Definition at line 42 of file vf_uspp.c.
Referenced by config_input(), filter(), filter_frame(), and uninit().
int USPPContext::hsub |
Definition at line 43 of file vf_uspp.c.
Referenced by config_input(), and filter().
int USPPContext::vsub |
Definition at line 43 of file vf_uspp.c.
Referenced by config_input(), and filter().
int USPPContext::qp |
Definition at line 44 of file vf_uspp.c.
Referenced by filter(), and filter_frame().
int USPPContext::qscale_type |
Definition at line 45 of file vf_uspp.c.
Referenced by filter(), and filter_frame().
int USPPContext::temp_stride[3] |
Definition at line 46 of file vf_uspp.c.
Referenced by config_input(), and filter().
uint8_t* USPPContext::src[3] |
Definition at line 47 of file vf_uspp.c.
Referenced by config_input(), filter(), and uninit().
uint16_t* USPPContext::temp[3] |
Definition at line 48 of file vf_uspp.c.
Referenced by config_input(), filter(), and uninit().
int USPPContext::outbuf_size |
Definition at line 49 of file vf_uspp.c.
Referenced by config_input(), and filter().
uint8_t* USPPContext::outbuf |
Definition at line 50 of file vf_uspp.c.
Referenced by config_input(), filter(), and uninit().
AVCodecContext* USPPContext::avctx_enc[BLOCK *BLOCK] |
Definition at line 51 of file vf_uspp.c.
Referenced by config_input(), filter(), and uninit().
AVFrame* USPPContext::frame |
Definition at line 52 of file vf_uspp.c.
Referenced by config_input(), filter(), and uninit().
uint8_t* USPPContext::non_b_qp_table |
Definition at line 54 of file vf_uspp.c.
Referenced by filter_frame(), and uninit().
int USPPContext::non_b_qp_alloc_size |
Definition at line 55 of file vf_uspp.c.
Referenced by filter_frame().
int USPPContext::use_bframe_qp |
Definition at line 56 of file vf_uspp.c.
Referenced by filter_frame().