mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-21 06:38:19 +00:00
Add optimization level "-asm" to limit cpu features at runtime
This commit is contained in:
parent
7ebe9db06e
commit
0032aea50b
1 changed files with 1 additions and 1 deletions
|
@ -676,7 +676,7 @@ set_default_svt_configuration (EbSvtAv1EncConfiguration * svt_config)
|
|||
svt_config->super_block_size = 128;
|
||||
svt_config->partition_depth = 4;
|
||||
svt_config->enable_qp_scaling_flag = 0;
|
||||
svt_config->asm_type = 1;
|
||||
svt_config->use_cpu_flags = CPU_FLAGS_ALL;
|
||||
}
|
||||
|
||||
GstFlowReturn
|
||||
|
|
Loading…
Reference in a new issue