Home
last modified time | relevance | path

Searched defs:jobs_per_tile_col (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_multi_thread.c60 int jobs_per_tile_col, total_jobs; in vp9_row_mt_mem_alloc() local
168 int jobs_per_tile_col = cpi->oxcf.pass == 1 ? cm->mb_rows : sb_rows; in vp9_multi_thread_tile_init() local
222 int job_row_num, jobs_per_tile, jobs_per_tile_col, total_jobs; in vp9_prepare_job_queue() local
Dvp9_encoder.h315 int jobs_per_tile_col; member