Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_multi_thread.c75 int jobs_per_tile_col, total_jobs; in vp9_row_mt_mem_alloc() local
81 total_jobs = jobs_per_tile_col * tile_cols; in vp9_row_mt_mem_alloc()
88 (JobQueue *)vpx_memalign(32, total_jobs * sizeof(JobQueue)); in vp9_row_mt_mem_alloc()
234 int job_row_num, jobs_per_tile, jobs_per_tile_col = 0, total_jobs; in vp9_prepare_job_queue() local
247 total_jobs = jobs_per_tile_col * tile_cols; in vp9_prepare_job_queue()
251 memset(job_queue, 0, total_jobs * sizeof(JobQueue)); in vp9_prepare_job_queue()
/external/libgav1/libgav1/src/
Dfilm_grain.cc542 const int total_jobs = in BlendNoiseChromaWorker() local
551 total_jobs) { in BlendNoiseChromaWorker()
592 const int total_jobs = in BlendNoiseLumaWorker() local
597 total_jobs) { in BlendNoiseLumaWorker()