Home
last modified time | relevance | path

Searched refs:processor_core_count (Results 26 – 50 of 51) sorted by relevance

123

/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vp8/common/
H A Donyxc_int.h165 int processor_core_count; member
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vp8/common/
H A Donyxc_int.h165 int processor_core_count; member
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vp8/encoder/
H A Dethreading.c523 if (cm->processor_core_count > 1 && cpi->oxcf.multi_threaded > 1) in vp8cx_create_encoder_threads()
530 if (cpi->oxcf.multi_threaded > cm->processor_core_count) in vp8cx_create_encoder_threads()
531 th_count = cm->processor_core_count - 1; in vp8cx_create_encoder_threads()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vp8/encoder/
H A Dethreading.c495 if (cm->processor_core_count > 1 && cpi->oxcf.multi_threaded > 1) { in vp8cx_create_encoder_threads()
501 if (cpi->oxcf.multi_threaded > cm->processor_core_count) { in vp8cx_create_encoder_threads()
502 th_count = cm->processor_core_count - 1; in vp8cx_create_encoder_threads()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vp8/encoder/
H A Dethreading.c495 if (cm->processor_core_count > 1 && cpi->oxcf.multi_threaded > 1) { in vp8cx_create_encoder_threads()
501 if (cpi->oxcf.multi_threaded > cm->processor_core_count) { in vp8cx_create_encoder_threads()
502 th_count = cm->processor_core_count - 1; in vp8cx_create_encoder_threads()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dethreading.c495 if (cm->processor_core_count > 1 && cpi->oxcf.multi_threaded > 1) { in vp8cx_create_encoder_threads()
501 if (cpi->oxcf.multi_threaded > cm->processor_core_count) { in vp8cx_create_encoder_threads()
502 th_count = cm->processor_core_count - 1; in vp8cx_create_encoder_threads()
/dports/multimedia/libvpx/libvpx-1.11.0/vp8/encoder/
H A Dethreading.c495 if (cm->processor_core_count > 1 && cpi->oxcf.multi_threaded > 1) { in vp8cx_create_encoder_threads()
501 if (cpi->oxcf.multi_threaded > cm->processor_core_count) { in vp8cx_create_encoder_threads()
502 th_count = cm->processor_core_count - 1; in vp8cx_create_encoder_threads()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dethreading.c495 if (cm->processor_core_count > 1 && cpi->oxcf.multi_threaded > 1) { in vp8cx_create_encoder_threads()
501 if (cpi->oxcf.multi_threaded > cm->processor_core_count) { in vp8cx_create_encoder_threads()
502 th_count = cm->processor_core_count - 1; in vp8cx_create_encoder_threads()
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vp8/encoder/
H A Dethreading.c495 if (cm->processor_core_count > 1 && cpi->oxcf.multi_threaded > 1) { in vp8cx_create_encoder_threads()
501 if (cpi->oxcf.multi_threaded > cm->processor_core_count) { in vp8cx_create_encoder_threads()
502 th_count = cm->processor_core_count - 1; in vp8cx_create_encoder_threads()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp8/encoder/
H A Dethreading.c498 if (cm->processor_core_count > 1 && cpi->oxcf.multi_threaded > 1) { in vp8cx_create_encoder_threads()
504 if (cpi->oxcf.multi_threaded > cm->processor_core_count) { in vp8cx_create_encoder_threads()
505 th_count = cm->processor_core_count - 1; in vp8cx_create_encoder_threads()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dethreading.c495 if (cm->processor_core_count > 1 && cpi->oxcf.multi_threaded > 1) { in vp8cx_create_encoder_threads()
501 if (cpi->oxcf.multi_threaded > cm->processor_core_count) { in vp8cx_create_encoder_threads()
502 th_count = cm->processor_core_count - 1; in vp8cx_create_encoder_threads()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vp8/encoder/
H A Dethreading.c495 if (cm->processor_core_count > 1 && cpi->oxcf.multi_threaded > 1) { in vp8cx_create_encoder_threads()
501 if (cpi->oxcf.multi_threaded > cm->processor_core_count) { in vp8cx_create_encoder_threads()
502 th_count = cm->processor_core_count - 1; in vp8cx_create_encoder_threads()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vp8/encoder/
H A Dethreading.c495 if (cm->processor_core_count > 1 && cpi->oxcf.multi_threaded > 1) { in vp8cx_create_encoder_threads()
501 if (cpi->oxcf.multi_threaded > cm->processor_core_count) { in vp8cx_create_encoder_threads()
502 th_count = cm->processor_core_count - 1; in vp8cx_create_encoder_threads()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libvpx/vp8/decoder/
H A Dthreading.c661 if (core_count > pbi->common.processor_core_count) in vp8_decoder_create_threads()
662 core_count = pbi->common.processor_core_count; in vp8_decoder_create_threads()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libvpx/vp8/decoder/
H A Dthreading.c661 if (core_count > pbi->common.processor_core_count) in vp8_decoder_create_threads()
662 core_count = pbi->common.processor_core_count; in vp8_decoder_create_threads()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vp8/decoder/
H A Dthreading.c667 if (core_count > pbi->common.processor_core_count) in vp8_decoder_create_threads()
668 core_count = pbi->common.processor_core_count; in vp8_decoder_create_threads()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vp8/decoder/
H A Dthreading.c622 if (core_count > pbi->common.processor_core_count) { in vp8_decoder_create_threads()
623 core_count = pbi->common.processor_core_count; in vp8_decoder_create_threads()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vp8/decoder/
H A Dthreading.c622 if (core_count > pbi->common.processor_core_count) { in vp8_decoder_create_threads()
623 core_count = pbi->common.processor_core_count; in vp8_decoder_create_threads()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vp8/decoder/
H A Dthreading.c622 if (core_count > pbi->common.processor_core_count) { in vp8_decoder_create_threads()
623 core_count = pbi->common.processor_core_count; in vp8_decoder_create_threads()
/dports/multimedia/libvpx/libvpx-1.11.0/vp8/decoder/
H A Dthreading.c622 if (core_count > pbi->common.processor_core_count) { in vp8_decoder_create_threads()
623 core_count = pbi->common.processor_core_count; in vp8_decoder_create_threads()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp8/decoder/
H A Dthreading.c601 if (core_count > pbi->common.processor_core_count) { in vp8_decoder_create_threads()
602 core_count = pbi->common.processor_core_count; in vp8_decoder_create_threads()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/decoder/
H A Dthreading.c622 if (core_count > pbi->common.processor_core_count) { in vp8_decoder_create_threads()
623 core_count = pbi->common.processor_core_count; in vp8_decoder_create_threads()
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vp8/decoder/
H A Dthreading.c622 if (core_count > pbi->common.processor_core_count) { in vp8_decoder_create_threads()
623 core_count = pbi->common.processor_core_count; in vp8_decoder_create_threads()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vp8/decoder/
H A Dthreading.c622 if (core_count > pbi->common.processor_core_count) { in vp8_decoder_create_threads()
623 core_count = pbi->common.processor_core_count; in vp8_decoder_create_threads()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vp8/decoder/
H A Dthreading.c622 if (core_count > pbi->common.processor_core_count) { in vp8_decoder_create_threads()
623 core_count = pbi->common.processor_core_count; in vp8_decoder_create_threads()

123