![]() |
AOMedia AV1 Codec
|
Algorithm configuration parameters. More...
#include <encoder.h>
Data Fields | |
int | sharpness |
int | disable_trellis_quant |
int | arnr_max_frames |
int | arnr_strength |
uint8_t | cdf_update_mode |
bool | enable_tpl_model |
bool | enable_overlay |
Algorithm configuration parameters.
int AlgoCfg::sharpness |
Indicates the loop filter sharpness.
int AlgoCfg::disable_trellis_quant |
Indicates the trellis optimization mode of quantized coefficients. 0: disabled 1: enabled 2: enabled for rd search 3: true for estimate yrd search
int AlgoCfg::arnr_max_frames |
The maximum number of frames used to create an arf.
Referenced by av1_get_second_pass_params(), and tf_setup_filtering_buffer().
int AlgoCfg::arnr_strength |
The temporal filter strength for arf used when creating ARFs.
Referenced by av1_tf_do_filtering_row().
uint8_t AlgoCfg::cdf_update_mode |
Indicates the CDF update mode 0: no update 1: update on every frame(default) 2: selectively update
bool AlgoCfg::enable_tpl_model |
Indicates if RDO based on frame temporal dependency should be enabled.
Referenced by av1_get_second_pass_params(), av1_rd_pick_inter_mode(), and setup_delta_q().
bool AlgoCfg::enable_overlay |
Indicates if coding of overlay frames for filtered ALTREF frames is enabled.