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.c96 ctx->processor_core_count = get_cpu_count(); in vp8_machine_specific_config()
/external/libvpx/libvpx/vp8/common/
Donyxc_int.h173 int processor_core_count; member
/external/libvpx/libvpx/vp8/encoder/
Dethreading.c520 if (cm->processor_core_count > 1 && cpi->oxcf.multi_threaded > 1) in vp8cx_create_encoder_threads()
527 if (cpi->oxcf.multi_threaded > cm->processor_core_count) in vp8cx_create_encoder_threads()
528 th_count = cm->processor_core_count - 1; in vp8cx_create_encoder_threads()
/external/libvpx/libvpx/vp8/decoder/
Dthreading.c665 if (core_count > pbi->common.processor_core_count) in vp8_decoder_create_threads()
666 core_count = pbi->common.processor_core_count; in vp8_decoder_create_threads()