FFmpeg  4.1.11
Data Fields
AOMContext Struct Reference

Data Fields

AVClassclass
 
AVBSFContextbsf
 
struct aom_codec_ctx encoder
 
struct aom_image rawimg
 
struct aom_fixed_buf twopass_stats
 
struct FrameListDatacoded_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
 
uint64_t sse [4]
 
int have_sse
 true if we have pending sse[] More...
 
uint64_t frame_number
 
int tile_cols
 
int tile_rows
 
int tile_cols_log2
 
int tile_rows_log2
 
aom_superblock_size_t superblock_size
 
int uniform_tiles
 

Detailed Description

Definition at line 60 of file libaomenc.c.

Field Documentation

◆ class

AVClass* AOMContext::class

Definition at line 61 of file libaomenc.c.

◆ bsf

AVBSFContext* AOMContext::bsf

Definition at line 62 of file libaomenc.c.

Referenced by aom_free(), aom_init(), and storeframe().

◆ encoder

struct aom_codec_ctx AOMContext::encoder

◆ rawimg

struct aom_image AOMContext::rawimg

Definition at line 64 of file libaomenc.c.

Referenced by aom_encode(), and aom_init().

◆ twopass_stats

struct aom_fixed_buf AOMContext::twopass_stats

Definition at line 65 of file libaomenc.c.

Referenced by aom_encode(), aom_free(), aom_init(), and queue_frames().

◆ coded_frame_list

struct FrameListData* AOMContext::coded_frame_list

Definition at line 66 of file libaomenc.c.

Referenced by aom_free(), and queue_frames().

◆ cpu_used

int AOMContext::cpu_used

Definition at line 67 of file libaomenc.c.

Referenced by aom_init().

◆ auto_alt_ref

int AOMContext::auto_alt_ref

Definition at line 68 of file libaomenc.c.

Referenced by aom_init().

◆ lag_in_frames

int AOMContext::lag_in_frames

Definition at line 69 of file libaomenc.c.

Referenced by aom_init().

◆ error_resilient

int AOMContext::error_resilient

Definition at line 70 of file libaomenc.c.

Referenced by aom_init().

◆ crf

int AOMContext::crf

Definition at line 71 of file libaomenc.c.

Referenced by aom_init().

◆ static_thresh

int AOMContext::static_thresh

Definition at line 72 of file libaomenc.c.

Referenced by aom_init().

◆ drop_threshold

int AOMContext::drop_threshold

Definition at line 73 of file libaomenc.c.

Referenced by aom_init().

◆ noise_sensitivity

int AOMContext::noise_sensitivity

Definition at line 74 of file libaomenc.c.

◆ sse

uint64_t AOMContext::sse[4]

Definition at line 75 of file libaomenc.c.

Referenced by cx_pktcpy(), and queue_frames().

◆ have_sse

int AOMContext::have_sse

true if we have pending sse[]

Definition at line 76 of file libaomenc.c.

Referenced by cx_pktcpy(), and queue_frames().

◆ frame_number

uint64_t AOMContext::frame_number

Definition at line 77 of file libaomenc.c.

Referenced by cx_pktcpy().

◆ tile_cols

int AOMContext::tile_cols

Definition at line 78 of file libaomenc.c.

Referenced by choose_tiling().

◆ tile_rows

int AOMContext::tile_rows

Definition at line 78 of file libaomenc.c.

Referenced by choose_tiling().

◆ tile_cols_log2

int AOMContext::tile_cols_log2

Definition at line 79 of file libaomenc.c.

Referenced by aom_init(), and choose_tiling().

◆ tile_rows_log2

int AOMContext::tile_rows_log2

Definition at line 79 of file libaomenc.c.

Referenced by aom_init(), and choose_tiling().

◆ superblock_size

aom_superblock_size_t AOMContext::superblock_size

Definition at line 80 of file libaomenc.c.

Referenced by aom_init(), and choose_tiling().

◆ uniform_tiles

int AOMContext::uniform_tiles

Definition at line 81 of file libaomenc.c.

Referenced by aom_init(), and choose_tiling().


The documentation for this struct was generated from the following file: