Add optimization level "-asm" to limit cpu features at runtime

This commit is contained in:
Slawomir Pawlowski 2019-11-04 22:59:57 +01:00 committed by Hassene Tmar
parent 7ebe9db06e
commit 0032aea50b

View file

@ -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