FFmpeg
4.3.9
|
Data Fields | |
const AVClass * | class |
x265_encoder * | encoder |
x265_param * | params |
const x265_api * | api |
float | crf |
int | cqp |
int | forced_idr |
char * | preset |
char * | tune |
char * | profile |
AVDictionary * | x265_opts |
int | roi_warned |
If the encoder does not support ROI then warn the first time we encounter a frame with ROI side data. More... | |
x265_encoder* libx265Context::encoder |
Definition at line 41 of file libx265.c.
Referenced by libx265_encode_close(), libx265_encode_frame(), and libx265_encode_init().
x265_param* libx265Context::params |
Definition at line 42 of file libx265.c.
Referenced by libx265_encode_close(), libx265_encode_frame(), libx265_encode_init(), libx265_encode_set_roi(), libx265_param_parse_float(), and libx265_param_parse_int().
const x265_api* libx265Context::api |
Definition at line 43 of file libx265.c.
Referenced by libx265_encode_close(), libx265_encode_frame(), libx265_encode_init(), libx265_param_parse_float(), and libx265_param_parse_int().
float libx265Context::crf |
Definition at line 45 of file libx265.c.
Referenced by libx265_encode_init().
int libx265Context::cqp |
Definition at line 46 of file libx265.c.
Referenced by libx265_encode_init().
int libx265Context::forced_idr |
Definition at line 47 of file libx265.c.
Referenced by libx265_encode_frame().
char* libx265Context::preset |
Definition at line 48 of file libx265.c.
Referenced by libx265_encode_init().
char* libx265Context::tune |
Definition at line 49 of file libx265.c.
Referenced by libx265_encode_init().
char* libx265Context::profile |
Definition at line 50 of file libx265.c.
Referenced by libx265_encode_init().
AVDictionary* libx265Context::x265_opts |
Definition at line 51 of file libx265.c.
Referenced by libx265_encode_init().
int libx265Context::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 57 of file libx265.c.
Referenced by libx265_encode_set_roi().