OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:multi_threaded
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp8/common/
onyx.h
200
int
multi_threaded
; /* how many threads to run the encoder on */
member in struct:__anon23935
/external/libvpx/libvpx/vp8/encoder/
ethreading.c
505
if (cm->processor_core_count > 1 && cpi->oxcf.
multi_threaded
> 1)
508
int th_count = cpi->oxcf.
multi_threaded
- 1;
512
if (cpi->oxcf.
multi_threaded
> cm->processor_core_count)
541
printf("[VP8:]
multi_threaded
encoding is enabled with %d threads\n\n",
onyx_if.c
[
all
...]
/external/libvpx/libvpx/vp8/
vp8_cx_iface.c
290
oxcf->
multi_threaded
= cfg.g_threads;
441
printf("
multi_threaded
: %d\n", oxcf->
multi_threaded
);
[
all
...]
Completed in 84 milliseconds