FFmpeg
4.4.5
|
Data Fields | |
AVClass * | class |
x264_param_t | params |
x264_t * | enc |
x264_picture_t | pic |
uint8_t * | sei |
int | sei_size |
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 | bluray_compat |
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 |
int | avcintra_class |
int | motion_est |
int | forced_idr |
int | coder |
int | a53_cc |
int | b_frame_strategy |
int | chroma_offset |
int | scenechange_threshold |
int | noise_reduction |
AVDictionary * | x264_params |
int | nb_reordered_opaque |
int | next_reordered_opaque |
X264Opaque * | reordered_opaque |
int | roi_warned |
If the encoder does not support ROI then warn the first time we encounter a frame with ROI side data. More... | |
x264_param_t X264Context::params |
Definition at line 57 of file libx264.c.
Referenced by parse_opts(), reconfig_encoder(), X264_close(), and X264_frame().
x264_t* X264Context::enc |
Definition at line 58 of file libx264.c.
Referenced by reconfig_encoder(), X264_close(), and X264_frame().
x264_picture_t X264Context::pic |
Definition at line 59 of file libx264.c.
Referenced by X264_frame().
uint8_t* X264Context::sei |
Definition at line 60 of file libx264.c.
Referenced by encode_nals(), and X264_close().
int X264Context::sei_size |
Definition at line 61 of file libx264.c.
Referenced by encode_nals().
float X264Context::crf |
Definition at line 69 of file libx264.c.
Referenced by reconfig_encoder().
float X264Context::crf_max |
Definition at line 70 of file libx264.c.
Referenced by reconfig_encoder().
int X264Context::cqp |
Definition at line 71 of file libx264.c.
Referenced by reconfig_encoder().
int X264Context::avcintra_class |
Definition at line 96 of file libx264.c.
Referenced by reconfig_encoder().
int X264Context::forced_idr |
Definition at line 98 of file libx264.c.
Referenced by X264_frame().
int X264Context::a53_cc |
Definition at line 100 of file libx264.c.
Referenced by X264_frame().
AVDictionary* X264Context::x264_params |
int X264Context::nb_reordered_opaque |
Definition at line 108 of file libx264.c.
Referenced by X264_frame().
int X264Context::next_reordered_opaque |
Definition at line 108 of file libx264.c.
Referenced by X264_frame().
X264Opaque* X264Context::reordered_opaque |
Definition at line 109 of file libx264.c.
Referenced by X264_close(), and X264_frame().
int X264Context::roi_warned |
If the encoder does not support ROI then warn the first time we encounter a frame with ROI side data.
Definition at line 115 of file libx264.c.
Referenced by X264_frame().