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

  /external/libvpx/libvpx/vp8/common/generic/
systemdependent.c 90 ctx->processor_core_count = get_cpu_count();
  /external/libvpx/libvpx/vp8/common/
onyxc_int.h 169 int processor_core_count; member in struct:VP8Common
  /external/libvpx/libvpx/vp8/encoder/
ethreading.c 505 if (cm->processor_core_count > 1 && cpi->oxcf.multi_threaded > 1)
512 if (cpi->oxcf.multi_threaded > cm->processor_core_count)
513 th_count = cm->processor_core_count - 1;
  /external/libvpx/libvpx/vp8/decoder/
threading.c 662 if (core_count > pbi->common.processor_core_count)
663 core_count = pbi->common.processor_core_count;

Completed in 53 milliseconds