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

  /external/libvpx/vp8/encoder/
ethreading.c 462 cpi->processor_core_count = 32; //vp8_get_proc_core_count();
464 if (cpi->processor_core_count > 1 && cpi->oxcf.multi_threaded > 1)
469 if (cpi->oxcf.multi_threaded > cpi->processor_core_count)
470 th_count = cpi->processor_core_count - 1;
onyx_int.h 597 int processor_core_count; member in struct:__anon7737

Completed in 67 milliseconds