Home
last modified time | relevance | path

Searched refs:MAX_NUM_THREADS (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ethread.h20 #define MAX_NUM_THREADS 80 macro
Dvp9_encoder.h414 int thread_id_to_tile_id[MAX_NUM_THREADS]; // Mapping of threads to tiles
/external/libaom/libaom/aom_util/
Daom_thread.h29 #define MAX_NUM_THREADS 64 macro
/external/libaom/libaom/av1/encoder/
Dethread.c664 sizeof(*multi_thread_ctxt->thread_id_to_tile_id) * MAX_NUM_THREADS); in av1_encode_tiles_row_mt()
Dencoder.h574 int thread_id_to_tile_id[MAX_NUM_THREADS]; // Mapping of threads to tiles
/external/libaom/libaom/av1/
Dav1_cx_iface.c330 RANGE_CHECK_HI(cfg, g_threads, MAX_NUM_THREADS); in validate_config()
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c67 #define MAX_NUM_THREADS SG_MAX_QUEUE macro
7296 pthread_t threads[MAX_NUM_THREADS]; in do_scsi_sgp_read_write()