Searched refs:total_jobs (Results 1 – 1 of 1) sorted by relevance
75 int jobs_per_tile_col, total_jobs; in vp9_row_mt_mem_alloc() local81 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() local247 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()