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 * | 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 |
char * | stats |
int | nal_hrd |
Definition at line 35 of file libx264.c.
float X264Context::aq_strength |
float X264Context::cplxblur |
float X264Context::crf |
float X264Context::crf_max |
char* X264Context::deblock |
x264_t* X264Context::enc |
char* X264Context::level |
x264_param_t X264Context::params |
char* X264Context::partitions |
x264_picture_t X264Context::pic |
char* X264Context::preset |
char* X264Context::profile |
char* X264Context::psy_rd |
Definition at line 40 of file libx264.c.
Referenced by encode_nals(), X264_close(), and X264_init().
char* X264Context::stats |
char* X264Context::tune |
char* X264Context::wpredp |
char* X264Context::x264opts |