Home
last modified time | relevance | path

Searched refs:processor_core_count (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/common/generic/
Dsystemdependent.c90 ctx->processor_core_count = get_cpu_count(); in vp8_machine_specific_config()
/external/libvpx/libvpx/vp8/common/
Donyxc_int.h165 int processor_core_count; member
/external/libvpx/libvpx/vp8/encoder/
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()
/external/libvpx/libvpx/vp8/decoder/
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()