FFmpeg
4.3.7
|
Data Fields | |
const AVClass * | class |
RaContext * | ctx |
AVBSFContext * | bsf |
uint8_t * | pass_data |
size_t | pass_pos |
int | pass_size |
AVDictionary * | rav1e_opts |
int | quantizer |
int | speed |
int | tiles |
int | tile_rows |
int | tile_cols |
Definition at line 35 of file librav1e.c.
const AVClass* librav1eContext::class |
Definition at line 36 of file librav1e.c.
RaContext* librav1eContext::ctx |
Definition at line 38 of file librav1e.c.
Referenced by get_stats(), librav1e_encode_close(), librav1e_encode_init(), librav1e_receive_packet(), librav1e_send_frame(), and set_stats().
AVBSFContext* librav1eContext::bsf |
Definition at line 39 of file librav1e.c.
Referenced by librav1e_encode_close(), librav1e_encode_init(), and librav1e_receive_packet().
uint8_t* librav1eContext::pass_data |
Definition at line 41 of file librav1e.c.
Referenced by get_stats(), librav1e_encode_close(), librav1e_encode_init(), and set_stats().
size_t librav1eContext::pass_pos |
Definition at line 42 of file librav1e.c.
Referenced by get_stats(), and set_stats().
int librav1eContext::pass_size |
Definition at line 43 of file librav1e.c.
Referenced by get_stats(), librav1e_encode_init(), and set_stats().
AVDictionary* librav1eContext::rav1e_opts |
Definition at line 45 of file librav1e.c.
Referenced by librav1e_encode_init().
int librav1eContext::quantizer |
Definition at line 46 of file librav1e.c.
Referenced by librav1e_encode_init().
int librav1eContext::speed |
Definition at line 47 of file librav1e.c.
Referenced by librav1e_encode_init().
int librav1eContext::tiles |
Definition at line 48 of file librav1e.c.
Referenced by librav1e_encode_init().
int librav1eContext::tile_rows |
Definition at line 49 of file librav1e.c.
Referenced by librav1e_encode_init().
int librav1eContext::tile_cols |
Definition at line 50 of file librav1e.c.
Referenced by librav1e_encode_init().