vf_priv_s Struct Reference
Collaboration diagram for vf_priv_s:
Collaboration graph

Data Fields

float sense
 
float level
 
unsigned int imgfmt
 
int diff
 
uint32_t max
 
int was_dint
 
mp_image_tpmpi
 
int skipline
 
int scalew
 
int scaleh
 
unsigned char * buf
 
int brightness
 
int contrast
 
eq2_param_t param [3]
 
double contrast
 
double brightness
 
double saturation
 
double gamma
 
double gamma_weight
 
double rgamma
 
double ggamma
 
double bgamma
 
unsigned buf_w [3]
 
unsigned buf_h [3]
 
int interleave
 
int height
 
int width
 
int stridefactor
 
uint64_t threshold_mtx_noq [8 *2]
 
uint64_t threshold_mtx [8 *2]
 
int log2_count
 
int temp_stride
 
int qp
 
int mpeg2
 
int prev_q
 
uint8_tsrc
 
int16_t * temp
 
int bframes
 
char * non_b_qp
 
int mode
 
pack_func_tpack [2]
 
int parity
 
int outbuf_size
 
uint8_toutbuf
 
AVCodecContextavctx_enc
 
AVFrameframe
 
AVFrameframe_dec
 
float strength [2]
 
float delta
 
int depth
 
float * plane [16][4]
 
int stride
 
double ref [4][2]
 
int32_t coeff [1<< SUB_PIXEL_BITS][4]
 
int32_t(* pv )[2]
 
int pvStride
 
int cubic
 
enum mode mode
 
int verbose
 
struct pullup_contextctx
 
int init
 
int fakecount
 
char * qbuf
 
char eq [200]
 
int8_t * qp
 
int8_t lut [257]
 
int qp_stride
 
FilterParam luma
 
FilterParam chroma
 
int state
 
long long in
 
long long out
 
AVCodecContextavctx
 
DSPContext dsp
 
int frame
 
mp_image_tdmpi
 

Detailed Description

Definition at line 31 of file vf_dint.c.

Field Documentation

AVCodecContext* vf_priv_s::avctx

Definition at line 102 of file vf_spp.c.

Referenced by uninit(), and vf_open().

AVCodecContext * vf_priv_s::avctx_enc

Definition at line 89 of file vf_mcdeint.c.

Referenced by config(), filter(), and uninit().

int vf_priv_s::bframes

Definition at line 100 of file vf_fspp.c.

Referenced by put_image(), and vf_open().

double vf_priv_s::bgamma

Definition at line 70 of file vf_eq2.c.

Referenced by set_gamma(), and vf_open().

int vf_priv_s::brightness

Definition at line 36 of file vf_eq.c.

Referenced by control(), print_values(), process_C(), put_image(), set_brightness(), and vf_open().

double vf_priv_s::brightness

Definition at line 63 of file vf_eq2.c.

unsigned char * vf_priv_s::buf

Definition at line 35 of file vf_eq.c.

Referenced by do_plane(), put_image(), uninit(), and vf_open().

unsigned vf_priv_s::buf_h[3]

Definition at line 73 of file vf_eq2.c.

Referenced by put_image(), and vf_open().

unsigned vf_priv_s::buf_w[3]

Definition at line 72 of file vf_eq2.c.

Referenced by put_image(), and vf_open().

FilterParam vf_priv_s::chroma

Definition at line 61 of file vf_sab.c.

Referenced by config(), put_image(), uninit(), and vf_open().

int32_t vf_priv_s::coeff[1<< SUB_PIXEL_BITS][4]

Definition at line 49 of file vf_perspective.c.

Referenced by config(), getCoeff(), and resampleCubic().

int vf_priv_s::contrast

Definition at line 37 of file vf_eq.c.

Referenced by control(), print_values(), process_C(), put_image(), set_contrast(), and vf_open().

double vf_priv_s::contrast

Definition at line 62 of file vf_eq2.c.

struct pullup_context* vf_priv_s::ctx

Definition at line 39 of file vf_pullup.c.

Referenced by config_out_props(), filter_frame(), init_pullup(), put_image(), uninit(), and vf_open().

int vf_priv_s::cubic

Definition at line 52 of file vf_perspective.c.

Referenced by put_image(), and vf_open().

float vf_priv_s::delta

Definition at line 55 of file vf_ow.c.

Referenced by vf_open().

int vf_priv_s::depth

Definition at line 57 of file vf_ow.c.

Referenced by config(), filter(), and vf_open().

int vf_priv_s::diff

Definition at line 35 of file vf_dint.c.

Referenced by analyze_plane(), config(), and put_image().

mp_image_t* vf_priv_s::dmpi

Definition at line 37 of file libmpcodecs/vf_tinterlace.c.

Referenced by put_image().

DSPContext vf_priv_s::dsp

Definition at line 103 of file vf_spp.c.

Referenced by filter(), and vf_open().

char vf_priv_s::eq[200]

Definition at line 40 of file vf_qp.c.

Referenced by config(), control(), and vf_open().

int vf_priv_s::fakecount

Definition at line 41 of file vf_pullup.c.

Referenced by put_image(), and vf_open().

int vf_priv_s::frame

Definition at line 36 of file libmpcodecs/vf_tinterlace.c.

AVFrame * vf_priv_s::frame

Definition at line 90 of file vf_mcdeint.c.

Referenced by config(), filter(), put_image(), and vf_open().

AVFrame * vf_priv_s::frame_dec

Definition at line 91 of file vf_mcdeint.c.

Referenced by config(), and filter().

double vf_priv_s::gamma

Definition at line 66 of file vf_eq2.c.

Referenced by control(), print_values(), set_gamma(), and vf_open().

double vf_priv_s::gamma_weight

Definition at line 67 of file vf_eq2.c.

Referenced by set_gamma(), and vf_open().

double vf_priv_s::ggamma

Definition at line 69 of file vf_eq2.c.

Referenced by set_gamma(), and vf_open().

int vf_priv_s::height

Definition at line 31 of file vf_fil.c.

Referenced by config(), filter(), put_image(), store_slice2_c(), and store_slice_c().

unsigned int vf_priv_s::imgfmt

Definition at line 34 of file vf_dint.c.

Referenced by config(), and put_image().

long long vf_priv_s::in

Definition at line 34 of file vf_softpulldown.c.

Referenced by put_image(), and uninit().

int vf_priv_s::init

Definition at line 40 of file vf_pullup.c.

Referenced by init_pullup(), and put_image().

int vf_priv_s::interleave

Definition at line 30 of file vf_fil.c.

Referenced by config(), and vf_open().

float vf_priv_s::level

Definition at line 33 of file vf_dint.c.

Referenced by config(), hardthresh_c(), mediumthresh_c(), softthresh_c(), and vf_open().

int vf_priv_s::log2_count

Definition at line 93 of file vf_fspp.c.

Referenced by config(), control(), filter(), put_image(), and vf_open().

FilterParam vf_priv_s::luma

Definition at line 60 of file vf_sab.c.

Referenced by config(), put_image(), uninit(), and vf_open().

int8_t vf_priv_s::lut[257]

Definition at line 42 of file vf_qp.c.

Referenced by config(), and put_image().

uint32_t vf_priv_s::max

Definition at line 36 of file vf_dint.c.

Referenced by config(), and put_image().

int vf_priv_s::mode

Definition at line 38 of file vf_ilpack.c.

Referenced by __attribute__(), analyze_plane(), config(), put_image(), and vf_open().

enum mode vf_priv_s::mode

Definition at line 41 of file vf_phase.c.

int vf_priv_s::mpeg2

Definition at line 96 of file vf_fspp.c.

Referenced by __attribute__(), filter(), and put_image().

char * vf_priv_s::non_b_qp

Definition at line 101 of file vf_fspp.c.

Referenced by put_image(), and uninit().

long long vf_priv_s::out

Definition at line 35 of file vf_softpulldown.c.

Referenced by filter_frame(), put_image(), and uninit().

uint8_t * vf_priv_s::outbuf

Definition at line 88 of file vf_mcdeint.c.

Referenced by config(), filter(), and uninit().

int vf_priv_s::outbuf_size

Definition at line 87 of file vf_mcdeint.c.

Referenced by config(), and filter().

pack_func_t* vf_priv_s::pack[2]

Definition at line 39 of file vf_ilpack.c.

Referenced by put_image(), and vf_open().

eq2_param_t vf_priv_s::param[3]

Definition at line 60 of file vf_eq2.c.

Referenced by put_image(), set_brightness(), set_contrast(), set_gamma(), set_saturation(), and vf_open().

int vf_priv_s::parity

Definition at line 81 of file vf_mcdeint.c.

Referenced by filter(), and vf_open().

float* vf_priv_s::plane[16][4]

Definition at line 58 of file vf_ow.c.

Referenced by config(), copy_picture_field(), filter(), and uninit().

mp_image_t* vf_priv_s::pmpi

Definition at line 40 of file vf_dint.c.

Referenced by config(), and vf_open().

int vf_priv_s::prev_q

Definition at line 97 of file vf_fspp.c.

Referenced by filter(), and vf_open().

int32_t(* vf_priv_s::pv)[2]

Definition at line 50 of file vf_perspective.c.

Referenced by config(), initPv(), resampleCubic(), resampleLinear(), and uninit().

int vf_priv_s::pvStride

Definition at line 51 of file vf_perspective.c.

Referenced by config(), resampleCubic(), and resampleLinear().

char* vf_priv_s::qbuf

Definition at line 42 of file vf_pullup.c.

Referenced by init_pullup(), and put_image().

int8_t* vf_priv_s::qp

Definition at line 41 of file vf_qp.c.

int vf_priv_s::qp
int vf_priv_s::qp_stride

Definition at line 43 of file vf_qp.c.

Referenced by config(), and put_image().

double vf_priv_s::ref[4][2]

Definition at line 48 of file vf_perspective.c.

Referenced by initPv(), and vf_open().

double vf_priv_s::rgamma

Definition at line 68 of file vf_eq2.c.

Referenced by set_gamma(), and vf_open().

double vf_priv_s::saturation

Definition at line 64 of file vf_eq2.c.

Referenced by control(), print_values(), set_saturation(), and vf_open().

int vf_priv_s::scaleh

Definition at line 37 of file vf_down3dright.c.

Referenced by config(), put_image(), toright(), and vf_open().

int vf_priv_s::scalew

Definition at line 36 of file vf_down3dright.c.

Referenced by config(), put_image(), toright(), and vf_open().

float vf_priv_s::sense

Definition at line 32 of file vf_dint.c.

Referenced by config(), and vf_open().

int vf_priv_s::skipline

Definition at line 35 of file vf_down3dright.c.

Referenced by config(), put_image(), toright(), and vf_open().

uint8_t * vf_priv_s::src
int vf_priv_s::state

Definition at line 33 of file vf_softpulldown.c.

Referenced by put_image(), and vf_open().

float vf_priv_s::strength[2]

Definition at line 54 of file vf_ow.c.

Referenced by filter(), and vf_open().

int vf_priv_s::stride

Definition at line 59 of file vf_ow.c.

Referenced by compose(), config(), dctA_c(), decompose(), and filter().

int vf_priv_s::stridefactor

Definition at line 33 of file vf_fil.c.

Referenced by config(), and put_image().

int16_t * vf_priv_s::temp

Definition at line 99 of file vf_fspp.c.

Referenced by config(), filter(), store_slice2_c(), store_slice_c(), and uninit().

int vf_priv_s::temp_stride

Definition at line 94 of file vf_fspp.c.

Referenced by __attribute__(), config(), and filter().

uint64_t vf_priv_s::threshold_mtx[8 *2]

Definition at line 91 of file vf_fspp.c.

Referenced by filter(), and mul_thrmat_c().

uint64_t vf_priv_s::threshold_mtx_noq[8 *2]

Definition at line 90 of file vf_fspp.c.

Referenced by mul_thrmat_c(), and vf_open().

int vf_priv_s::verbose

Definition at line 42 of file vf_phase.c.

Referenced by put_image(), and vf_open().

int vf_priv_s::was_dint

Definition at line 39 of file vf_dint.c.

Referenced by config(), and put_image().

int vf_priv_s::width

Definition at line 32 of file vf_fil.c.

Referenced by config(), filter(), put_image(), store_slice2_c(), and store_slice_c().


The documentation for this struct was generated from the following files: