Home
last modified time | relevance | path

Searched refs:jobs_per_tile_col (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
79 jobs_per_tile_col = VPXMAX(cm->mb_rows, sb_rows); in vp9_row_mt_mem_alloc()
81 total_jobs = jobs_per_tile_col * tile_cols; in vp9_row_mt_mem_alloc()
85 multi_thread_ctxt->allocated_vert_unit_rows = jobs_per_tile_col; in vp9_row_mt_mem_alloc()
101 vp9_row_mt_sync_mem_alloc(&this_tile->row_mt_sync, cm, jobs_per_tile_col); in vp9_row_mt_mem_alloc()
180 int jobs_per_tile_col = cpi->oxcf.pass == 1 ? cm->mb_rows : sb_rows; in vp9_multi_thread_tile_init() local
184 sizeof(*this_tile->row_mt_sync.cur_col) * jobs_per_tile_col); in vp9_multi_thread_tile_init()
221 multi_thread_ctxt->jobs_per_tile_col - job_queue_hndl->num_jobs_acquired; in vp9_get_job_queue_status()
234 int job_row_num, jobs_per_tile, jobs_per_tile_col = 0, total_jobs; in vp9_prepare_job_queue() local
239 case ENCODE_JOB: jobs_per_tile_col = sb_rows; break; in vp9_prepare_job_queue()
[all …]
Dvp9_encoder.h368 int jobs_per_tile_col; member