Data Fields | |
AVClass * | class |
x264_param_t | params |
x264_t * | enc |
x264_picture_t | pic |
uint8_t * | sei |
int | sei_size |
AVFrame | out_pic |
char * | preset |
char * | tune |
char * | profile |
char * | level |
int | fastfirstpass |
char * | stats |
char * | wpredp |
char * | x264opts |
float | crf |
float | crf_max |
int | cqp |
int | aq_mode |
float | aq_strength |
char * | psy_rd |
int | psy |
int | rc_lookahead |
int | weightp |
int | weightb |
int | ssim |
int | intra_refresh |
int | b_bias |
int | b_pyramid |
int | mixed_refs |
int | dct8x8 |
int | fast_pskip |
int | aud |
int | mbtree |
char * | deblock |
float | cplxblur |
char * | partitions |
int | direct_pred |
int | slice_max_size |
Definition at line 52 of file libx264.c.
Referenced by X264_init().
float X264Context::aq_strength |
Definition at line 53 of file libx264.c.
Referenced by X264_init().
int X264Context::aud |
Definition at line 66 of file libx264.c.
Referenced by X264_init().
Definition at line 61 of file libx264.c.
Referenced by X264_init().
Definition at line 62 of file libx264.c.
Referenced by X264_init().
float X264Context::cplxblur |
Definition at line 69 of file libx264.c.
Referenced by X264_init().
int X264Context::cqp |
Definition at line 51 of file libx264.c.
Referenced by X264_init().
float X264Context::crf |
Definition at line 49 of file libx264.c.
Referenced by X264_init().
float X264Context::crf_max |
Definition at line 50 of file libx264.c.
Referenced by X264_init().
Definition at line 64 of file libx264.c.
Referenced by X264_init().
char* X264Context::deblock |
Definition at line 71 of file libx264.c.
Referenced by X264_init().
x264_t* X264Context::enc |
Definition at line 36 of file libx264.c.
Referenced by X264_close(), X264_frame(), and X264_init().
Definition at line 65 of file libx264.c.
Referenced by X264_init().
Definition at line 45 of file libx264.c.
Referenced by X264_init().
Definition at line 60 of file libx264.c.
Referenced by X264_init().
char* X264Context::level |
Definition at line 44 of file libx264.c.
Referenced by X264_init().
Definition at line 67 of file libx264.c.
Referenced by X264_init().
Definition at line 63 of file libx264.c.
Referenced by X264_init().
Definition at line 40 of file libx264.c.
Referenced by X264_frame(), and X264_init().
x264_param_t X264Context::params |
Definition at line 35 of file libx264.c.
Referenced by X264_frame(), and X264_init().
char* X264Context::partitions |
x264_picture_t X264Context::pic |
Definition at line 37 of file libx264.c.
Referenced by X264_frame().
char* X264Context::preset |
Definition at line 41 of file libx264.c.
Referenced by X264_init().
char* X264Context::profile |
Definition at line 43 of file libx264.c.
Referenced by X264_init().
int X264Context::psy |
Definition at line 55 of file libx264.c.
Referenced by X264_init().
char* X264Context::psy_rd |
Definition at line 56 of file libx264.c.
Referenced by X264_init().
uint8_t* X264Context::sei |
Definition at line 38 of file libx264.c.
Referenced by encode_nals(), and X264_close().
Definition at line 39 of file libx264.c.
Referenced by encode_nals().
Definition at line 72 of file libx264.c.
Referenced by X264_init().
Definition at line 59 of file libx264.c.
Referenced by X264_init().
char* X264Context::stats |
Definition at line 46 of file libx264.c.
Referenced by X264_init().
char* X264Context::tune |
Definition at line 42 of file libx264.c.
Referenced by X264_init().
Definition at line 58 of file libx264.c.
Referenced by X264_init().
Definition at line 57 of file libx264.c.
Referenced by X264_init().
char* X264Context::wpredp |
Definition at line 47 of file libx264.c.
Referenced by X264_init().
char* X264Context::x264opts |
Definition at line 48 of file libx264.c.
Referenced by X264_init().