HomeSort by relevance Sort by last modified time
    Searched refs:multi_threaded (Results 1 - 3 of 3) sorted by null

  /external/libvpx/vp8/common/
onyx.h 178 int multi_threaded; // how many threads to run the encoder on member in struct:__anon5086
  /external/libvpx/vp8/encoder/
ethreading.c 417 if (cpi->processor_core_count > 1 && cpi->oxcf.multi_threaded > 1)
421 if (cpi->oxcf.multi_threaded > cpi->processor_core_count)
424 cpi->encoding_thread_count = cpi->oxcf.multi_threaded - 1;
437 //printf("[VP8:] multi_threaded encoding is enabled with %d threads\n\n", (cpi->encoding_thread_count +1));
  /external/libvpx/vp8/
vp8_cx_iface.c 244 oxcf->multi_threaded = cfg.g_threads;
369 printf("multi_threaded: %d\n", oxcf->multi_threaded);
    [all...]

Completed in 145 milliseconds