Home
last modified time | relevance | path

Searched refs:multi_threaded (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Donyx.h200 int multi_threaded; /* how many threads to run the encoder on */ member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dethreading.c505 if (cm->processor_core_count > 1 && cpi->oxcf.multi_threaded > 1) in vp8cx_create_encoder_threads()
508 int th_count = cpi->oxcf.multi_threaded - 1; in vp8cx_create_encoder_threads()
512 if (cpi->oxcf.multi_threaded > cm->processor_core_count) in vp8cx_create_encoder_threads()
Donyx_if.c1248 if (cpi->oxcf.multi_threaded > 1) in vp8_alloc_compressor_data()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c290 oxcf->multi_threaded = cfg.g_threads; in set_vp8e_config()