Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/av1/encoder/
H A Dethread.c305 static inline void assign_tile_to_thread(int *thread_id_to_tile_id, in assign_tile_to_thread()
1922 int *thread_id_to_tile_id = enc_row_mt->thread_id_to_tile_id; in av1_encode_tiles_row_mt() local
2003 int *thread_id_to_tile_id = enc_row_mt->thread_id_to_tile_id; in av1_fp_encode_tiles_row_mt() local
H A Dencoder.h1530 int thread_id_to_tile_id[MAX_NUM_THREADS]; member
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_encoder.h378 int thread_id_to_tile_id[MAX_NUM_THREADS]; // Mapping of threads to tiles member