Home
last modified time | relevance | path

Searched defs:thread_id_to_tile_id (Results 1 – 3 of 3) sorted by relevance

/external/libaom/av1/encoder/
Dethread.c297 static AOM_INLINE void assign_tile_to_thread(int *thread_id_to_tile_id, in assign_tile_to_thread()
1680 int *thread_id_to_tile_id = enc_row_mt->thread_id_to_tile_id; in av1_encode_tiles_row_mt() local
1752 int *thread_id_to_tile_id = enc_row_mt->thread_id_to_tile_id; in av1_fp_encode_tiles_row_mt() local
Dencoder.h1506 int thread_id_to_tile_id[MAX_NUM_THREADS]; member
/external/libvpx/vp9/encoder/
Dvp9_encoder.h377 int thread_id_to_tile_id[MAX_NUM_THREADS]; // Mapping of threads to tiles member