Home
last modified time | relevance | path

Searched refs:eb_vp9_num_groups (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/Source/Lib/Codec/
H A DEbThreads.h83 if (eb_vp9_num_groups == 2 && eb_vp9_alternate_groups){ \
87 else if (eb_vp9_num_groups == 2 && !eb_vp9_alternate_groups){ \
H A DEbThreads.h.orig.opsys83 if (eb_vp9_num_groups == 2 && eb_vp9_alternate_groups){ \
87 else if (eb_vp9_num_groups == 2 && !eb_vp9_alternate_groups){ \
H A DEbThreads.h.opsys83 if (eb_vp9_num_groups == 2 && eb_vp9_alternate_groups){ \
87 else if (eb_vp9_num_groups == 2 && !eb_vp9_alternate_groups){ \
H A DEbEncHandle.c127 uint8_t eb_vp9_num_groups = 0; variable
380 eb_vp9_num_groups = (uint8_t)GetActiveProcessorGroupCount(); in init_thread_managment_params()
410 if (socket_id + 1 > eb_vp9_num_groups) in init_thread_managment_params()
411 eb_vp9_num_groups = socket_id + 1; in init_thread_managment_params()
606 if (eb_vp9_num_groups == 1) { in eb_set_thread_management_parameters()
611 else if (eb_vp9_num_groups > 1) { // For system with multiple processor group in eb_set_thread_management_parameters()
638 if (eb_vp9_num_groups == 1) { in eb_set_thread_management_parameters()
644 else if (eb_vp9_num_groups > 1) { in eb_set_thread_management_parameters()
645 uint32_t num_lp_per_group = num_logical_processors / eb_vp9_num_groups; in eb_set_thread_management_parameters()
1812 core_count /= eb_vp9_num_groups; in eb_vp9_load_default_buffer_configuration_settings()
[all …]
H A DEbEncHandle.c.opsys127 uint8_t eb_vp9_num_groups = 0;
380 eb_vp9_num_groups = (uint8_t)GetActiveProcessorGroupCount();
410 if (socket_id + 1 > eb_vp9_num_groups)
411 eb_vp9_num_groups = socket_id + 1;
606 if (eb_vp9_num_groups == 1) {
611 else if (eb_vp9_num_groups > 1) { // For system with multiple processor group
638 if (eb_vp9_num_groups == 1) {
644 else if (eb_vp9_num_groups > 1) {
645 uint32_t num_lp_per_group = num_logical_processors / eb_vp9_num_groups;
1812 core_count /= eb_vp9_num_groups;
[all …]
/dports/multimedia/gstreamer1-plugins-svt-vp9/SVT-VP9-0.3.0/Source/Lib/Codec/
H A DEbThreads.h83 if (eb_vp9_num_groups == 2 && eb_vp9_alternate_groups){ \
87 else if (eb_vp9_num_groups == 2 && !eb_vp9_alternate_groups){ \
H A DEbEncHandle.c127 uint8_t eb_vp9_num_groups = 0; variable
380 eb_vp9_num_groups = (uint8_t)GetActiveProcessorGroupCount(); in init_thread_managment_params()
410 if (socket_id + 1 > eb_vp9_num_groups) in init_thread_managment_params()
411 eb_vp9_num_groups = socket_id + 1; in init_thread_managment_params()
606 if (eb_vp9_num_groups == 1) { in eb_set_thread_management_parameters()
611 else if (eb_vp9_num_groups > 1) { // For system with multiple processor group in eb_set_thread_management_parameters()
638 if (eb_vp9_num_groups == 1) { in eb_set_thread_management_parameters()
644 else if (eb_vp9_num_groups > 1) { in eb_set_thread_management_parameters()
645 uint32_t num_lp_per_group = num_logical_processors / eb_vp9_num_groups; in eb_set_thread_management_parameters()
1812 core_count /= eb_vp9_num_groups; in eb_vp9_load_default_buffer_configuration_settings()
[all …]