Home
last modified time | relevance | path

Searched refs:num_active_workers (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_thread_common.c96 const int num_active_workers = lf_sync->num_active_workers; in thread_loop_filter_rows() local
108 assert(num_active_workers > 0); in thread_loop_filter_rows()
111 mi_row += num_active_workers * MI_BLOCK_SIZE) { in thread_loop_filter_rows()
178 lf_sync->num_active_workers = num_workers; in loop_filter_rows_mt()
326 lf_sync->num_active_workers = lf_sync->num_workers; in vp9_loop_filter_alloc()
Dvp9_thread_common.h40 int num_active_workers; // number of scheduled workers. member