Stores persistant variables. More...
Data Fields | |
int | hi |
int | lo |
float | frac |
int | max |
int | last |
int | cnt |
int | Coefs [4][512] |
unsigned char * | Line |
mp_image_t * | pmpi |
int | frame |
int | drop |
int | lastdrop |
struct metrics | pm |
int | thres [5] |
int | inframes |
int | outframes |
int | mode |
int(* | analyze )(struct vf_priv_s *, mp_image_t *, mp_image_t *) |
int | needread |
float | sense |
float | level |
unsigned int | imgfmt |
int | diff |
uint32_t | max |
int | was_dint |
int | deghost |
int | pass |
int | phase |
int | window |
int | fcount |
int | bcount |
int | frameno |
int | misscount |
int | ocount |
int | sum [5] |
double | threshold |
FILE * | file |
int8_t * | bdata |
unsigned int * | csdata |
int * | history |
int | skipline |
int | scalew |
int | scaleh |
int | w |
int | h |
int | method |
int | round |
float | aspect |
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 | field |
int | interleave |
int | height |
int | width |
int | stridefactor |
unsigned long | inframes |
unsigned long | outframes |
enum pu_field_type_t | prev_type |
unsigned | swapped |
unsigned | chroma_swapped |
unsigned | luma_only |
unsigned | verbose |
unsigned | fast |
unsigned long | w |
unsigned long | h |
unsigned long | cw |
unsigned long | ch |
unsigned long | stride |
unsigned long | chroma_stride |
unsigned long | nplanes |
unsigned long | sad_thres |
unsigned long | dint_thres |
unsigned char * | memory_allocated |
unsigned char * | planes [2 *NUM_STORED][4] |
unsigned char ** | old_planes |
unsigned long | static_idx |
unsigned long | temp_idx |
unsigned long | crop_x |
unsigned long | crop_y |
unsigned long | crop_cx |
unsigned long | crop_cy |
unsigned long | export_count |
unsigned long | merge_count |
unsigned long | num_breaks |
unsigned long | num_copies |
long | in_inc |
long | out_dec |
long | iosync |
long | num_fields |
long | prev_fields |
long | notout |
long | mmx2 |
unsigned | small_bytes [2] |
unsigned | mmx_temp [2] |
struct frame_stats | stats [2] |
struct metrics | thres |
char | chflag |
double | diff_time |
double | merge_time |
double | decode_time |
double | vo_time |
double | filter_time |
double | current |
double | step |
int | autostart |
int | autostep |
unsigned | have_step:1 |
unsigned | print:1 |
int | frame_cur |
int | frame_step |
int | dump_iframe |
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_t * | src |
int16_t * | temp |
int | bframes |
char * | non_b_qp |
AVExpr * | e [3] |
int | framenum |
mp_image_t * | mpi |
mp_image_t * | last_mpi |
unsigned int * | Line |
unsigned short * | Frame [3] |
uint8_t * | buf [2] |
float | hue |
float | saturation |
FilterParam | lumaParam |
FilterParam | chromaParam |
pack_func_t * | pack [2] |
struct frameinfo | fi [2] |
mp_image_t * | dmpi |
int | first |
int | dropnext |
int | map |
int | order |
int | thresh |
int | sharp |
int | twoway |
int | do_deinterlace |
int | parity |
int | outbuf_size |
uint8_t * | outbuf |
AVCodecContext * | avctx_enc |
AVFrame * | frame |
AVFrame * | frame_dec |
unsigned int | outfmt |
float | strength [2] |
float | delta |
int | depth |
float * | plane [16][4] |
int | stride |
unsigned int | fmt |
int | pal_msg |
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_context * | ctx |
int | init |
int | fakecount |
char * | qbuf |
char | eq [200] |
int8_t * | qp |
int8_t | lut [257] |
int | qp_stride |
int | x |
int | y |
int | max_mask_size |
int *** | mask |
pgm_structure * | filter |
pgm_structure * | half_size_filter |
int | bounding_rectangle_posx1 |
int | bounding_rectangle_posy1 |
int | bounding_rectangle_posx2 |
int | bounding_rectangle_posy2 |
int | bounding_rectangle_half_size_posx1 |
int | bounding_rectangle_half_size_posy1 |
int | bounding_rectangle_half_size_posx2 |
int | bounding_rectangle_half_size_posy2 |
int | direction |
FilterParam | luma |
FilterParam | chroma |
char | fname [102] |
int | shot |
shot stores current screenshot mode: 0: don't take screenshots 1: take single screenshot, reset to 0 afterwards 2: take screenshots of each frame | |
int | store_slices |
int | dw |
int | dh |
uint8_t * | buffer |
struct SwsContext * | ctx |
AVCodecContext * | avctx |
uint8_t * | outbuffer |
int | outbuffer_size |
int | state |
long long | in |
long long | out |
int | skipflag |
DSPContext | dsp |
component | in |
component | out |
int | ana_matrix [3][6] |
unsigned int | width |
unsigned int | height |
unsigned int | row_step |
int | xtile |
int | ytile |
int | xytile |
int | start |
int | delta |
int | csp |
Stores persistant variables.
Variables stored here are kept from frame to frame, and separate instances of the filter will get their own separate copies.
Definition at line 34 of file vf_decimate.c.
int vf_priv_s::ana_matrix[3][6] |
Definition at line 111 of file vf_stereo3d.c.
Referenced by config(), and put_image().
int(* vf_priv_s::analyze)(struct vf_priv_s *, mp_image_t *, mp_image_t *) |
Definition at line 46 of file vf_detc.c.
Referenced by put_image(), and vf_open().
float vf_priv_s::aspect |
Definition at line 35 of file vf_dsize.c.
Definition at line 35 of file vf_fixpts.c.
Referenced by parse_args(), and put_image().
Definition at line 36 of file vf_fixpts.c.
Referenced by parse_args(), and put_image().
Definition at line 54 of file vf_screenshot.c.
Referenced by config(), uninit(), vf_open(), and write_png().
Definition at line 88 of file vf_mcdeint.c.
Definition at line 41 of file vf_divtc.c.
Referenced by analyze(), and put_image().
int8_t* vf_priv_s::bdata |
Definition at line 45 of file vf_divtc.c.
Referenced by analyze(), put_image(), and uninit().
Definition at line 99 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().
Definition at line 156 of file vf_remove_logo.c.
Referenced by put_image(), and vf_open().
Definition at line 158 of file vf_remove_logo.c.
Referenced by put_image(), and vf_open().
Definition at line 157 of file vf_remove_logo.c.
Referenced by put_image(), and vf_open().
Definition at line 159 of file vf_remove_logo.c.
Referenced by put_image(), and vf_open().
Definition at line 152 of file vf_remove_logo.c.
Referenced by put_image(), and vf_open().
Definition at line 154 of file vf_remove_logo.c.
Referenced by put_image(), and vf_open().
Definition at line 153 of file vf_remove_logo.c.
Referenced by put_image(), and vf_open().
Definition at line 155 of file vf_remove_logo.c.
Referenced by put_image(), and vf_open().
Definition at line 36 of file vf_eq.c.
Referenced by control(), print_values(), put_image(), set_brightness(), and vf_open().
double vf_priv_s::brightness |
unsigned char * vf_priv_s::buf |
uint8_t* vf_priv_s::buf[2] |
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().
uint8_t* vf_priv_s::buffer |
Definition at line 52 of file vf_screenshot.c.
Referenced by config(), draw_slice(), scale_image(), start_slice(), uninit(), vf_open(), and write_png().
unsigned long vf_priv_s::ch |
Definition at line 71 of file vf_filmdint.c.
Referenced by copy_merge_fields(), get_image(), init(), and put_image().
char vf_priv_s::chflag |
Definition at line 92 of file vf_filmdint.c.
Referenced by diff_fields(), and put_image().
unsigned long vf_priv_s::chroma_stride |
Definition at line 71 of file vf_filmdint.c.
Referenced by copy_merge_fields(), get_image(), init(), and put_image().
unsigned vf_priv_s::chroma_swapped |
Definition at line 67 of file vf_filmdint.c.
Referenced by config(), and copy_merge_fields().
int vf_priv_s::cnt |
Definition at line 37 of file vf_decimate.c.
Referenced by put_image().
int32_t vf_priv_s::coeff[1<< SUB_PIXEL_BITS][4] |
Definition at line 49 of file vf_perspective.c.
Referenced by config(), and resampleCubic().
int vf_priv_s::Coefs |
Definition at line 39 of file vf_denoise3d.c.
Referenced by put_image(), and vf_open().
Definition at line 37 of file vf_eq.c.
Referenced by control(), print_values(), put_image(), set_contrast(), and vf_open().
double vf_priv_s::contrast |
unsigned long vf_priv_s::crop_cx |
Definition at line 79 of file vf_filmdint.c.
Referenced by init(), and put_image().
unsigned long vf_priv_s::crop_cy |
Definition at line 79 of file vf_filmdint.c.
Referenced by init(), and put_image().
unsigned long vf_priv_s::crop_x |
Definition at line 79 of file vf_filmdint.c.
Referenced by config(), init(), parse_args(), and put_image().
unsigned long vf_priv_s::crop_y |
Definition at line 79 of file vf_filmdint.c.
Referenced by config(), init(), parse_args(), and put_image().
unsigned int* vf_priv_s::csdata |
Definition at line 46 of file vf_divtc.c.
Referenced by analyze(), put_image(), and uninit().
int vf_priv_s::csp |
Definition at line 32 of file vf_yuvcsp.c.
struct pullup_context* vf_priv_s::ctx |
Definition at line 39 of file vf_pullup.c.
Referenced by config(), draw_slice(), init_pullup(), put_image(), scale_image(), uninit(), and vf_open().
struct SwsContext* vf_priv_s::ctx |
Definition at line 53 of file vf_screenshot.c.
int vf_priv_s::cubic |
Definition at line 52 of file vf_perspective.c.
Referenced by put_image(), and vf_open().
double vf_priv_s::current |
Definition at line 33 of file vf_fixpts.c.
Referenced by open(), parse_args(), and put_image().
unsigned long vf_priv_s::cw |
Definition at line 71 of file vf_filmdint.c.
Referenced by copy_merge_fields(), get_image(), init(), and put_image().
double vf_priv_s::decode_time |
Definition at line 93 of file vf_filmdint.c.
Definition at line 41 of file vf_divtc.c.
Referenced by analyze(), match(), put_image(), and vf_open().
float vf_priv_s::delta |
Definition at line 55 of file vf_ow.c.
Referenced by config(), put_image(), and vf_open().
int vf_priv_s::delta |
int vf_priv_s::depth |
int vf_priv_s::dh |
Definition at line 51 of file vf_screenshot.c.
Referenced by config(), scale_image(), and start_slice().
int vf_priv_s::diff |
Definition at line 35 of file vf_dint.c.
Referenced by config(), and put_image().
double vf_priv_s::diff_time |
Definition at line 93 of file vf_filmdint.c.
Referenced by put_image(), uninit(), and vf_open().
unsigned long vf_priv_s::dint_thres |
Definition at line 73 of file vf_filmdint.c.
Referenced by copy_merge_fields(), parse_args(), and vf_open().
Definition at line 32 of file vf_rotate.c.
Referenced by config(), put_image(), and vf_open().
Definition at line 48 of file vf_ivtc.c.
Referenced by get_image(), and put_image().
Definition at line 43 of file vf_kerndeint.c.
Referenced by control(), put_image(), and vf_open().
int vf_priv_s::drop |
Definition at line 41 of file vf_detc.c.
Referenced by do_put_image(), parse_var(), and vf_open().
Definition at line 50 of file vf_ivtc.c.
Referenced by do_put_image(), and foo().
Definition at line 88 of file vf_framestep.c.
Referenced by put_image(), and vf_open().
int vf_priv_s::dw |
Definition at line 51 of file vf_screenshot.c.
Referenced by config(), and put_image().
AVExpr* vf_priv_s::e[3] |
Definition at line 39 of file vf_geq.c.
Referenced by put_image(), and vf_open().
char vf_priv_s::eq[200] |
unsigned long vf_priv_s::export_count |
Definition at line 80 of file vf_filmdint.c.
Referenced by put_image(), and uninit().
Definition at line 41 of file vf_pullup.c.
Referenced by put_image(), and vf_open().
unsigned vf_priv_s::fast |
Definition at line 70 of file vf_filmdint.c.
Referenced by diff_planes(), parse_args(), put_image(), and vf_open().
Definition at line 41 of file vf_divtc.c.
Referenced by analyze(), and put_image().
struct frameinfo vf_priv_s::fi[2] |
int vf_priv_s::field |
Definition at line 30 of file vf_field.c.
Referenced by put_image(), and vf_open().
FILE* vf_priv_s::file |
Definition at line 44 of file vf_divtc.c.
Referenced by analyze(), put_image(), uninit(), and vf_open().
Definition at line 149 of file vf_remove_logo.c.
Referenced by put_image(), uninit(), and vf_open().
double vf_priv_s::filter_time |
Definition at line 93 of file vf_filmdint.c.
int vf_priv_s::first |
Definition at line 49 of file vf_ivtc.c.
Referenced by put_image(), and vf_open().
unsigned int vf_priv_s::fmt |
Definition at line 96 of file vf_palette.c.
Referenced by config(), put_image(), and vf_open().
char vf_priv_s::fname[102] |
Definition at line 45 of file vf_screenshot.c.
Referenced by gen_fname(), put_image(), and write_png().
float vf_priv_s::frac |
Definition at line 36 of file vf_decimate.c.
Referenced by put_image(), and vf_open().
Definition at line 40 of file vf_detc.c.
Referenced by analyze_aggressive(), analyze_fixed_pattern(), config(), filter(), parse_var(), put_image(), and vf_open().
unsigned short* vf_priv_s::Frame[3] |
Definition at line 41 of file vf_hqdn3d.c.
Referenced by put_image(), and uninit().
Definition at line 89 of file vf_mcdeint.c.
Definition at line 84 of file vf_framestep.c.
Referenced by put_image().
Definition at line 90 of file vf_mcdeint.c.
Definition at line 86 of file vf_framestep.c.
Referenced by put_image(), and vf_open().
Definition at line 41 of file vf_divtc.c.
Referenced by gen_fname(), put_image(), and vf_open().
Definition at line 40 of file vf_geq.c.
Referenced by put_image().
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::h |
Definition at line 32 of file vf_dsize.c.
Referenced by config(), control(), copy_merge_fields(), diff_fields(), get_image(), init(), parse_args(), put_image(), resampleCubic(), resampleLinear(), and vf_open().
unsigned long vf_priv_s::h |
Definition at line 71 of file vf_filmdint.c.
Definition at line 150 of file vf_remove_logo.c.
Referenced by put_image(), uninit(), and vf_open().
unsigned vf_priv_s::have_step |
Definition at line 37 of file vf_fixpts.c.
Referenced by parse_args(), and put_image().
Definition at line 31 of file vf_fil.c.
Referenced by config(), and put_image().
unsigned int vf_priv_s::height |
Definition at line 113 of file vf_stereo3d.c.
int vf_priv_s::hi |
Definition at line 35 of file vf_decimate.c.
Referenced by put_image(), and vf_open().
int* vf_priv_s::history |
Definition at line 47 of file vf_divtc.c.
Referenced by put_image(), uninit(), and vf_open().
float vf_priv_s::hue |
Definition at line 37 of file vf_hue.c.
Referenced by control(), put_image(), and vf_open().
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 config(), put_image(), uninit(), and vf_open().
Definition at line 109 of file vf_stereo3d.c.
long vf_priv_s::in_inc |
Definition at line 83 of file vf_filmdint.c.
Referenced by diff_fields(), find_breaks(), init(), parse_args(), put_image(), and vf_open().
Definition at line 44 of file vf_detc.c.
Referenced by diff_fields(), do_put_image(), find_breaks(), and put_image().
unsigned long vf_priv_s::inframes |
Definition at line 64 of file vf_filmdint.c.
int vf_priv_s::init |
Definition at line 40 of file vf_pullup.c.
Referenced by init_pullup(), and put_image().
long vf_priv_s::iosync |
Definition at line 83 of file vf_filmdint.c.
Referenced by diff_fields(), find_breaks(), init(), and put_image().
int vf_priv_s::last |
Definition at line 37 of file vf_decimate.c.
Referenced by put_image().
Definition at line 31 of file vf_harddup.c.
Referenced by control(), and put_image().
Definition at line 41 of file vf_detc.c.
Referenced by do_put_image(), and put_image().
float vf_priv_s::level |
unsigned int* vf_priv_s::Line |
Definition at line 40 of file vf_hqdn3d.c.
unsigned char* vf_priv_s::Line |
Definition at line 40 of file vf_denoise3d.c.
Referenced by config(), put_image(), and uninit().
int vf_priv_s::lo |
Definition at line 35 of file vf_decimate.c.
Referenced by put_image(), and vf_open().
unsigned vf_priv_s::luma_only |
Definition at line 68 of file vf_filmdint.c.
Referenced by copy_merge_fields(), parse_args(), and vf_open().
int8_t vf_priv_s::lut[257] |
Definition at line 41 of file vf_qp.c.
Referenced by config(), and put_image().
int vf_priv_s::map |
Definition at line 38 of file vf_kerndeint.c.
Referenced by put_image(), and vf_open().
int* * * vf_priv_s::mask |
Definition at line 148 of file vf_remove_logo.c.
Referenced by destroy_masks(), get_blur(), and initialize_masks().
uint32_t vf_priv_s::max |
int vf_priv_s::max |
Definition at line 37 of file vf_decimate.c.
Referenced by config(), put_image(), and vf_open().
Definition at line 147 of file vf_remove_logo.c.
Referenced by convert_mask_to_strength_mask(), destroy_masks(), generate_half_size_image(), and initialize_masks().
unsigned char* vf_priv_s::memory_allocated |
Definition at line 74 of file vf_filmdint.c.
unsigned long vf_priv_s::merge_count |
Definition at line 80 of file vf_filmdint.c.
Referenced by put_image(), and uninit().
double vf_priv_s::merge_time |
Definition at line 93 of file vf_filmdint.c.
Referenced by put_image(), uninit(), and vf_open().
Definition at line 33 of file vf_dsize.c.
Definition at line 41 of file vf_divtc.c.
Referenced by put_image().
long vf_priv_s::mmx2 |
Definition at line 87 of file vf_filmdint.c.
Referenced by copy_merge_fields(), diff_planes(), parse_args(), and vf_open().
unsigned vf_priv_s::mmx_temp[2] |
Definition at line 89 of file vf_filmdint.c.
enum mode vf_priv_s::mode |
Definition at line 41 of file vf_phase.c.
int vf_priv_s::mode |
Definition at line 45 of file vf_detc.c.
Referenced by config(), parse_var(), put_image(), and vf_open().
int vf_priv_s::mpeg2 |
Definition at line 95 of file vf_fspp.c.
Referenced by filter(), and put_image().
Definition at line 41 of file vf_geq.c.
Referenced by getpix(), and put_image().
Definition at line 47 of file vf_detc.c.
Referenced by put_image(), and vf_open().
char * vf_priv_s::non_b_qp |
Definition at line 100 of file vf_fspp.c.
Referenced by put_image(), and uninit().
long vf_priv_s::notout |
Definition at line 86 of file vf_filmdint.c.
Referenced by find_breaks(), and put_image().
unsigned long vf_priv_s::nplanes |
Definition at line 71 of file vf_filmdint.c.
Referenced by init().
unsigned long vf_priv_s::num_breaks |
Definition at line 81 of file vf_filmdint.c.
Referenced by put_image().
unsigned long vf_priv_s::num_copies |
Definition at line 82 of file vf_filmdint.c.
Referenced by get_image(), put_image(), and uninit().
Definition at line 84 of file vf_filmdint.c.
Referenced by find_breaks(), init(), and put_image().
Definition at line 41 of file vf_divtc.c.
Referenced by put_image().
unsigned char** vf_priv_s::old_planes |
Definition at line 76 of file vf_filmdint.c.
Referenced by get_image(), init(), and put_image().
int vf_priv_s::order |
Definition at line 39 of file vf_kerndeint.c.
Referenced by put_image(), and vf_open().
long long vf_priv_s::out |
Definition at line 35 of file vf_softpulldown.c.
Referenced by config(), put_image(), uninit(), and vf_open().
Definition at line 110 of file vf_stereo3d.c.
long vf_priv_s::out_dec |
Definition at line 83 of file vf_filmdint.c.
Referenced by find_breaks(), init(), parse_args(), put_image(), and vf_open().
uint8_t * vf_priv_s::outbuf |
Definition at line 87 of file vf_mcdeint.c.
Definition at line 86 of file vf_mcdeint.c.
uint8_t* vf_priv_s::outbuffer |
Definition at line 55 of file vf_screenshot.c.
Referenced by config(), uninit(), vf_open(), and write_png().
Definition at line 56 of file vf_screenshot.c.
Referenced by config(), and write_png().
unsigned int vf_priv_s::outfmt |
Definition at line 68 of file vf_noise.c.
Referenced by get_image(), put_image(), query_format(), and vf_open().
Definition at line 44 of file vf_detc.c.
Referenced by do_put_image(), and put_image().
unsigned long vf_priv_s::outframes |
Definition at line 65 of file vf_filmdint.c.
Definition at line 38 of file vf_ilpack.c.
Referenced by put_image(), and vf_open().
Definition at line 97 of file vf_palette.c.
Referenced by put_image().
Definition at line 60 of file vf_eq2.c.
Referenced by put_image(), set_brightness(), set_contrast(), set_gamma(), set_saturation(), and vf_open().
Definition at line 80 of file vf_mcdeint.c.
int vf_priv_s::pass |
Definition at line 41 of file vf_divtc.c.
Referenced by put_image(), and vf_open().
int vf_priv_s::phase |
Definition at line 41 of file vf_divtc.c.
Referenced by put_image(), and vf_open().
float* vf_priv_s::plane[16][4] |
unsigned char* vf_priv_s::planes[2 *NUM_STORED][4] |
Definition at line 75 of file vf_filmdint.c.
Referenced by get_image(), init(), and put_image().
struct metrics vf_priv_s::pm |
Definition at line 42 of file vf_detc.c.
Referenced by analyze_aggressive().
Definition at line 41 of file vf_denoise3d.c.
Referenced by config(), put_image(), and vf_open().
Definition at line 85 of file vf_filmdint.c.
Referenced by find_breaks(), and put_image().
Definition at line 66 of file vf_filmdint.c.
unsigned vf_priv_s::print |
Definition at line 38 of file vf_fixpts.c.
Referenced by parse_args(), and put_image().
int32_t(* vf_priv_s::pv)[2] |
Definition at line 50 of file vf_perspective.c.
Referenced by config(), initPv(), resampleCubic(), resampleLinear(), and uninit().
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 |
int vf_priv_s::qp |
Definition at line 42 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.
double vf_priv_s::rgamma |
Definition at line 68 of file vf_eq2.c.
Referenced by set_gamma(), and vf_open().
int vf_priv_s::round |
Definition at line 34 of file vf_dsize.c.
unsigned int vf_priv_s::row_step |
Definition at line 114 of file vf_stereo3d.c.
Referenced by config(), and put_image().
unsigned long vf_priv_s::sad_thres |
Definition at line 72 of file vf_filmdint.c.
Referenced by block_metrics_mmx2(), get_block_stats(), parse_args(), and vf_open().
float vf_priv_s::saturation |
double vf_priv_s::saturation |
Definition at line 64 of file vf_eq2.c.
Referenced by control(), print_values(), put_image(), set_saturation(), and vf_open().
Definition at line 37 of file vf_down3dright.c.
Referenced by config(), put_image(), toright(), and vf_open().
Definition at line 36 of file vf_down3dright.c.
Referenced by config(), put_image(), toright(), and vf_open().
float vf_priv_s::sense |
int vf_priv_s::sharp |
Definition at line 41 of file vf_kerndeint.c.
Referenced by put_image(), and vf_open().
int vf_priv_s::shot |
shot stores current screenshot mode: 0: don't take screenshots 1: take single screenshot, reset to 0 afterwards 2: take screenshots of each frame
Definition at line 50 of file vf_screenshot.c.
Referenced by control(), put_image(), start_slice(), and vf_open().
Definition at line 31 of file vf_softskip.c.
Referenced by control(), and put_image().
Definition at line 35 of file vf_down3dright.c.
Referenced by config(), put_image(), toright(), and vf_open().
unsigned vf_priv_s::small_bytes[2] |
Definition at line 88 of file vf_filmdint.c.
uint8_t * vf_priv_s::src |
int vf_priv_s::start |
Definition at line 76 of file vf_tile.c.
Referenced by config(), put_image(), and vf_open().
int vf_priv_s::state |
Definition at line 33 of file vf_softpulldown.c.
Referenced by put_image(), and vf_open().
unsigned long vf_priv_s::static_idx |
Definition at line 77 of file vf_filmdint.c.
Referenced by get_image(), and init().
struct frame_stats vf_priv_s::stats[2] |
Definition at line 90 of file vf_filmdint.c.
Referenced by find_breaks(), and put_image().
double vf_priv_s::step |
Definition at line 34 of file vf_fixpts.c.
Referenced by open(), parse_args(), and put_image().
Definition at line 50 of file vf_screenshot.c.
Referenced by draw_slice(), put_image(), start_slice(), and vf_open().
float vf_priv_s::strength[2] |
Definition at line 71 of file vf_filmdint.c.
Referenced by config(), copy_merge_fields(), diff_fields(), draw_slice(), filter(), get_image(), init(), put_image(), scale_image(), start_slice(), and write_png().
Definition at line 33 of file vf_fil.c.
Referenced by config(), and put_image().
int vf_priv_s::sum[5] |
Definition at line 41 of file vf_divtc.c.
Referenced by analyze(), put_image(), resampleCubic(), and resampleLinear().
unsigned vf_priv_s::swapped |
Definition at line 67 of file vf_filmdint.c.
Referenced by copy_merge_fields(), diff_fields(), and put_image().
int16_t * vf_priv_s::temp |
unsigned long vf_priv_s::temp_idx |
Definition at line 78 of file vf_filmdint.c.
Referenced by get_image(), init(), and put_image().
int vf_priv_s::thres[5] |
Definition at line 43 of file vf_detc.c.
Referenced by analyze_aggressive(), block_metrics_mmx2(), get_block_stats(), parse_args(), parse_var(), and vf_open().
struct metrics vf_priv_s::thres |
Definition at line 91 of file vf_filmdint.c.
Definition at line 40 of file vf_kerndeint.c.
Referenced by put_image(), and vf_open().
double vf_priv_s::threshold |
Definition at line 43 of file vf_divtc.c.
Referenced by analyze(), put_image(), and vf_open().
uint64_t vf_priv_s::threshold_mtx[8 *2] |
uint64_t vf_priv_s::threshold_mtx_noq[8 *2] |
Definition at line 89 of file vf_fspp.c.
Referenced by mul_thrmat_mmx(), and vf_open().
Definition at line 42 of file vf_kerndeint.c.
Referenced by put_image(), and vf_open().
Definition at line 42 of file vf_phase.c.
unsigned vf_priv_s::verbose |
Definition at line 69 of file vf_filmdint.c.
Referenced by copy_merge_fields(), diff_fields(), parse_args(), put_image(), and vf_open().
double vf_priv_s::vo_time |
Definition at line 93 of file vf_filmdint.c.
int vf_priv_s::w |
Definition at line 32 of file vf_dsize.c.
Referenced by config(), control(), copy_merge_fields(), diff_fields(), get_image(), init(), parse_args(), put_image(), resampleCubic(), resampleLinear(), and vf_open().
unsigned long vf_priv_s::w |
Definition at line 71 of file vf_filmdint.c.
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(), and put_image().
unsigned int vf_priv_s::width |
Definition at line 112 of file vf_stereo3d.c.
Definition at line 41 of file vf_divtc.c.
Referenced by put_image(), and vf_open().
int vf_priv_s::x |
Definition at line 30 of file vf_rectangle.c.
Referenced by block_diffs(), config(), control(), diff_planes(), put_image(), resampleLinear(), and vf_open().
int vf_priv_s::xtile |
Definition at line 71 of file vf_tile.c.
Referenced by config(), put_image(), and vf_open().
Definition at line 74 of file vf_tile.c.
Referenced by put_image(), and vf_open().
int vf_priv_s::y |
Definition at line 30 of file vf_rectangle.c.
Referenced by block_diffs(), cmpe(), config(), control(), diff_planes(), put_image(), resampleLinear(), and vf_open().
int vf_priv_s::ytile |
Definition at line 72 of file vf_tile.c.
Referenced by config(), put_image(), and vf_open().