FFmpeg
|
#include <vf_spp.h>
Data Fields | |
const AVClass * | av_class |
int | log2_count |
int | qp |
int | mode |
int | qscale_type |
int | temp_linesize |
uint8_t * | src |
int16_t * | temp |
AVCodecContext * | avctx |
IDCTDSPContext | idsp |
FDCTDSPContext | fdsp |
PixblockDSPContext | pdsp |
int8_t * | non_b_qp_table |
int | non_b_qp_alloc_size |
int | use_bframe_qp |
int | hsub |
int | vsub |
void(* | store_slice )(uint8_t *dst, const int16_t *src, int dst_stride, int src_stride, int width, int height, int log2_scale, const uint8_t dither[8][8]) |
void(* | requantize )(int16_t dst[64], const int16_t src[64], int qp, const uint8_t *permutation) |
int SPPContext::log2_count |
Definition at line 36 of file vf_spp.h.
Referenced by filter(), filter_frame(), and process_command().
int SPPContext::qp |
Definition at line 37 of file vf_spp.h.
Referenced by filter(), and filter_frame().
int SPPContext::mode |
Definition at line 38 of file vf_spp.h.
Referenced by ff_spp_init_x86(), and init().
int SPPContext::qscale_type |
Definition at line 39 of file vf_spp.h.
Referenced by filter(), and filter_frame().
int SPPContext::temp_linesize |
Definition at line 40 of file vf_spp.h.
Referenced by config_input(), and filter().
uint8_t* SPPContext::src |
Definition at line 41 of file vf_spp.h.
Referenced by config_input(), filter(), and uninit().
int16_t* SPPContext::temp |
Definition at line 42 of file vf_spp.h.
Referenced by config_input(), filter(), and uninit().
AVCodecContext* SPPContext::avctx |
IDCTDSPContext SPPContext::idsp |
FDCTDSPContext SPPContext::fdsp |
PixblockDSPContext SPPContext::pdsp |
int8_t* SPPContext::non_b_qp_table |
Definition at line 47 of file vf_spp.h.
Referenced by config_input(), filter_frame(), and uninit().
int SPPContext::non_b_qp_alloc_size |
Definition at line 48 of file vf_spp.h.
Referenced by config_input().
int SPPContext::use_bframe_qp |
Definition at line 49 of file vf_spp.h.
Referenced by config_input(), and filter_frame().
int SPPContext::hsub |
Definition at line 50 of file vf_spp.h.
Referenced by config_input(), and filter_frame().
int SPPContext::vsub |
Definition at line 50 of file vf_spp.h.
Referenced by config_input(), and filter_frame().
void(* SPPContext::store_slice)(uint8_t *dst, const int16_t *src, int dst_stride, int src_stride, int width, int height, int log2_scale, const uint8_t dither[8][8]) |
Definition at line 52 of file vf_spp.h.
Referenced by ff_spp_init_x86(), filter(), and init().
void(* SPPContext::requantize)(int16_t dst[64], const int16_t src[64], int qp, const uint8_t *permutation) |
Definition at line 57 of file vf_spp.h.
Referenced by ff_spp_init_x86(), filter(), and init().