OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:processor_core_count
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp8/common/generic/
systemdependent.c
89
ctx->
processor_core_count
= get_cpu_count();
/external/libvpx/libvpx/vp8/common/
onyxc_int.h
171
int
processor_core_count
;
member in struct:VP8Common
/external/libvpx/libvpx/vp8/encoder/
ethreading.c
492
if (cm->
processor_core_count
> 1 && cpi->oxcf.multi_threaded > 1)
499
if (cpi->oxcf.multi_threaded > cm->
processor_core_count
)
500
th_count = cm->
processor_core_count
- 1;
/external/libvpx/libvpx/vp8/decoder/
threading.c
670
if (core_count > pbi->common.
processor_core_count
)
671
core_count = pbi->common.
processor_core_count
;
Completed in 28 milliseconds