FFmpeg
|
Data Fields | |
AVClass * | class |
struct aom_codec_ctx | encoder |
struct aom_image | rawimg |
struct aom_fixed_buf | twopass_stats |
struct FrameListData * | coded_frame_list |
int | cpu_used |
int | auto_alt_ref |
int | lag_in_frames |
int | error_resilient |
int | crf |
int | static_thresh |
int | drop_threshold |
int | noise_sensitivity |
Definition at line 56 of file libaomenc.c.
AVClass* AOMContext::class |
Definition at line 57 of file libaomenc.c.
struct aom_codec_ctx AOMContext::encoder |
Definition at line 58 of file libaomenc.c.
Referenced by aom_encode(), aom_free(), aom_init(), codecctl_int(), log_encoder_error(), and queue_frames().
struct aom_image AOMContext::rawimg |
Definition at line 59 of file libaomenc.c.
Referenced by aom_encode(), and aom_init().
struct aom_fixed_buf AOMContext::twopass_stats |
Definition at line 60 of file libaomenc.c.
Referenced by aom_encode(), aom_free(), aom_init(), and queue_frames().
struct FrameListData* AOMContext::coded_frame_list |
Definition at line 61 of file libaomenc.c.
Referenced by aom_free(), and queue_frames().
int AOMContext::cpu_used |
Definition at line 62 of file libaomenc.c.
Referenced by aom_init().
int AOMContext::auto_alt_ref |
Definition at line 63 of file libaomenc.c.
Referenced by aom_init().
int AOMContext::lag_in_frames |
Definition at line 64 of file libaomenc.c.
Referenced by aom_init().
int AOMContext::error_resilient |
Definition at line 65 of file libaomenc.c.
Referenced by aom_init().
int AOMContext::crf |
Definition at line 66 of file libaomenc.c.
Referenced by aom_init().
int AOMContext::static_thresh |
Definition at line 67 of file libaomenc.c.
Referenced by aom_init().
int AOMContext::drop_threshold |
Definition at line 68 of file libaomenc.c.
Referenced by aom_init().
int AOMContext::noise_sensitivity |
Definition at line 69 of file libaomenc.c.