FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
vf_priv_s Struct Reference

Data Fields

float sense
 
float level
 
unsigned int imgfmt
 
int diff
 
uint32_t max
 
int was_dint
 
mp_image_tpmpi
 
unsigned char * buf
 
int brightness
 
int contrast
 
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]
 
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
 
int state
 
long long in
 
long long out
 
int outbuf_size
 
uint8_toutbuf
 
AVCodecContextavctx_enc [BLOCK *BLOCK]
 
AVFrameframe
 
AVFrameframe_dec
 

Detailed Description

Definition at line 31 of file vf_dint.c.

Field Documentation

float vf_priv_s::sense

Definition at line 32 of file vf_dint.c.

Referenced by vf_open().

float vf_priv_s::level

Definition at line 33 of file vf_dint.c.

Referenced by vf_open().

unsigned int vf_priv_s::imgfmt

Definition at line 34 of file vf_dint.c.

int vf_priv_s::diff

Definition at line 35 of file vf_dint.c.

uint32_t vf_priv_s::max

Definition at line 36 of file vf_dint.c.

int vf_priv_s::was_dint

Definition at line 39 of file vf_dint.c.

mp_image_t* vf_priv_s::pmpi

Definition at line 40 of file vf_dint.c.

Referenced by vf_open().

unsigned char * vf_priv_s::buf

Definition at line 35 of file vf_eq.c.

Referenced by uninit().

int vf_priv_s::brightness

Definition at line 36 of file vf_eq.c.

Referenced by control(), and vf_open().

int vf_priv_s::contrast

Definition at line 37 of file vf_eq.c.

Referenced by control(), and vf_open().

int vf_priv_s::interleave

Definition at line 30 of file vf_fil.c.

Referenced by vf_open().

int vf_priv_s::height

Definition at line 31 of file vf_fil.c.

int vf_priv_s::width

Definition at line 32 of file vf_fil.c.

int vf_priv_s::stridefactor

Definition at line 33 of file vf_fil.c.

uint64_t vf_priv_s::threshold_mtx_noq[8 *2]

Definition at line 90 of file vf_fspp.c.

Referenced by mul_thrmat_mmx(), and vf_open().

uint64_t vf_priv_s::threshold_mtx[8 *2]

Definition at line 91 of file vf_fspp.c.

Referenced by filter().

int vf_priv_s::log2_count

Definition at line 93 of file vf_fspp.c.

Referenced by filter(), and vf_open().

int vf_priv_s::temp_stride

Definition at line 94 of file vf_fspp.c.

Referenced by filter().

int vf_priv_s::qp

Definition at line 95 of file vf_fspp.c.

Referenced by filter(), and vf_open().

int vf_priv_s::mpeg2

Definition at line 96 of file vf_fspp.c.

Referenced by filter().

int vf_priv_s::prev_q

Definition at line 97 of file vf_fspp.c.

Referenced by filter(), and vf_open().

uint8_t * vf_priv_s::src

Definition at line 98 of file vf_fspp.c.

Referenced by filter().

int16_t * vf_priv_s::temp

Definition at line 99 of file vf_fspp.c.

Referenced by filter().

int vf_priv_s::bframes

Definition at line 100 of file vf_fspp.c.

Referenced by vf_open().

char* vf_priv_s::non_b_qp

Definition at line 101 of file vf_fspp.c.

int vf_priv_s::mode

Definition at line 38 of file vf_ilpack.c.

Referenced by vf_open().

pack_func_t* vf_priv_s::pack[2]

Definition at line 39 of file vf_ilpack.c.

Referenced by vf_open().

double vf_priv_s::ref[4][2]

Definition at line 48 of file vf_perspective.c.

Referenced by initPv(), 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 resampleCubic().

int32_t(* vf_priv_s::pv)[2]

Definition at line 50 of file vf_perspective.c.

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

int vf_priv_s::pvStride

Definition at line 51 of file vf_perspective.c.

Referenced by resampleCubic(), and resampleLinear().

int vf_priv_s::cubic

Definition at line 52 of file vf_perspective.c.

Referenced by vf_open().

enum mode vf_priv_s::mode

Definition at line 41 of file vf_phase.c.

int vf_priv_s::verbose

Definition at line 42 of file vf_phase.c.

Referenced by vf_open().

struct pullup_context* vf_priv_s::ctx

Definition at line 39 of file vf_pullup.c.

Referenced by vf_open().

int vf_priv_s::init

Definition at line 40 of file vf_pullup.c.

int vf_priv_s::fakecount

Definition at line 41 of file vf_pullup.c.

Referenced by vf_open().

char* vf_priv_s::qbuf

Definition at line 42 of file vf_pullup.c.

char vf_priv_s::eq[200]

Definition at line 40 of file vf_qp.c.

Referenced by vf_open().

int8_t* vf_priv_s::qp

Definition at line 41 of file vf_qp.c.

int8_t vf_priv_s::lut[257]

Definition at line 42 of file vf_qp.c.

int vf_priv_s::qp_stride

Definition at line 43 of file vf_qp.c.

int vf_priv_s::state

Definition at line 33 of file vf_softpulldown.c.

Referenced by vf_open().

long long vf_priv_s::in

Definition at line 34 of file vf_softpulldown.c.

long long vf_priv_s::out

Definition at line 35 of file vf_softpulldown.c.

int vf_priv_s::outbuf_size

Definition at line 111 of file vf_uspp.c.

Referenced by filter().

uint8_t* vf_priv_s::outbuf

Definition at line 112 of file vf_uspp.c.

Referenced by filter().

AVCodecContext* vf_priv_s::avctx_enc[BLOCK *BLOCK]

Definition at line 113 of file vf_uspp.c.

Referenced by filter().

AVFrame* vf_priv_s::frame

Definition at line 114 of file vf_uspp.c.

Referenced by filter().

AVFrame* vf_priv_s::frame_dec

Definition at line 115 of file vf_uspp.c.

Referenced by filter().


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