Searched refs:multi_threaded (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Donyx.h211 int multi_threaded; /* how many threads to run the encoder on */ member in struct:__anon13063
/external/libvpx/libvpx/vp8/common/
H A Donyx.h200 int multi_threaded; /* how many threads to run the encoder on */ member in struct:__anon24854
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dethreading.c520 if (cm->processor_core_count > 1 && cpi->oxcf.multi_threaded > 1)
523 int th_count = cpi->oxcf.multi_threaded - 1;
527 if (cpi->oxcf.multi_threaded > cm->processor_core_count)
556 printf("[VP8:] multi_threaded encoding is enabled with %d threads\n\n",
H A Donyx_if.c1271 if (cpi->oxcf.multi_threaded > 1)
/external/libvpx/libvpx/vp8/encoder/
H A Dethreading.c505 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",
H A Donyx_if.c1248 if (cpi->oxcf.multi_threaded > 1)
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_cx_iface.c280 oxcf->multi_threaded = cfg.g_threads;
430 printf("multi_threaded: %d\n", oxcf->multi_threaded);
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c290 oxcf->multi_threaded = cfg.g_threads;
440 printf("multi_threaded: %d\n", oxcf->multi_threaded);

Completed in 2043 milliseconds