mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
Improve Lambda Generation and optimize preset trade-offs (#1448)
* use frame info to generate lambda * Add new settings for optimized trade-offs
This commit is contained in:
parent
d0f0e8581b
commit
c3467b8c13
1 changed files with 4 additions and 0 deletions
|
@ -638,7 +638,9 @@ set_default_svt_configuration (EbSvtAv1EncConfiguration * svt_config)
|
|||
svt_config->enable_restoration_filtering = -1;
|
||||
svt_config->sg_filter_mode = -1;
|
||||
svt_config->wn_filter_mode = -1;
|
||||
#if 0 //!REMOVE_EDGE_SKIP_ANGLE_INTRA
|
||||
svt_config->edge_skp_angle_intra = -1;
|
||||
#endif
|
||||
svt_config->intra_angle_delta = -1;
|
||||
svt_config->inter_intra_compound = -1;
|
||||
svt_config->enable_paeth = -1;
|
||||
|
@ -648,7 +650,9 @@ set_default_svt_configuration (EbSvtAv1EncConfiguration * svt_config)
|
|||
svt_config->spatial_sse_full_loop_level = -1;
|
||||
svt_config->over_bndry_blk = -1;
|
||||
svt_config->new_nearest_comb_inject = -1;
|
||||
#if 0 //!REMOVE_REF_FOR_RECT_PART
|
||||
svt_config->prune_ref_rec_part = -1;
|
||||
#endif
|
||||
svt_config->nsq_table = -1;
|
||||
svt_config->frame_end_cdf_update = -1;
|
||||
svt_config->pred_me = -1;
|
||||
|
|
Loading…
Reference in a new issue