Home
last modified time | relevance | path

Searched refs:max_threads (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Donyxd.h35 int max_threads; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decoder.h34 int max_threads; member
Dvp9_decodeframe.c678 const int num_threads = pbi->oxcf.max_threads; in decode_tile()
878 const int num_workers = MIN(pbi->oxcf.max_threads & ~1, tile_cols); in decode_tiles_mt()
1286 if (pbi->oxcf.max_threads > 1 && !vp9_worker_reset(&pbi->lf_worker)) { in vp9_decode_frame()
1311 if (pbi->oxcf.max_threads > 1 && tile_rows == 1 && tile_cols > 1 && in vp9_decode_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Donyxd_int.h85 int max_threads; member
Donyxd_if.c492 fb->pbi[0]->max_threads = oxcf->max_threads; in vp8_create_decoder_instances()
Dthreading.c659 core_count = (pbi->max_threads > 8) ? 8 : pbi->max_threads; in vp8_decoder_create_threads()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_dx_iface.c192 oxcf.max_threads = ctx->cfg.threads; in decode_one()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c438 oxcf.max_threads = ctx->cfg.threads; in vp8_decode()