HomeSort by relevance Sort by last modified time
    Searched full:jobs_per_tile (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_multi_thread.c 222 int job_row_num, jobs_per_tile, jobs_per_tile_col, total_jobs; local
246 for (job_row_num = 0, jobs_per_tile = 0; job_row_num < jobs_per_tile_col;
247 job_row_num++, jobs_per_tile++) {
255 if (jobs_per_tile >=
258 jobs_per_tile = -1;

Completed in 617 milliseconds