FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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

AVClass* AOMContext::class

Definition at line 61 of file libaomenc.c.

AVBSFContext* AOMContext::bsf

Definition at line 62 of file libaomenc.c.

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

struct aom_codec_ctx AOMContext::encoder
struct aom_image AOMContext::rawimg

Definition at line 64 of file libaomenc.c.

Referenced by aom_encode(), and aom_init().

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().

struct FrameListData* AOMContext::coded_frame_list

Definition at line 66 of file libaomenc.c.

Referenced by aom_free(), and queue_frames().

int AOMContext::cpu_used

Definition at line 67 of file libaomenc.c.

Referenced by aom_init().

int AOMContext::auto_alt_ref

Definition at line 68 of file libaomenc.c.

Referenced by aom_init().

int AOMContext::lag_in_frames

Definition at line 69 of file libaomenc.c.

Referenced by aom_init().

int AOMContext::error_resilient

Definition at line 70 of file libaomenc.c.

Referenced by aom_init().

int AOMContext::crf

Definition at line 71 of file libaomenc.c.

Referenced by aom_init().

int AOMContext::static_thresh

Definition at line 72 of file libaomenc.c.

Referenced by aom_init().

int AOMContext::drop_threshold

Definition at line 73 of file libaomenc.c.

Referenced by aom_init().

int AOMContext::noise_sensitivity

Definition at line 74 of file libaomenc.c.

uint64_t AOMContext::sse[4]

Definition at line 75 of file libaomenc.c.

Referenced by cx_pktcpy(), and queue_frames().

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().

uint64_t AOMContext::frame_number

Definition at line 77 of file libaomenc.c.

Referenced by cx_pktcpy().

int AOMContext::tile_cols

Definition at line 78 of file libaomenc.c.

Referenced by choose_tiling().

int AOMContext::tile_rows

Definition at line 78 of file libaomenc.c.

Referenced by choose_tiling().

int AOMContext::tile_cols_log2

Definition at line 79 of file libaomenc.c.

Referenced by aom_init(), and choose_tiling().

int AOMContext::tile_rows_log2

Definition at line 79 of file libaomenc.c.

Referenced by aom_init(), and choose_tiling().

aom_superblock_size_t AOMContext::superblock_size

Definition at line 80 of file libaomenc.c.

Referenced by aom_init(), and choose_tiling().

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: