HomeSort by relevance Sort by last modified time
    Searched refs:processor_core_count (Results 1 - 2 of 2) sorted by null

  /external/libvpx/vp8/encoder/
ethreading.c 411 cpi->processor_core_count = 32; //vp8_get_proc_core_count();
417 if (cpi->processor_core_count > 1 && cpi->oxcf.multi_threaded > 1)
421 if (cpi->oxcf.multi_threaded > cpi->processor_core_count)
422 cpi->encoding_thread_count = cpi->processor_core_count - 1;
onyx_int.h 573 int processor_core_count; member in struct:__anon5299

Completed in 12 milliseconds