Home
last modified time | relevance | path

Searched refs:total_jobs (Results 1 – 1 of 1) 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()